Skip to content
Snippets Groups Projects
Unverified Commit ae170caf authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

closes #7

parent 0fb394de
No related branches found
No related tags found
1 merge request!13closes #7 and #17
Pipeline #4776 failed
...@@ -109,11 +109,6 @@ saref:relatesToProperty rdf:type owl:ObjectProperty ; ...@@ -109,11 +109,6 @@ saref:relatesToProperty rdf:type owl:ObjectProperty ;
rdfs:label "relates to property"@en . 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 ### https://saref.etsi.org/saref4envi/contains
:contains rdf:type owl:ObjectProperty ; :contains rdf:type owl:ObjectProperty ;
...@@ -478,17 +473,6 @@ saref:UnitOfMeasure rdf:type owl:Class ; ...@@ -478,17 +473,6 @@ saref:UnitOfMeasure rdf:type owl:Class ;
rdfs:label "Unit of measure"@en . 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 ### https://saref.etsi.org/saref4envi/Color
:Color rdf:type owl:Class ; :Color rdf:type owl:Class ;
owl:disjointWith :CommunicationInterface , owl:disjointWith :CommunicationInterface ,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment