diff --git a/ontology/saref4auto.ttl b/ontology/saref4auto.ttl index e1397c47f8b9bf6733b1091666f9ffbba8199b82..2afd3676a274d22dbea71f8ed0a660229c933ed8 100644 --- a/ontology/saref4auto.ttl +++ b/ontology/saref4auto.ttl @@ -122,12 +122,6 @@ saref:consistsOf rdf:type owl:ObjectProperty ; rdfs:label "consists of"@en . -### https://saref.etsi.org/core/controlsProperty -saref:controlsProperty rdf:type owl:ObjectProperty ; - rdfs:comment "A relationship specifying the property that can be controlled by a certain device"@en ; - rdfs:isDefinedBy saref: ; - rdfs:label "controls property"@en . - ### https://saref.etsi.org/saref4auto/hasConfidenceUnitOfMeasure :hasConfidenceUnitOfMeasure rdf:type owl:ObjectProperty ; @@ -749,7 +743,7 @@ saref:Actuator rdf:type owl:Class ; ### https://saref.etsi.org/core/Device saref:Device rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty saref:controlsProperty ; + owl:onProperty saref:controls ; owl:allValuesFrom saref:Property ] , [ rdf:type owl:Restriction ;