> On 13 Jan 2022, at 13:57, 'Bohms, H.M. (Michel)' via TopBraid Suite Users > <[email protected]> wrote: > > Background > > In our NL standard we model quantities (‘stroefheid for some asphalt > lanesection/strookvak’) like: > > :stroefheid > rdf:type owl:ObjectProperty ; > rdfs:domain :Strookvak ; > rdfs:range nen2660:QuantityValue ; > nen2660:hasQuantityKind quantitykind:FrictionCoefficient ; > . > > So they become object properties (‘relations’). > > Especially for Measurements we want to reuse SSN/SOSA. > > In that case we get: > > :stroefheid > rdf:type sosa:ObservervableProperty ; > nen2660:hasQuantityKind quantitykind:FrictionCoefficient ; > . > > Now my question, can we combine the 2 without too many issues? > > So we get: > > :stroefheid > rdf:type owl:ObjectProperty ; > rdf:type sosa:ObservableProperty ; > > so ‘stroefheid’ becomes a property AND a class. > > Doe this case fall under “owl punning”? (like when something is typed as > individual and class). > > Do we enter OWL full or not? >
Off the top of my head so please confirm yourself by reading the OWL spec but ... I think so. Punning or metamodellng is about two levels of class (class member of class) as far as I know. Spec examplese are all classes. I’ve never studied/tested what you’re doing though. Cheers, David > Thx ! Michel > > > > > Dr. ir. H.M. (Michel) Bohms > Scientist Specialist > Structural Reliability > T +31 (0)88 866 31 07 > M +31 (0)63 038 12 20 > E [email protected] <mailto:[email protected]> > Location <http://www.tno.nl/locations/DTS> > > > <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]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/topbraid-users/d8bfd67d1b514465bc95bd9c6dee7376%40tno.nl > > <https://groups.google.com/d/msgid/topbraid-users/d8bfd67d1b514465bc95bd9c6dee7376%40tno.nl?utm_medium=email&utm_source=footer>. UK +44 (0) 7788 561308 US +1 (336) 283-0808 -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/CBE42F9C-3484-44BF-9BA1-69AB83477AF2%40topquadrant.com.
