From 46b78213c1f6e151ad70f3ef2996c678f03bb6d1 Mon Sep 17 00:00:00 2001 From: Marc Girod-Genet <marc.girod_genet@telecom-sudparis.eu> Date: Wed, 26 Feb 2020 19:03:28 +0100 Subject: [PATCH] Replace saref4ehaw.ttl --- ontology/saref4ehaw.ttl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ontology/saref4ehaw.ttl b/ontology/saref4ehaw.ttl index fc47f12..4bc3fdc 100644 --- a/ontology/saref4ehaw.ttl +++ b/ontology/saref4ehaw.ttl @@ -467,6 +467,19 @@ rdf:comment rdf:type owl:AnnotationProperty . rdfs:range :Mode . +### https://saref.etsi.org/s4ehaw/isComposedOf + +:isComposedOf rdf:type owl:ObjectProperty ; + + rdfs:label "is composed of"@en ; + + rdfs:comment "Defines the fact that a eHealth device can be a composite health device that is composed of one or multiple sub-devices" ; + + rdfs:domain :HealthDevice ; + + rdfs:range :HealthDevice . + + ### https://saref.etsi.org/s4ehaw/isAttachedTo -- GitLab