From abde6f81e26b10896dbdd037bc4acc00bc1693fd Mon Sep 17 00:00:00 2001 From: dragoni <maurodragoni@gmail.com> Date: Fri, 29 Mar 2024 13:29:02 +0100 Subject: [PATCH] Addressed issue #7. --- ontology/saref4ehaw.ttl | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ontology/saref4ehaw.ttl b/ontology/saref4ehaw.ttl index 18051d5..9dcdca2 100644 --- a/ontology/saref4ehaw.ttl +++ b/ontology/saref4ehaw.ttl @@ -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 ; -- GitLab