From 8593e437c5164c44e428e9de5dc12bb27ebd3d62 Mon Sep 17 00:00:00 2001 From: Maxime Date: Wed, 24 Jan 2024 10:33:24 +0100 Subject: [PATCH] closes #6 --- ontology/saref4auto.ttl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ontology/saref4auto.ttl b/ontology/saref4auto.ttl index e1397c4..2afd367 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 ; -- GitLab