Commit 386d2db5 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Added two undeclared properties.

parent 3c4ec6b2
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -224,6 +224,12 @@ saref:hasMeasurement rdf:type owl:ObjectProperty ;
                     rdfs:label "has measurement"@en .


###  https://saref.etsi.org/saref#hasProperty
saref:hasProperty rdf:type owl:ObjectProperty ;
                  rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
                  rdfs:label "has property"@en .


###  https://saref.etsi.org/saref#isMeasuredByDevice
saref:isMeasuredByDevice rdf:type owl:ObjectProperty ;
                         rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
@@ -243,6 +249,12 @@ saref:isMeasurementOf rdf:type owl:ObjectProperty ;
                      rdfs:label "is measurement of"@en .


###  https://saref.etsi.org/saref#isPropertyOf
saref:isPropertyOf rdf:type owl:ObjectProperty ;
                   rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
                   rdfs:label "is property of"@en .


###  https://saref.etsi.org/saref#makesMeasurement
saref:makesMeasurement rdf:type owl:ObjectProperty ;
                       owl:inverseOf saref:measurementMadeBy ;