From 540fac2a6dc21c3e46c2286ae40ab16273b8b9b0 Mon Sep 17 00:00:00 2001 From: Marc Girod-Genet <marc.girod_genet@telecom-sudparis.eu> Date: Tue, 7 Apr 2020 15:35:54 +0200 Subject: [PATCH] Replace saref4ehaw.ttl --- ontology/saref4ehaw.ttl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ontology/saref4ehaw.ttl b/ontology/saref4ehaw.ttl index a2ab149..babb37b 100644 --- a/ontology/saref4ehaw.ttl +++ b/ontology/saref4ehaw.ttl @@ -637,6 +637,8 @@ s4ehaw:isDescribedBy rdf:type owl:ObjectProperty ; rdfs:label "is described by"@en ; rdfs:comment "A service is described by a service process (how the service works)."@en ; + + rdfs:domain saref:Service ; rdfs:range s4ehaw:ServiceProcess . @@ -649,6 +651,8 @@ s4ehaw:presents rdf:type owl:ObjectProperty ; rdfs:label "presents"@en ; rdfs:comment "A service presents a service profile (what the service does)."@en ; + + rdfs:domain saref:Service ; rdfs:range s4ehaw:ServiceProfile . @@ -661,6 +665,8 @@ s4ehaw:supports rdf:type owl:ObjectProperty ; rdfs:label "supports"@en ; rdfs:comment "A service supports a service grounding (how to access the service)." ; + + rdfs:domain saref:Service ; rdfs:range s4ehaw:ServiceGrounding . @@ -2153,6 +2159,12 @@ saref:Sensor rdf:type owl:Class . +### https://saref.etsi.org/saref/core/Service + +saref:Service rdf:type owl:Class . + + + ### https://saref.etsi.org/saref/core/Task saref:Task rdf:type owl:Class . -- GitLab