@@ -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:Meteraowl:Class;
rdfs:subClassOfsaref: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;