Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • saref/saref-core
1 result
Show changes
Commits on Source (2)
......@@ -451,9 +451,10 @@ saref:Appliance a owl:Class ;
saref:Sensor a owl:Class ;
rdfs:subClassOf saref:Device ;
rdfs:comment "A device designed to observe one or more properties or states of one or more features of interest."@en ;
rdfs:comment "A device designed to observe and measure one or more properties or states of one or more features of interest."@en ;
rdfs:label "Sensor"@en ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty saref:observes ; owl:minCardinality 1 ] ;
skos:historyNote "V4.1.1: Definition of Sensor and Meter are updated to better distinguish one from the other."@en ;
skos:historyNote "V3.2.1: Definition of Sensor is simplified and grounded on saref:observes. Local restriction on saref:hasFunction is deleted."@en .
saref:Actuator a owl:Class ;
......@@ -469,6 +470,7 @@ saref:Meter a owl:Class ;
rdfs:comment "A device designed to observe and additionally do some computation and/or display one or more properties of one or more features of interest."@en ;
rdfs:label "Meter"@en ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty saref:observes ; owl:minCardinality 1 ] ;
skos:historyNote "V4.1.1: Definition of Sensor and Meter are updated to better distinguish one from the other."@en ;
skos:historyNote "V3.2.1: Definition of Meter is simplified and grounded on saref:observes. Local restriction on saref:hasFunction is deleted."@en .
......