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?
Thx ! Michel
|
||||||||||||||||
On 13 Jan 2022, at 13:57, 'Bohms, H.M. (Michel)' via TopBraid Suite Users <topbrai...@googlegroups.com> wrote:BackgroundIn our NL standard we model quantities (‘stroefheid for some asphalt lanesection/strookvak’) like::stroefheidrdf: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::stroefheidrdf:type sosa:ObservervableProperty ;nen2660:hasQuantityKind quantitykind:FrictionCoefficient ;.Now my question, can we combine the 2 without too many issues?So we get::stroefheidrdf: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?
Thx ! Michel
Dr. ir. H.M. (Michel) Bohms
Scientist Specialist
Structural Reliability
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 topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/d8bfd67d1b514465bc95bd9c6dee7376%40tno.nl.
On 13 Jan 2022, at 16:52, Ben Kass <bk...@enterprise-knowledge.com> wrote:You can pun in OWL 2 Full and DL as both a class and object property - it's briefly mentioned in the documentation here at the bottom of the examples: https://www.w3.org/TR/owl2-new-features/#F12:_Punning
I know of one organization that will pun classes and datatype properties (no possible in OWL DL) for convenience of modeling, but when I asked around at my workplace no-one else had heard of people punning in that way, so I've always assumed it's pretty uncommon and I don't think that tooling tends to particularly like when you do it. That's about all I know about it. There is a working draft for OWL 2 online that goes into it more (http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.448.2097&rep=rep1&type=pdf) but those parts seem to have been cut from the final documentation so be aware of that.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/979dce13-39dc-4a15-87b9-df5b5f4eae52n%40googlegroups.com.
You can pun in OWL 2 Full and DL as both a class and object property
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/46A2714D-BB97-4774-969E-44A8B941F49A%40topquadrant.com.
You received this message because you are subscribed to a topic in the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/topbraid-users/OPKacIsYslU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/CALGFikf8SGsw8vvBPUVO2Oa-qn0Xjqu1SdGAE-50MgRXXwGc6w%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/979dce13-39dc-4a15-87b9-df5b5f4eae52n%40googlegroups.com.