Commits (2)
......@@ -109,11 +109,6 @@ saref:relatesToProperty rdf:type owl:ObjectProperty ;
rdfs:label "relates to property"@en .
### https://saref.etsi.org/saref4envi/affectsProperty
:affectsProperty rdf:type owl:ObjectProperty ;
rdfs:comment "A relation between an actuator with the property or properties it can act on"@en ;
rdfs:label "affects property"@en .
### https://saref.etsi.org/saref4envi/contains
:contains rdf:type owl:ObjectProperty ;
......@@ -478,17 +473,6 @@ saref:UnitOfMeasure rdf:type owl:Class ;
rdfs:label "Unit of measure"@en .
### https://saref.etsi.org/saref4envi/Actuator
:Actuator rdf:type owl:Class ;
rdfs:subClassOf :Device ,
[ rdf:type owl:Restriction ;
owl:onProperty :affectsProperty ;
owl:allValuesFrom saref:Property
] ;
rdfs:comment "Device that can act over at least one property."@en ;
rdfs:label "Actuator"@en .
### https://saref.etsi.org/saref4envi/Color
:Color rdf:type owl:Class ;
owl:disjointWith :CommunicationInterface ,
......