Commit 85aa5b50 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Added two properties, plus a couple of minor fixes.

parent 77c41bb2
Loading
Loading
Loading
Loading
+15 −4
Original line number Diff line number Diff line
@@ -94,6 +94,12 @@ saref:hasProfile rdf:type owl:ObjectProperty ;
                 rdfs:label "has profile"@en .


###  https://saref.etsi.org/hasProperty
saref:hasProperty rdf:type owl:ObjectProperty ;
                  rdfs:comment "A relationship between an entity and a property of that entity"@en ;
                  rdfs:label "has property"@en .


###  https://saref.etsi.org/hasSensingRange
saref:hasSensingRange rdf:type owl:ObjectProperty ;
                      rdfs:comment "A relationship between a sensing function and a measurement identifying the range of a sensor detection"@en ;
@@ -154,6 +160,11 @@ saref:isControlledByDevice rdf:type owl:ObjectProperty ;
                           rdfs:label "is controlled by device"@en .


###  https://saref.etsi.org/isFeatureOfInterestOf
saref:isFeatureOfInterestOf rdf:type owl:ObjectProperty ;
                            rdfs:comment "A relationship between a feature of interest and a measurement about it"@en ;
                            rdfs:label "is feature of interest of"@en .

###  https://saref.etsi.org/isMeasuredByDevice
saref:isMeasuredByDevice rdf:type owl:ObjectProperty ;
                         rdfs:comment "A relationship specifying the devices that can measure a certain property"@en ;
@@ -186,7 +197,7 @@ saref:makesMeasurement rdf:type owl:ObjectProperty ;
                       rdfs:label "makes measurement"@en .

###  https://saref.etsi.org/measurementMadeBy
saref:measurementMadeBy a owl:ObjectProperty ;
saref:measurementMadeBy rdf:type owl:ObjectProperty ;
                        rdfs:comment "A relation between a measurement and the device that made it."@en ;
                        rdfs:label "measurement made by"@en .