Unverified Commit ae170caf authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

closes #7

parent 0fb394de
Loading
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -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 ,