From 00a20799b1142faf92f52112ec10c66dbea8176d Mon Sep 17 00:00:00 2001 From: David Gnabasik Date: Thu, 25 Jan 2024 13:32:22 +0000 Subject: [PATCH] issue-11 changes. --- ontology/saref4auto.ttl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ontology/saref4auto.ttl b/ontology/saref4auto.ttl index e1397c4..e834034 100644 --- a/ontology/saref4auto.ttl +++ b/ontology/saref4auto.ttl @@ -151,11 +151,11 @@ saref:isControlledByDevice rdf:type owl:ObjectProperty ; rdfs:label "is controlled by device"@en . -### https://saref.etsi.org/core/isMeasuredByDevice -saref:isMeasuredByDevice rdf:type owl:ObjectProperty ; - rdfs:comment "A relationship specifying the devices that can measure a certain property"@en ; - rdfs:isDefinedBy saref: ; - rdfs:label "is measured by device"@en . +saref:isObservedBy a owl:ObjectProperty ; + rdfs:subPropertyOf saref:isActedUponBy ; + owl:inverseOf saref:observes ; + rdfs:label "is observed by"@en ; + rdfs:comment "Links a feature, property, or state, to the device, function, command, or procedure execution, that observes it."@en . ### https://saref.etsi.org/core/isMeasuredIn @@ -829,7 +829,7 @@ saref:Property rdf:type owl:Class ; owl:allValuesFrom saref:Device ] , [ rdf:type owl:Restriction ; - owl:onProperty saref:isMeasuredByDevice ; + owl:onProperty saref:isObservedBy ; owl:allValuesFrom saref:Device ] , [ rdf:type owl:Restriction ; -- GitLab