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

Replace saref4ehaw.ttl

parent c75410a5
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -880,9 +880,11 @@ s4ehaw:phenomena rdf:type owl:DatatypeProperty ;

###  https://saref.etsi.org/s4ehaw/processId
s4ehaw:processId rdf:type owl:DatatypeProperty ;
                 rdfs:domain s4ehaw:Process ;
                 rdfs:domain s4ehaw:Process ,
		             s4ehaw:MeasurementProcess ;
                 rdfs:range xsd:anyURI ;
                 rdfs:comment "The process Unique ID, i.e and URI for Linked Data compatibility purposes."@en ;
                 rdfs:comment "The process Unique ID, i.e and URI for Linked Data compatibility purposes." ,
		              "The measurement process Unique ID, i.e and URI for Linked Data compatibility purposes." ;
                 rdfs:label "process id"@en .


@@ -1000,11 +1002,6 @@ voaf:Vocabulary rdf:type owl:Class .
foaf:Person rdf:type owl:Class .


###  https://saref.etsi.org/s4ehaw/Action
s4ehaw:Action rdf:type owl:Class ;
              rdfs:subClassOf saref:Command .


###  https://saref.etsi.org/s4ehaw/Activities
:Activities rdf:type owl:Class .