diff --git a/ontology/saref4ehaw.ttl b/ontology/saref4ehaw.ttl index 65717287e695d9f55a11d8e986412cbb6c4f8bb6..bba65c406416c53aac27b0cdd934aa5d7b6568f7 100644 --- a/ontology/saref4ehaw.ttl +++ b/ontology/saref4ehaw.ttl @@ -204,21 +204,6 @@ s4ehaw:hasInterfaceType rdf:type owl:ObjectProperty ; rdfs:label "has interface type"@en . -### https://saref.etsi.org/s4ehaw/hasLocation -s4ehaw:hasLocation rdf:type owl:ObjectProperty ; - rdfs:domain s4ehaw:HealthDevice , - s4ehaw:FunctionalDevice ; - rdfs:range s4ehaw:Location , - [ rdf:type owl:Class ; - owl:unionOf ( s4ehaw:BodySurface - s4ehaw:Implant - ) - ] ; - rdfs:comment "The location of an health device, i.e. its position against the body - on or in the body - and/or its geolocation." , - "The location of a functional device, i.e. its position against the body - on or in the body - and/or its geolocation." ; - rdfs:label "has location"@en . - - ### https://saref.etsi.org/s4ehaw/hasMesurement s4ehaw:hasMesurement rdf:type owl:ObjectProperty ; rdfs:domain s4ehaw:Data ; @@ -327,6 +312,21 @@ s4ehaw:isMeasuredIn rdf:type owl:ObjectProperty ; rdfs:label "is measured in"@en . +### https://saref.etsi.org/s4ehaw/location +s4ehaw:location rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthDevice , + s4ehaw:FunctionalDevice ; + rdfs:range s4ehaw:Location , + [ rdf:type owl:Class ; + owl:unionOf ( s4ehaw:BodySurface + s4ehaw:Implant + ) + ] ; + rdfs:comment "The location of an health device, i.e. its position against the body - on or in the body - and/or its geolocation." , + "The location of a functional device, i.e. its position against the body - on or in the body - and/or its geolocation." ; + rdfs:label "location"@en . + + ### https://saref.etsi.org/saref#offers saref:offers rdf:type owl:ObjectProperty ; rdfs:domain s4ehaw:HealthDevice ,