Commit 59f5038b authored by Laura Daniele's avatar Laura Daniele
Browse files

Merge branch 'issue-70' into 'develop-v4.1.1'

updated definitions of sensor and meter, closes #70

Closes #70

See merge request !45
parents e2f592cd cf65e1ee
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 .