@@ -483,6 +470,7 @@ saref:hasValue a owl:DatatypeProperty .
# https://w3id.org/saref#Actuator
saref:Actuatoraowl:Class;
rdfs:subClassOfsaref:Device;
rdfs:comment"A device responsible for moving or controlling a mechanism or system"@en;
rdfs:isDefinedBy<https://w3id.org/saref#>;
rdfs:label"Actuator"@en.
@@ -523,12 +511,6 @@ _:genid5 a owl:Restriction ;
saref:Devicerdfs:comment"A tangible object designed to accomplish a particular task in households, common public buildings or offices. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs a start and stop function. Devices can be structured in categories (subclasses) that reflect the different domain in which a device is used, e.g., smart appliances domain (subclass FunctionRelated) vs. building domain (subclass BuildingRelated) vs. smart grid domain (subclass EnergyRelated). New categories can be defined,if needed, to reflect other differences, for example different points of view, such as the point of view of the device's user vs. the point of view of the device's manufacturer. We propose a list of devices that are relevant for the purpose of SAREF, but this list can be extended."^^xsd:string;
rdfs:label"Device"^^xsd:string.
#
# https://w3id.org/saref#Function
saref:Functionaowl:Class;
rdfs:comment"The functionality necessary to accomplish the task for which a Device is designed. A device can be designed to perform more than one function. Functions can be structured in categories (subclasses) that reflect different points of view, for example, considering the specific application area for which a function can be used (e.g., light, temperature, motion, heat, power, etc.), or the capability that a function can support (e.g., receive, reply, notify, etc.), and so forth. "^^xsd:string;