From 4e37d9c2c78359f55e77220dd503d2e809dc7515 Mon Sep 17 00:00:00 2001 From: Maxime Date: Wed, 24 Jan 2024 10:40:48 +0100 Subject: [PATCH] closes #7 --- ontology/saref4auto.ttl | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ontology/saref4auto.ttl b/ontology/saref4auto.ttl index e1397c4..0ee90a7 100644 --- a/ontology/saref4auto.ttl +++ b/ontology/saref4auto.ttl @@ -165,14 +165,6 @@ saref:isMeasuredIn rdf:type owl:ObjectProperty ; rdfs:label "is measured in"@en . -### https://saref.etsi.org/core/makesMeasurement -saref:makesMeasurement rdf:type owl:ObjectProperty ; - owl:inverseOf saref:measurementMadeBy ; - rdfs:comment "A relation between a device and the measurements it makes. Such measurement will link together the value of the measurement, its unit of measure and the property to which it relates."@en ; - rdfs:isDefinedBy saref: ; - rdfs:label "makes measurement"@en . - - ### https://saref.etsi.org/core/measurementMadeBy saref:measurementMadeBy rdf:type owl:ObjectProperty ; rdfs:comment "A relation between a measurement and the device that made it."@en ; @@ -753,7 +745,7 @@ saref:Device rdf:type owl:Class ; owl:allValuesFrom saref:Property ] , [ rdf:type owl:Restriction ; - owl:onProperty saref:makesMeasurement ; + owl:onProperty saref:madeExecution ; owl:allValuesFrom saref:Measurement ] , [ rdf:type owl:Restriction ; -- GitLab