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

typo in revision log

parent 368a6e25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ NOTE: Rationale and decisions for many of the changes in V3.2.1 are available in
- Simplified definition and axiomatization of saref:Function. Added examples.
- saref:SensingFunction is deprecated: may be defined as an instance of saref:Function in the next release of SAREF
- saref:hasSensingRange is deprecated together with saref:SensingFunction. And may be defined as an instance of saref:Property in the next release of SAREF
- saref:hasSensingRange is deprecated together with saref:SensingFunction. Use saref:hasDeviceKind instead.
- saref:hasSensorType is deprecated together with saref:SensingFunction. Use saref:hasDeviceKind instead.
- saref:EventFunction is deprecated: may be defined as an instance of saref:Function in the next release of SAREF
- saref:hasThresholdMeasurement is deprecated together with saref:EventFunction. And may be defined as an instance of saref:Property in the next release of SAREF
- saref:MeteringFunction is deprecated: may be defined as an instance of saref:Function in the next release of SAREF
@@ -466,7 +466,7 @@ saref:Actuator a owl:Class ;

saref:Meter a owl:Class ;
    rdfs:subClassOf saref:Device ;
    rdfs:comment "A device designed to observe and measure one or more properties of one or more features of interest."@en ;
    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 "V3.2.1: Definition of Meter is simplified and grounded on saref:observes. Local restriction on saref:hasFunction is deleted."@en .