Unverified Commit 4e37d9c2 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

closes #7

parent d7c74746
Loading
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -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 ;