From ae170caff36c27a97c7de72ca87a74d23118cadc Mon Sep 17 00:00:00 2001 From: Maxime Date: Wed, 6 Mar 2024 16:39:00 +0100 Subject: [PATCH] closes #7 --- ontology/saref4envi.ttl | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/ontology/saref4envi.ttl b/ontology/saref4envi.ttl index 84946fd..f85626b 100644 --- a/ontology/saref4envi.ttl +++ b/ontology/saref4envi.ttl @@ -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 , -- GitLab