From 743a3c09356022f180576a6f30c8631334390785 Mon Sep 17 00:00:00 2001 From: David Gnabasik Date: Thu, 25 Jan 2024 13:28:37 +0000 Subject: [PATCH] issue-10 changes. --- ontology/saref4auto.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ontology/saref4auto.ttl b/ontology/saref4auto.ttl index e1397c4..5385701 100644 --- a/ontology/saref4auto.ttl +++ b/ontology/saref4auto.ttl @@ -145,7 +145,7 @@ saref:hasProperty rdf:type owl:ObjectProperty ; ### https://saref.etsi.org/core/isControlledByDevice -saref:isControlledByDevice rdf:type owl:ObjectProperty ; +saref:isControlledBy rdf:type owl:ObjectProperty ; rdfs:comment "A relationship specifying the devices that can control a certain property"@en ; rdfs:isDefinedBy saref: ; rdfs:label "is controlled by device"@en . @@ -825,7 +825,7 @@ saref:Measurement rdf:type owl:Class ; ### https://saref.etsi.org/core/Property saref:Property rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty saref:isControlledByDevice ; + owl:onProperty saref:isControlledBy ; owl:allValuesFrom saref:Device ] , [ rdf:type owl:Restriction ; -- GitLab