The order is within a property group, so you need to create a property group and add it to each property shape.
> On Nov 28, 2017, at 3:59 PM, Bohms, H.M. (Michel) <[email protected]> wrote: > > I tried: > kebo:TechniqueType > rdf:type owl:Class ; > rdf:type sh:NodeShape ; > rdfs:label "TechniekType"@nl ; > rdfs:label "TechniqueType"@en ; > rdfs:subClassOf kebo:Root ; > sh:property [ > rdf:type sh:PropertyShape ; > sh:path kebo:analysisAndElaboration ; > sh:datatype xsd:string ; > sh:name "analysisAndElaboration" ; > ] ; > sh:property [ > rdf:type sh:PropertyShape ; > sh:path kebo:applicability ; > sh:datatype xsd:string ; > sh:name "applicability" ; > ] ; > sh:property [ > rdf:type sh:PropertyShape ; > sh:path kebo:applicableForRiskType ; > sh:class kebo:RiskType ; > sh:name "applicableForRiskType" ; > sh:nodeKind sh:IRI ; > ] ; > sh:property [ > rdf:type sh:PropertyShape ; > sh:path kebo:background ; > sh:datatype rdf:HTML ; > sh:name "background" ; > sh:order 1 ; > ] ; > sh:property [ > rdf:type sh:PropertyShape ; > sh:path kebo:backgroundImage ; > sh:datatype xsd:anyURI ; > sh:name "backgroundImage" ; > ] ; > sh:property [ > rdf:type sh:PropertyShape ; > sh:path kebo:externalExpertise ; > sh:datatype xsd:string ; > sh:name "externalExpertise" ; > ] ; > sh:property [ > rdf:type sh:PropertyShape ; > sh:path kebo:frequency ; > sh:datatype xsd:string ; > sh:name "frequency" ; > ] ; > sh:property [ > rdf:type sh:PropertyShape ; > sh:path kebo:goal ; > sh:datatype xsd:string ; > sh:name "goal" ; > sh:order 0 ; > ] ; > > But the order in evn of my actual property data stays alphabetical. What am I > doing wrong? > > Thx Michel > > > > > > > Dr. ir. H.M. (Michel) Böhms > Senior Data Scientist > > T +31888663107 > M +31630381220 > E [email protected] <mailto:[email protected]> > Location > <https://www.google.com/maps/place/TNO+-+Locatie+Delft+-+Stieltjesweg/@52.000788,4.3745183,17z/data=!3m1!4b1!4m5!3m4!1s0x47c5b58c52869997:0x56681566be3b8c88!8m2!3d52.000788!4d4.376707> > > > <image001.gif> <http://www.tno.nl/> > This message may contain information that is not intended for you. If you are > not the addressee or if this message was sent to you by mistake, you are > requested to inform the sender and delete the message. TNO accepts no > liability for the content of this e-mail, for the manner in which you use it > and for damage of any kind resulting from the risks inherent to the > electronic transmission of messages. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "TopBraid Suite Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
