Commit abde6f81 authored by dragoni's avatar dragoni
Browse files

Addressed issue #7.

parent 307d15e2
Loading
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -99,19 +99,13 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .

###  https://saref.etsi.org/core/consistsOf
saref:consistsOf rdf:type owl:ObjectProperty ;
                 rdfs:domain s4ehaw:Ban ;
                 rdfs:range s4ehaw:HealthDevice ;
                 rdfs:comment "A relationship indicating a composite entity that consists of other entities (e.g., a temperature/humidity sensor that consists of a temperature sensor and a humidity sensor)"@en ;
                 rdfs:isDefinedBy saref: ;
                 rdfs:label "consists of"@en .


###  https://saref.etsi.org/saref4ehaw/contains
s4ehaw:contains rdf:type owl:ObjectProperty ;
                rdfs:domain s4ehaw:Ban ;
                rdfs:range s4ehaw:HealthDevice ;
                rdfs:comment "A Body Area Network or BAN contains one or multiple health devices"@en ;
                rdfs:label "contains"@en .


###  https://saref.etsi.org/saref4ehaw/followsUser
s4ehaw:followsUser rdf:type owl:ObjectProperty ;
                   rdfs:domain s4ehaw:Helper ;