Commit 540fac2a authored by Marc Girod-Genet's avatar Marc Girod-Genet
Browse files

Replace saref4ehaw.ttl

parent a93bb9b4
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -638,6 +638,8 @@ s4ehaw:isDescribedBy rdf:type owl:ObjectProperty ;
                     
                     rdfs:comment "A service is described by a service process (how the service works)."@en ;
		     
                     rdfs:domain saref:Service ;
                     
                     rdfs:range s4ehaw:ServiceProcess .


@@ -650,6 +652,8 @@ s4ehaw:presents rdf:type owl:ObjectProperty ;
                
                rdfs:comment "A service presents a service profile (what the service does)."@en ;

                rdfs:domain saref:Service ;
                
                rdfs:range s4ehaw:ServiceProfile .


@@ -662,6 +666,8 @@ s4ehaw:supports rdf:type owl:ObjectProperty ;
                
                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 .