diff --git a/ontology/saref.ttl b/ontology/saref.ttl index 99b625fae8ca91d1a505edf69936be5670b37769..3ae784e87515d18690fe4ce3d0564586fb11b28c 100644 --- a/ontology/saref.ttl +++ b/ontology/saref.ttl @@ -1,27 +1,27 @@ -@prefix : . +@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix foaf: . @prefix rdfs: . -@prefix saref: . +@prefix saref: . @prefix dcterms: . @prefix vann: . -@base . +@base . - rdf:type owl:Ontology ; + rdf:type owl:Ontology ; owl:versionInfo "3.0.0"^^xsd:string ; dcterms:issued "2019-05-24"^^xsd:date ; dcterms:modified "2018-05-02"^^xsd:date ; dcterms:title "SAREF: the Smart Applications REFerence ontology"@en ; - dcterms:license ; + dcterms:license ; dcterms:contributor ; dcterms:contributor ; dcterms:contributor ; dcterms:contributor ; vann:preferredNamespacePrefix "saref" ; - vann:preferredNamespaceUri "https://saref.etsi.org/" ; + vann:preferredNamespaceUri "https://saref.etsi.org/saref#" ; rdfs:comment "Information about changes compared to version 2.1.1: Small version bump to ensure that the turtle-version and the owl-version are up to date." ; dcterms:description "The Smart Appliances REFerence (SAREF) ontology is a shared model of consensus that facilitates the matching of existing assets (standards/protocols/datamodels/etc.) in the smart appliances domain. The SAREF ontology provides building blocks that allow separation and recombination of different parts of the ontology depending on specific needs. The starting point of SAREF is the concept of device (e.g., a switch). Devices are tangible objects 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 the start and stop function. The SAREF ontology offers a lists of basic functions that can be eventually combined in order to have more complex functions in a single device. For example, a switch offers an actuating function of type 'switching on/off'. Each function has some associated commands, which can also be picked up as building blocks from a list. For example, the 'switching on/off' is associated with the commands 'switch on', 'switch off' and 'toggle'. Depending on the function(s) it accomplishes, a device can be found in some corresponding states that are also listed as building blocks. When connected to a network, a device offers a service, which is a representation of a function to a network that makes the function discoverable, registerable and remotely controllable by other devices in the network. A service can represent one or more functions. A service is offered by a device that wants (a certain set of) its function(s) to be discoverable, registerable, remotely controllable by other devices in the network. A service must specify the device that is offering the service and the function(s) to be represented. A device in the SAREF ontology is also characterized by a profile that can be used to optimize some property, such as Energy, in a home or office that are part of a building."@en ; rdfs:comment "Information about changes compared to version 1.1.1: (1)The classes and properties related to how to represent devices in building spaces (such as the saref:BuildingSpace class, saref:BuildingObject class and saref:isLocatedIn property) have been removed from SAREF and incorporated into the SAREF4BLDG extension related to buildings (https://w3id.org/def/saref4bldg), including the reuse of the W3C® WGS84 geo positioning vocabulary; (2)The saref:DeviceCategory and saref:FunctionCategory classes have been removed. Instead, the hierarchy of device categories has been implemented directly as subclasses of the saref:Device class; (3)The information specific for energy efficiency has been moved to the SAREF4ENER extension (https://w3id.org/saref4ener). For example, the saref:Profile class has been redefined to accommodate only the properties that are general enough for any type of profile, not only for energy and power. Details on how to specifically model a power profile can be found in the SAREF4ENER extension (https://w3id.org/saref4ener); (4) The subclasses of the saref:Energy class have been removed (i.e., Average Energy, Maximum Energy, Minimum Energy, Total Energy, HVAC Energy, Hot Water Energy and Lighting Energy); (5)The saref:Property class has been split into two classes (saref:Property and saref:Measurement), as it is done in the SAREF4ENVI extension (https://w3id.org/def/saref4envi), in order to properly accommodate the distinction between the concept of property (an observable quality of something) and the concept of measurement (a concrete value observed for a property); (6)Too restrictive cardinality restrictions have been revised, sometimes making them optional rather than mandatory (better to make properties mandatory in the extensions that specialize SAREF for a specific purpose, rather than restricting SAREF, whose purpose is more general). For example, definitions of units of measurement using an enumeration (owl:oneOf) were too restrictive because they did not allow using other units than those enumerated. Therefore, the individuals of each class are still there, but the owl:oneOf enumeration has been removed; (7)The saref:UnitOfMeasure subclasses use individuals from the OM ontology for unit of measures (http://www.wurvoc.org/vocabularies/om-1.6/), but this is not the only solution. It has been clarified in the comments that the OM ontology is an example, but other ontologies can be used; (8)The global restrictions (rdfs:domain and rdfs:range) in object properties have been completely removed not to hinder interoperability. Object properties are now only restricted locally in the classes; (9)The subclasses of saref:Task have been transormed in individuals; (10)The saref:hasTask property has been removed from the saref:Profile class to resolve an ambiguity with the saref:Task class." ; @@ -31,216 +31,216 @@ # Object Properties ################################################################# -### https://saref.etsi.org/accomplishes +### https://saref.etsi.org/saref#accomplishes saref:accomplishes rdf:type owl:ObjectProperty ; owl:inverseOf saref:isAccomplishedBy ; rdfs:comment "A relationship between a certain entity (e.g., a device) and the task it accomplishes"@en ; rdfs:label "accomplishes"@en . -### https://saref.etsi.org/actsUpon +### https://saref.etsi.org/saref#actsUpon saref:actsUpon rdf:type owl:ObjectProperty ; rdfs:comment "A relationship between a command and a state"@en ; rdfs:label "acts upon"@en . -### https://saref.etsi.org/consistsOf +### https://saref.etsi.org/saref#consistsOf saref:consistsOf rdf:type owl:ObjectProperty ; rdfs:comment "A relationship indicating a composite entity that consists of other entities (e.g., a temperature/humidity sensor that consists of a temperature sensor and a humidity sensor)"@en ; rdfs:label "consists of"@en . -### https://saref.etsi.org/controlsProperty +### https://saref.etsi.org/saref#controlsProperty saref:controlsProperty rdf:type owl:ObjectProperty ; rdfs:comment "A relationship specifying the property that can be controlled by a certain device"@en ; rdfs:label "controls property"@en . -### https://saref.etsi.org/hasCommand +### https://saref.etsi.org/saref#hasCommand saref:hasCommand rdf:type owl:ObjectProperty ; owl:inverseOf saref:isCommandOf ; rdfs:comment "A relationship between a function and a command"@en ; rdfs:label "has command"@en . -### https://saref.etsi.org/isMeasurementOf +### https://saref.etsi.org/saref#isMeasurementOf saref:isMeasurementOf rdf:type owl:ObjectProperty ; owl:inverseOf saref:hasMeasurement ; rdfs:comment "A relationship between a measurement and the feature of interest whose quality was measured"@en ; rdfs:label "isMeasurementOf"@en . -### https://saref.etsi.org/hasFunction +### https://saref.etsi.org/saref#hasFunction saref:hasFunction rdf:type owl:ObjectProperty ; rdfs:comment "A relationship identifying the function of a device"@en ; rdfs:label "has function"@en . -### https://saref.etsi.org/hasMeterReading +### https://saref.etsi.org/saref#hasMeterReading saref:hasMeterReading rdf:type owl:ObjectProperty ; rdfs:comment "A relationship between a metering function and the measurement of the reading"@en ; rdfs:label "has meter reading"@en . -### https://saref.etsi.org/hasMeterReadingType +### https://saref.etsi.org/saref#hasMeterReadingType saref:hasMeterReadingType rdf:type owl:ObjectProperty ; rdfs:comment "A relationship identifying the reading type of a measurement (e.g., Water, Gas, Pressure , Energy , Power, etc.)"@en ; rdfs:label "has meter reading type"@en . -### https://saref.etsi.org/hasPrice +### https://saref.etsi.org/saref#hasPrice saref:hasPrice rdf:type owl:ObjectProperty ; rdfs:comment "A relationship indentifying the price associated to an entity"@en ; rdfs:label "has price"@en . -### https://saref.etsi.org/hasProfile +### https://saref.etsi.org/saref#hasProfile saref:hasProfile rdf:type owl:ObjectProperty ; rdfs:comment "A relationship associating a profile to a certain device"@en ; rdfs:label "has profile"@en . -### https://saref.etsi.org/hasProperty +### https://saref.etsi.org/saref#hasProperty saref:hasProperty rdf:type owl:ObjectProperty ; owl:inverseOf saref:isPropertyOf ; rdfs:comment "A relationship between a feature of interest and a property of that feature"@en ; rdfs:label "has property"@en . -### https://saref.etsi.org/hasSensingRange +### https://saref.etsi.org/saref#hasSensingRange saref:hasSensingRange rdf:type owl:ObjectProperty ; rdfs:comment "A relationship between a sensing function and a measurement identifying the range of a sensor detection"@en ; rdfs:label "has sensing range"@en . -### https://saref.etsi.org/hasSensorType +### https://saref.etsi.org/saref#hasSensorType saref:hasSensorType rdf:type owl:ObjectProperty ; rdfs:comment "A relationship identifying the sensing type of a sensor detection (i.e., Temperature, Occupancy, Humidity, Motion , Smoke, Pressure, etc.) "@en ; rdfs:label "has sensor type"@en . -### https://saref.etsi.org/hasState +### https://saref.etsi.org/saref#hasState saref:hasState rdf:type owl:ObjectProperty ; rdfs:comment "A relationship identifying the type of state of a device"@en ; rdfs:label "has state"@en . -### https://saref.etsi.org/hasThresholdMeasurement +### https://saref.etsi.org/saref#hasThresholdMeasurement saref:hasThresholdMeasurement rdf:type owl:ObjectProperty ; rdfs:comment "A relationship associated with an event function to notify that a certain threshold measurement has been exceeded"@en ; rdfs:label "has threshold measurement"@en . -### https://saref.etsi.org/hasTime +### https://saref.etsi.org/saref#hasTime saref:hasTime rdf:type owl:ObjectProperty ; rdfs:comment "A relationship to associate time information to an entity"@en ; rdfs:label "has time"@en . -### https://saref.etsi.org/hasTypicalConsumption +### https://saref.etsi.org/saref#hasTypicalConsumption saref:hasTypicalConsumption rdf:type owl:ObjectProperty ; rdfs:comment "A relationship identifying the typical (energy or power) consumption of a device"@en ; rdfs:label "has typical consumption"@en . -### https://saref.etsi.org/isAbout +### https://saref.etsi.org/saref#isAbout saref:isAbout rdf:type owl:ObjectProperty ; rdfs:comment "A relationship identifying what an entity, such as a profile, is about"@en ; rdfs:label "isAbout"@en . -### https://saref.etsi.org/isAccomplishedBy +### https://saref.etsi.org/saref#isAccomplishedBy saref:isAccomplishedBy rdf:type owl:ObjectProperty ; rdfs:comment "A relationship indentifying the task accomplished by a certain entity (e.g., a device)"@en ; rdfs:label "is accomplished by"@en . -### https://saref.etsi.org/isCommandOf +### https://saref.etsi.org/saref#isCommandOf saref:isCommandOf rdf:type owl:ObjectProperty ; rdfs:comment "A relationship between a command and a function."@en ; rdfs:label "is command of"@en . -### https://saref.etsi.org/isControlledByDevice +### https://saref.etsi.org/saref#isControlledByDevice saref:isControlledByDevice rdf:type owl:ObjectProperty ; rdfs:comment "A relationship specifying the devices that can control a certain property"@en ; rdfs:label "is controlled by device"@en . -### https://saref.etsi.org/hasMeasurement +### https://saref.etsi.org/saref#hasMeasurement saref:hasMeasurement rdf:type owl:ObjectProperty ; rdfs:comment "A relationship between a feature of interest and a measurement about it"@en ; rdfs:label "has measurement"@en . -### https://saref.etsi.org/isMeasuredByDevice +### https://saref.etsi.org/saref#isMeasuredByDevice saref:isMeasuredByDevice rdf:type owl:ObjectProperty ; rdfs:comment "A relationship specifying the devices that can measure a certain property"@en ; rdfs:label "is measured by device"@en . -### https://saref.etsi.org/isMeasuredIn +### https://saref.etsi.org/saref#isMeasuredIn saref:isMeasuredIn rdf:type owl:ObjectProperty ; rdfs:comment "A relationship identifying the unit of measure used for a certain entity."@en ; rdfs:label "is measured in"@en . -### https://saref.etsi.org/isOfferedBy +### https://saref.etsi.org/saref#isOfferedBy saref:isOfferedBy rdf:type owl:ObjectProperty ; owl:inverseOf saref:offers ; rdfs:comment "A relationship between a service and a device that offers the service"@en ; rdfs:label "is offered by"@en . -### https://saref.etsi.org/isPropertyOf +### https://saref.etsi.org/saref#isPropertyOf saref:isPropertyOf rdf:type owl:ObjectProperty ; rdfs:comment "A relationship between a property and the feature of interest it belongs to"@en ; rdfs:label "is property of"@en . -### https://saref.etsi.org/isUsedFor +### https://saref.etsi.org/saref#isUsedFor saref:isUsedFor rdf:type owl:ObjectProperty ; rdfs:comment "A relationship specifying the commodity for which a device is used for"@en ; rdfs:label "is used for"@en . -### https://saref.etsi.org/makesMeasurement +### https://saref.etsi.org/saref#makesMeasurement saref:makesMeasurement rdf:type owl:ObjectProperty ; owl:inverseOf saref:measurementMadeBy ; rdfs:comment "A relation between a device and the measurements it makes. Such measurement will link together the value of the measurement, its unit of measure and the property to which it relates."@en ; rdfs:label "makes measurement"@en . -### https://saref.etsi.org/measurementMadeBy +### https://saref.etsi.org/saref#measurementMadeBy saref:measurementMadeBy rdf:type owl:ObjectProperty ; rdfs:comment "A relation between a measurement and the device that made it."@en ; rdfs:label "measurement made by"@en . -### https://saref.etsi.org/measuresProperty +### https://saref.etsi.org/saref#measuresProperty saref:measuresProperty rdf:type owl:ObjectProperty ; rdfs:comment "A relationship specifying the property that can be measured by a certain device"@en ; rdfs:label "measures property"@en . -### https://saref.etsi.org/offers +### https://saref.etsi.org/saref#offers saref:offers rdf:type owl:ObjectProperty ; rdfs:comment "A relationship between a device and a service"@en ; rdfs:label "offers"@en . -### https://saref.etsi.org/relatesToMeasurement +### https://saref.etsi.org/saref#relatesToMeasurement saref:relatesToMeasurement rdf:type owl:ObjectProperty ; rdfs:comment "A relationship between a property and the measurements it relates to"@en ; rdfs:label "relates to measurement"@en . -### https://saref.etsi.org/relatesToProperty +### https://saref.etsi.org/saref#relatesToProperty saref:relatesToProperty rdf:type owl:ObjectProperty ; owl:inverseOf saref:relatesToMeasurement ; rdfs:comment "A relationship between a measurement and the property it relates to"@en ; rdfs:label "relates to property"@en . -### https://saref.etsi.org/represents +### https://saref.etsi.org/saref#represents saref:represents rdf:type owl:ObjectProperty ; rdfs:comment "A relationship between a service and a function."@en ; rdfs:label "represents"@en . @@ -250,7 +250,7 @@ saref:represents rdf:type owl:ObjectProperty ; # Data properties ################################################################# -### https://saref.etsi.org/hasDescription +### https://saref.etsi.org/saref#hasDescription saref:hasDescription rdf:type owl:DatatypeProperty ; owl:deprecated "true"^^xsd:boolean ; rdfs:comment "DEPRECATED: The use of rdfs:comment is recommended instead."@en ; @@ -258,31 +258,31 @@ saref:hasDescription rdf:type owl:DatatypeProperty ; rdfs:label "has description"@en . -### https://saref.etsi.org/hasManufacturer +### https://saref.etsi.org/saref#hasManufacturer saref:hasManufacturer rdf:type owl:DatatypeProperty ; rdfs:comment "A relationship identifying the manufacturer of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ; rdfs:label "has manufacturer"@en . -### https://saref.etsi.org/hasModel +### https://saref.etsi.org/saref#hasModel saref:hasModel rdf:type owl:DatatypeProperty ; rdfs:comment "A relationship identifying the model of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ; rdfs:label "has model"@en . -### https://saref.etsi.org/hasName +### https://saref.etsi.org/saref#hasName saref:hasName rdf:type owl:DatatypeProperty ; rdfs:comment "A relationship providing the name of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ; rdfs:label "has name"@en . -### https://saref.etsi.org/hasTimestamp +### https://saref.etsi.org/saref#hasTimestamp saref:hasTimestamp rdf:type owl:DatatypeProperty ; rdfs:comment "A relationship stating the timestamp of an entity (e.g. a measurement)."@en ; rdfs:label "has timestamp"@en . -### https://saref.etsi.org/hasValue +### https://saref.etsi.org/saref#hasValue saref:hasValue rdf:type owl:DatatypeProperty ; rdfs:comment "A relationship defining the value of a certain property, e.g., energy or power. Note that, even if numeric values are expected to enable reasoning, measurement values could use other datatypes."@en ; rdfs:label "has value"@en . @@ -293,14 +293,14 @@ saref:hasValue rdf:type owl:DatatypeProperty ; ################################################################# -### https://saref.etsi.org/ActuatingFunction +### https://saref.etsi.org/saref#ActuatingFunction saref:ActuatingFunction rdf:type owl:Class ; rdfs:subClassOf saref:Function ; rdfs:comment "A function that allows to transmit data to actuators, such as level settings (e.g., temperature) or binary switching (e.g., open/close, on/off)"@en ; rdfs:label "Actuating function"@en . -### https://saref.etsi.org/Actuator +### https://saref.etsi.org/saref#Actuator saref:Actuator rdf:type owl:Class ; rdfs:subClassOf saref:FunctionRelated , [ rdf:type owl:Restriction ; @@ -311,21 +311,21 @@ saref:Actuator rdf:type owl:Class ; rdfs:label "Actuator"@en . -### https://saref.etsi.org/Appliance +### https://saref.etsi.org/saref#Appliance saref:Appliance rdf:type owl:Class ; rdfs:subClassOf saref:FunctionRelated ; rdfs:comment "An electrical/mechanical machine that accomplish some household functions, such as cleaning or cooking"@en ; rdfs:label "Appliance"@en . -### https://saref.etsi.org/BuildingRelated +### https://saref.etsi.org/saref#BuildingRelated saref:BuildingRelated rdf:type owl:Class ; rdfs:subClassOf saref:Device ; rdfs:comment "A category that includes devices as described by building related data models, such as IFC and FIEMSER "@en ; rdfs:label "Building related"@en . -### https://saref.etsi.org/CloseCommand +### https://saref.etsi.org/saref#CloseCommand saref:CloseCommand rdf:type owl:Class ; rdfs:subClassOf saref:Command , [ rdf:type owl:Restriction ; @@ -341,21 +341,21 @@ saref:CloseCommand rdf:type owl:Class ; rdfs:label "Close command"@en . -### https://saref.etsi.org/CloseState +### https://saref.etsi.org/saref#CloseState saref:CloseState rdf:type owl:Class ; rdfs:subClassOf saref:OpenCloseState ; rdfs:comment "The state of a device that is CLOSE"@en ; rdfs:label "Close state"@en . -### https://saref.etsi.org/Coal +### https://saref.etsi.org/saref#Coal saref:Coal rdf:type owl:Class ; rdfs:subClassOf saref:Commodity ; rdfs:comment "A type of commodity"@en ; rdfs:label "Coal"@en . -### https://saref.etsi.org/Command +### https://saref.etsi.org/saref#Command saref:Command rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty saref:actsUpon ; @@ -370,20 +370,20 @@ saref:Command rdf:type owl:Class ; rdfs:label "Command"@en . -### https://saref.etsi.org/Commodity +### https://saref.etsi.org/saref#Commodity saref:Commodity rdf:type owl:Class ; rdfs:comment "A marketable item for which there is demand, but which is supplied without qualitative differentiation across a market. SAREF refers to energy commodities such as electricity, gas, coal and oil. "@en ; rdfs:label "Commodity"@en . -### https://saref.etsi.org/Currency +### https://saref.etsi.org/saref#Currency saref:Currency rdf:type owl:Class ; rdfs:subClassOf saref:UnitOfMeasure ; rdfs:comment "The class of units of measure for price"@en ; rdfs:label "Currency"@en . -### https://saref.etsi.org/Device +### https://saref.etsi.org/saref#Device saref:Device rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty saref:consistsOf ; @@ -439,7 +439,7 @@ saref:Device rdf:type owl:Class ; rdfs:label "Device"@en . -### https://saref.etsi.org/DoorSwitch +### https://saref.etsi.org/saref#DoorSwitch saref:DoorSwitch rdf:type owl:Class ; rdfs:subClassOf saref:Switch , [ rdf:type owl:Restriction ; @@ -454,21 +454,21 @@ saref:DoorSwitch rdf:type owl:Class ; rdfs:label "Door switch"@en . -### https://saref.etsi.org/Electricity +### https://saref.etsi.org/saref#Electricity saref:Electricity rdf:type owl:Class ; rdfs:subClassOf saref:Commodity ; rdfs:comment "A type of commodity"@en ; rdfs:label "Electricity"@en . -### https://saref.etsi.org/Energy +### https://saref.etsi.org/saref#Energy saref:Energy rdf:type owl:Class ; rdfs:subClassOf saref:Property ; rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value measured in an energy unit (such as Kilowatt_Hour or Watt_hour). Furter specializations of the saref:Energy class can be found in the SAREF4ENER extension, where classes such as EnergyMax, EnergyMin and EnergyExpected are defined. "@en ; rdfs:label "Energy"@en . -### https://saref.etsi.org/EnergyMeter +### https://saref.etsi.org/saref#EnergyMeter saref:EnergyMeter rdf:type owl:Class ; rdfs:subClassOf saref:Meter , [ rdf:type owl:Restriction ; @@ -479,21 +479,21 @@ saref:EnergyMeter rdf:type owl:Class ; rdfs:label "Energy meter"@en . -### https://saref.etsi.org/EnergyRelated +### https://saref.etsi.org/saref#EnergyRelated saref:EnergyRelated rdf:type owl:Class ; rdfs:subClassOf saref:Device ; rdfs:comment "A category that considers devices based on energy consumption information and profiles to optimize energy efficiency."@en ; rdfs:label "Energy related"@en . -### https://saref.etsi.org/EnergyUnit +### https://saref.etsi.org/saref#EnergyUnit saref:EnergyUnit rdf:type owl:Class ; rdfs:subClassOf saref:UnitOfMeasure ; rdfs:comment "The unit of measure for energy"@en ; rdfs:label "Energy unit"@en . -### https://saref.etsi.org/EventFunction +### https://saref.etsi.org/saref#EventFunction saref:EventFunction rdf:type owl:Class ; rdfs:subClassOf saref:Function , [ rdf:type owl:Restriction ; @@ -505,7 +505,7 @@ saref:EventFunction rdf:type owl:Class ; rdfs:label "Event function"@en . -### https://saref.etsi.org/FeatureOfInterest +### https://saref.etsi.org/saref#FeatureOfInterest saref:FeatureOfInterest rdf:type owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty saref:hasProperty ; @@ -519,7 +519,7 @@ saref:FeatureOfInterest rdf:type owl:Class ; rdfs:label "Feature of interest"@en . -### https://saref.etsi.org/Function +### https://saref.etsi.org/saref#Function saref:Function rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty saref:hasCommand ; @@ -530,35 +530,35 @@ saref:Function rdf:type owl:Class ; rdfs:label "Function"@en . -### https://saref.etsi.org/FunctionRelated +### https://saref.etsi.org/saref#FunctionRelated saref:FunctionRelated rdf:type owl:Class ; rdfs:subClassOf saref:Device ; rdfs:comment "A category that considers devices, sensors and their specification in terms of functions, states and services"@en ; rdfs:label "Function related"@en . -### https://saref.etsi.org/Gas +### https://saref.etsi.org/saref#Gas saref:Gas rdf:type owl:Class ; rdfs:subClassOf saref:Commodity ; rdfs:comment "A type of commodity"@en ; rdfs:label "Gas"@en . -### https://saref.etsi.org/Generator +### https://saref.etsi.org/saref#Generator saref:Generator rdf:type owl:Class ; rdfs:subClassOf saref:EnergyRelated ; rdfs:comment "A type of energy-related device that generates energy"@en ; rdfs:label "Generator"@en . -### https://saref.etsi.org/GetCommand +### https://saref.etsi.org/saref#GetCommand saref:GetCommand rdf:type owl:Class ; rdfs:subClassOf saref:Command ; rdfs:comment "A type of command"@en ; rdfs:label "Get command"@en . -### https://saref.etsi.org/GetCurrentMeterValueCommand +### https://saref.etsi.org/saref#GetCurrentMeterValueCommand saref:GetCurrentMeterValueCommand rdf:type owl:Class ; rdfs:subClassOf saref:GetCommand , [ rdf:type owl:Restriction ; @@ -569,7 +569,7 @@ saref:GetCurrentMeterValueCommand rdf:type owl:Class ; rdfs:label "Get current meter value command"@en . -### https://saref.etsi.org/GetMeterDataCommand +### https://saref.etsi.org/saref#GetMeterDataCommand saref:GetMeterDataCommand rdf:type owl:Class ; rdfs:subClassOf saref:GetCommand , [ rdf:type owl:Restriction ; @@ -580,7 +580,7 @@ saref:GetMeterDataCommand rdf:type owl:Class ; rdfs:label "Get meter data command"@en . -### https://saref.etsi.org/GetMeterHistoryCommand +### https://saref.etsi.org/saref#GetMeterHistoryCommand saref:GetMeterHistoryCommand rdf:type owl:Class ; rdfs:subClassOf saref:GetCommand , [ rdf:type owl:Restriction ; @@ -591,7 +591,7 @@ saref:GetMeterHistoryCommand rdf:type owl:Class ; rdfs:label "Get meter history command"@en . -### https://saref.etsi.org/GetSensingDataCommand +### https://saref.etsi.org/saref#GetSensingDataCommand saref:GetSensingDataCommand rdf:type owl:Class ; rdfs:subClassOf saref:GetCommand , [ rdf:type owl:Restriction ; @@ -602,42 +602,42 @@ saref:GetSensingDataCommand rdf:type owl:Class ; rdfs:label "Get sensing data command"@en . -### https://saref.etsi.org/HVAC +### https://saref.etsi.org/saref#HVAC saref:HVAC rdf:type owl:Class ; rdfs:subClassOf saref:FunctionRelated ; rdfs:comment "Heating, Ventilation and Air Conditioning (HVAC) device that provides indoor environmental comfort. A saref:HVAC is typically used to accomplish saref:Comfort."@en ; rdfs:label "HVAC"@en . -### https://saref.etsi.org/Humidity +### https://saref.etsi.org/saref#Humidity saref:Humidity rdf:type owl:Class ; rdfs:subClassOf saref:Property ; rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value that is measured in a humidity unit"@en ; rdfs:label "Humidity"@en . -### https://saref.etsi.org/IlluminanceUnit +### https://saref.etsi.org/saref#IlluminanceUnit saref:IlluminanceUnit rdf:type owl:Class ; rdfs:subClassOf saref:UnitOfMeasure ; rdfs:comment "The unit of measure for light"@en ; rdfs:label "Illuminance unit"@en . -### https://saref.etsi.org/LevelControlFunction +### https://saref.etsi.org/saref#LevelControlFunction saref:LevelControlFunction rdf:type owl:Class ; rdfs:subClassOf saref:ActuatingFunction ; rdfs:comment "An actuating function that allows to do level adjustments of a property in a certain range (e.g., 0%-100%), such as dimming a light in a room or setting the speed of an electric motor. "@en ; rdfs:label "Level control function"@en . -### https://saref.etsi.org/Light +### https://saref.etsi.org/saref#Light saref:Light rdf:type owl:Class ; rdfs:subClassOf saref:Property ; rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value that is measured in a illuminance unit (lux)"@en ; rdfs:label "Light"@en . -### https://saref.etsi.org/LightSwitch +### https://saref.etsi.org/saref#LightSwitch saref:LightSwitch rdf:type owl:Class ; rdfs:subClassOf saref:Switch , [ rdf:type owl:Restriction ; @@ -660,21 +660,21 @@ saref:LightSwitch rdf:type owl:Class ; rdfs:label "Light switch"@en . -### https://saref.etsi.org/LightingDevice +### https://saref.etsi.org/saref#LightingDevice saref:LightingDevice rdf:type owl:Class ; rdfs:subClassOf saref:FunctionRelated ; rdfs:comment "A device used for illumination, irradiation, signaling, or projection. A saref:LightingDevice is typically used to accomplish saref:Comfort."@en ; rdfs:label "Lighting device"@en . -### https://saref.etsi.org/Load +### https://saref.etsi.org/saref#Load saref:Load rdf:type owl:Class ; rdfs:subClassOf saref:EnergyRelated ; rdfs:comment "A type of energy-related device that consumes energy"@en ; rdfs:label "Load"@en . -### https://saref.etsi.org/Measurement +### https://saref.etsi.org/saref#Measurement saref:Measurement rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty saref:isMeasurementOf ; @@ -710,7 +710,7 @@ saref:Measurement rdf:type owl:Class ; rdfs:label "Measurement"@en . -### https://saref.etsi.org/Meter +### https://saref.etsi.org/saref#Meter saref:Meter rdf:type owl:Class ; rdfs:subClassOf saref:FunctionRelated , [ rdf:type owl:Restriction ; @@ -721,7 +721,7 @@ saref:Meter rdf:type owl:Class ; rdfs:label "Meter"@en . -### https://saref.etsi.org/MeteringFunction +### https://saref.etsi.org/saref#MeteringFunction saref:MeteringFunction rdf:type owl:Class ; rdfs:subClassOf saref:Function , [ rdf:type owl:Restriction ; @@ -740,42 +740,42 @@ saref:MeteringFunction rdf:type owl:Class ; rdfs:label "Metering function"@en . -### https://saref.etsi.org/MicroRenewable +### https://saref.etsi.org/saref#MicroRenewable saref:MicroRenewable rdf:type owl:Class ; rdfs:subClassOf saref:FunctionRelated ; rdfs:comment "A device that generates renewable energy from natural resources such as the sun, wind and water. A saref:MicroRenewable is typically used to accomplish saref:EnergyEfficiency."@en ; rdfs:label "Micro renewable"@en . -### https://saref.etsi.org/Motion +### https://saref.etsi.org/saref#Motion saref:Motion rdf:type owl:Class ; rdfs:subClassOf saref:Property ; rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value that is measured in a unit of measure for motion"@en ; rdfs:label "Motion"@en . -### https://saref.etsi.org/MultiLevelState +### https://saref.etsi.org/saref#MultiLevelState saref:MultiLevelState rdf:type owl:Class ; rdfs:subClassOf saref:State ; rdfs:comment "A type of state"@en ; rdfs:label "Multi level state"@en . -### https://saref.etsi.org/Multimedia +### https://saref.etsi.org/saref#Multimedia saref:Multimedia rdf:type owl:Class ; rdfs:subClassOf saref:FunctionRelated ; rdfs:comment "A device designed to display, store, record or play multimedia content such as audio, images, animation, video. A saref:Multimedia is typically used to accomplish saref:Entertainment."@en ; rdfs:label "Multimedia"@en . -### https://saref.etsi.org/Network +### https://saref.etsi.org/saref#Network saref:Network rdf:type owl:Class ; rdfs:subClassOf saref:FunctionRelated ; rdfs:comment "A device used to connect other devices in a network, such as hub, switch or router in a Local Area Network (LAN). "@en ; rdfs:label "Network"@en . -### https://saref.etsi.org/NotifyCommand +### https://saref.etsi.org/saref#NotifyCommand saref:NotifyCommand rdf:type owl:Class ; rdfs:subClassOf saref:Command , [ rdf:type owl:Restriction ; @@ -786,14 +786,14 @@ saref:NotifyCommand rdf:type owl:Class ; rdfs:label "Notify command"@en . -### https://saref.etsi.org/Occupancy +### https://saref.etsi.org/saref#Occupancy saref:Occupancy rdf:type owl:Class ; rdfs:subClassOf saref:Property ; rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value (saref:hasValue property) that is measured in a unit of measure for occupancy"@en ; rdfs:label "Occupancy"@en . -### https://saref.etsi.org/OffCommand +### https://saref.etsi.org/saref#OffCommand saref:OffCommand rdf:type owl:Class ; rdfs:subClassOf saref:Command , [ rdf:type owl:Restriction ; @@ -809,14 +809,14 @@ saref:OffCommand rdf:type owl:Class ; rdfs:label "Off command"@en . -### https://saref.etsi.org/OffState +### https://saref.etsi.org/saref#OffState saref:OffState rdf:type owl:Class ; rdfs:subClassOf saref:OnOffState ; rdfs:comment "The state of a device that is Off"@en ; rdfs:label "Off state"@en . -### https://saref.etsi.org/OnCommand +### https://saref.etsi.org/saref#OnCommand saref:OnCommand rdf:type owl:Class ; rdfs:subClassOf saref:Command , [ rdf:type owl:Restriction ; @@ -831,42 +831,42 @@ saref:OnCommand rdf:type owl:Class ; rdfs:label "On command"@en . -### https://saref.etsi.org/OnOffFunction +### https://saref.etsi.org/saref#OnOffFunction saref:OnOffFunction rdf:type owl:Class ; rdfs:subClassOf saref:ActuatingFunction ; rdfs:comment "An actuating function that allows to switch on and off an actuator"@en ; rdfs:label "On off function"@en . -### https://saref.etsi.org/OnOffState +### https://saref.etsi.org/saref#OnOffState saref:OnOffState rdf:type owl:Class ; rdfs:subClassOf saref:State ; rdfs:comment "A type of state"@en ; rdfs:label "On off state"@en . -### https://saref.etsi.org/OnState +### https://saref.etsi.org/saref#OnState saref:OnState rdf:type owl:Class ; rdfs:subClassOf saref:OnOffState ; rdfs:comment "The state of a device that is On"@en ; rdfs:label "On state"@en . -### https://saref.etsi.org/OpenCloseFunction +### https://saref.etsi.org/saref#OpenCloseFunction saref:OpenCloseFunction rdf:type owl:Class ; rdfs:subClassOf saref:ActuatingFunction ; rdfs:comment "An actuating function that allows to open and close a device"@en ; rdfs:label "Open close function"@en . -### https://saref.etsi.org/OpenCloseState +### https://saref.etsi.org/saref#OpenCloseState saref:OpenCloseState rdf:type owl:Class ; rdfs:subClassOf saref:State ; rdfs:comment "A type of state"@en ; rdfs:label "Open close state"@en . -### https://saref.etsi.org/OpenCommand +### https://saref.etsi.org/saref#OpenCommand saref:OpenCommand rdf:type owl:Class ; rdfs:subClassOf saref:Command , [ rdf:type owl:Restriction ; @@ -881,56 +881,56 @@ saref:OpenCommand rdf:type owl:Class ; rdfs:label "Open command"@en . -### https://saref.etsi.org/OpenState +### https://saref.etsi.org/saref#OpenState saref:OpenState rdf:type owl:Class ; rdfs:subClassOf saref:OpenCloseState ; rdfs:comment "The state of a device that is OPEN "@en ; rdfs:label "Open state"@en . -### https://saref.etsi.org/PauseCommand +### https://saref.etsi.org/saref#PauseCommand saref:PauseCommand rdf:type owl:Class ; rdfs:subClassOf saref:Command ; rdfs:comment "A type of command"@en ; rdfs:label "Pause command"@en . -### https://saref.etsi.org/Power +### https://saref.etsi.org/saref#Power saref:Power rdf:type owl:Class ; rdfs:subClassOf saref:Property ; rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value that is measured in a power unit (such as watt or kilowatt). Further specializations of the saref:Power class can be found in the SAREF4ENER extension, where classes such as PowerMax, PowerMin and PowerExpected are defined."@en ; rdfs:label "Power"@en . -### https://saref.etsi.org/PowerUnit +### https://saref.etsi.org/saref#PowerUnit saref:PowerUnit rdf:type owl:Class ; rdfs:subClassOf saref:UnitOfMeasure ; rdfs:comment "The unit of measure for power"@en ; rdfs:label "Power unit"@en . -### https://saref.etsi.org/Pressure +### https://saref.etsi.org/saref#Pressure saref:Pressure rdf:type owl:Class ; rdfs:subClassOf saref:Property ; rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value that is measured in a pressure unit (bar or pascal)"@en ; rdfs:label "Pressure"@en . -### https://saref.etsi.org/PressureUnit +### https://saref.etsi.org/saref#PressureUnit saref:PressureUnit rdf:type owl:Class ; rdfs:subClassOf saref:UnitOfMeasure ; rdfs:comment "The unit of measure for pressure"@en ; rdfs:label "Pressure unit"@en . -### https://saref.etsi.org/Price +### https://saref.etsi.org/saref#Price saref:Price rdf:type owl:Class ; rdfs:subClassOf saref:Property ; rdfs:comment "A saref:Property crelated to some measurements that are characterized by a certain value that is measured using saref:Currency"@en ; rdfs:label "Price"@en . -### https://saref.etsi.org/Profile +### https://saref.etsi.org/saref#Profile saref:Profile rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty saref:consistsOf ; @@ -956,7 +956,7 @@ saref:Profile rdf:type owl:Class ; rdfs:label "Profile"@en . -### https://saref.etsi.org/Property +### https://saref.etsi.org/saref#Property saref:Property rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty saref:isControlledByDevice ; @@ -978,7 +978,7 @@ saref:Property rdf:type owl:Class ; rdfs:label "Property"@en . -### https://saref.etsi.org/SensingFunction +### https://saref.etsi.org/saref#SensingFunction saref:SensingFunction rdf:type owl:Class ; rdfs:subClassOf saref:Function , [ rdf:type owl:Restriction ; @@ -993,7 +993,7 @@ saref:SensingFunction rdf:type owl:Class ; rdfs:label "Sensing function"@en . -### https://saref.etsi.org/Sensor +### https://saref.etsi.org/saref#Sensor saref:Sensor rdf:type owl:Class ; rdfs:subClassOf saref:FunctionRelated , [ rdf:type owl:Restriction ; @@ -1004,7 +1004,7 @@ saref:Sensor rdf:type owl:Class ; rdfs:label "Sensor"@en . -### https://saref.etsi.org/Service +### https://saref.etsi.org/saref#Service saref:Service rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty saref:isOfferedBy ; @@ -1020,14 +1020,14 @@ saref:Service rdf:type owl:Class ; rdfs:label "Service"@en . -### https://saref.etsi.org/SetAbsoluteLevelCommand +### https://saref.etsi.org/saref#SetAbsoluteLevelCommand saref:SetAbsoluteLevelCommand rdf:type owl:Class ; rdfs:subClassOf saref:SetLevelCommand ; rdfs:comment "A type of set level command"@en ; rdfs:label "Set absolute level command"@en . -### https://saref.etsi.org/SetLevelCommand +### https://saref.etsi.org/saref#SetLevelCommand saref:SetLevelCommand rdf:type owl:Class ; rdfs:subClassOf saref:Command , [ rdf:type owl:Restriction ; @@ -1042,21 +1042,21 @@ saref:SetLevelCommand rdf:type owl:Class ; rdfs:label "Set level command"@en . -### https://saref.etsi.org/SetRelativeLevelCommand +### https://saref.etsi.org/saref#SetRelativeLevelCommand saref:SetRelativeLevelCommand rdf:type owl:Class ; rdfs:subClassOf saref:SetLevelCommand ; rdfs:comment "A type of set level command"@en ; rdfs:label "Set relative level command"@en . -### https://saref.etsi.org/Smoke +### https://saref.etsi.org/saref#Smoke saref:Smoke rdf:type owl:Class ; rdfs:subClassOf saref:Property ; rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value that is measured in a unit of measure for smoke"@en ; rdfs:label "Smoke"@en . -### https://saref.etsi.org/SmokeSensor +### https://saref.etsi.org/saref#SmokeSensor saref:SmokeSensor rdf:type owl:Class ; rdfs:subClassOf saref:Sensor , [ rdf:type owl:Restriction ; @@ -1075,7 +1075,7 @@ saref:SmokeSensor rdf:type owl:Class ; rdfs:label "Smoke sensor"@en . -### https://saref.etsi.org/StartCommand +### https://saref.etsi.org/saref#StartCommand saref:StartCommand rdf:type owl:Class ; rdfs:subClassOf saref:Command , [ rdf:type owl:Restriction ; @@ -1091,34 +1091,34 @@ saref:StartCommand rdf:type owl:Class ; rdfs:label "Start command"@en . -### https://saref.etsi.org/StartState +### https://saref.etsi.org/saref#StartState saref:StartState rdf:type owl:Class ; rdfs:subClassOf saref:StartStopState ; rdfs:comment "The state of a device that is STARTED"@en ; rdfs:label "Start state"@en . -### https://saref.etsi.org/StartStopFunction +### https://saref.etsi.org/saref#StartStopFunction saref:StartStopFunction rdf:type owl:Class ; rdfs:subClassOf saref:ActuatingFunction ; rdfs:comment "An actuating function that allows to start and stop a device"@en ; rdfs:label "Start stop function"@en . -### https://saref.etsi.org/StartStopState +### https://saref.etsi.org/saref#StartStopState saref:StartStopState rdf:type owl:Class ; rdfs:subClassOf saref:State ; rdfs:comment "A type of state"@en ; rdfs:label "Start stop state"@en . -### https://saref.etsi.org/State +### https://saref.etsi.org/saref#State saref:State rdf:type owl:Class ; rdfs:comment "The state in which a device can be found, e.g, ON/OFF/STANDBY, or ONLINE/OFFLINE. We propose here a list of states that are relevant for the purpose of SAREF, but this list can be extended."@en ; rdfs:label "State"@en . -### https://saref.etsi.org/StepDownCommand +### https://saref.etsi.org/saref#StepDownCommand saref:StepDownCommand rdf:type owl:Class ; rdfs:subClassOf saref:Command , [ rdf:type owl:Restriction ; @@ -1134,7 +1134,7 @@ saref:StepDownCommand rdf:type owl:Class ; rdfs:label "Step down command"@en . -### https://saref.etsi.org/StepUpCommand +### https://saref.etsi.org/saref#StepUpCommand saref:StepUpCommand rdf:type owl:Class ; rdfs:subClassOf saref:Command , [ rdf:type owl:Restriction ; @@ -1149,7 +1149,7 @@ saref:StepUpCommand rdf:type owl:Class ; rdfs:label "Step up command"@en . -### https://saref.etsi.org/StopCommand +### https://saref.etsi.org/saref#StopCommand saref:StopCommand rdf:type owl:Class ; rdfs:subClassOf saref:Command , [ rdf:type owl:Restriction ; @@ -1164,28 +1164,28 @@ saref:StopCommand rdf:type owl:Class ; rdfs:label "Stop command"@en . -### https://saref.etsi.org/StopState +### https://saref.etsi.org/saref#StopState saref:StopState rdf:type owl:Class ; rdfs:subClassOf saref:StartStopState ; rdfs:comment "The state of a device that is STOPPED"@en ; rdfs:label "Stop state"@en . -### https://saref.etsi.org/Storage +### https://saref.etsi.org/saref#Storage saref:Storage rdf:type owl:Class ; rdfs:subClassOf saref:EnergyRelated ; rdfs:comment "A type of energy-related device that stores energy"@en ; rdfs:label "Storage"@en . -### https://saref.etsi.org/Switch +### https://saref.etsi.org/saref#Switch saref:Switch rdf:type owl:Class ; rdfs:subClassOf saref:Actuator ; rdfs:comment "A device of category saref:Actuator that performs an actuating function of type saref:OnOffFunction or saref:OpenCloseFunction"@en ; rdfs:label "Switch"@en . -### https://saref.etsi.org/SwitchOnService +### https://saref.etsi.org/saref#SwitchOnService saref:SwitchOnService rdf:type owl:Class ; rdfs:subClassOf saref:Service , [ rdf:type owl:Restriction ; @@ -1200,20 +1200,20 @@ saref:SwitchOnService rdf:type owl:Class ; rdfs:label "Switch on service"@en . -### https://saref.etsi.org/Task +### https://saref.etsi.org/saref#Task saref:Task rdf:type owl:Class ; rdfs:comment "The goal for which a device is designed (from a user perspective). For example, a washing machine is designed for the task of washing. We propose here a list of tasks that are relevant for the purpose of SAREF, but this list can be extended. Tasks can be accomplished by devices (saref:isAccomplishedBy)."@en ; rdfs:label "Task"@en . -### https://saref.etsi.org/Temperature +### https://saref.etsi.org/saref#Temperature saref:Temperature rdf:type owl:Class ; rdfs:subClassOf saref:Property ; rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value that is measured in a temperature unit (degree_Celsius, degree_Fahrenheit, or degree_kelvin)"@en ; rdfs:label "Temperature"@en . -### https://saref.etsi.org/TemperatureSensor +### https://saref.etsi.org/saref#TemperatureSensor saref:TemperatureSensor rdf:type owl:Class ; rdfs:subClassOf saref:Sensor , [ rdf:type owl:Restriction ; @@ -1228,19 +1228,19 @@ saref:TemperatureSensor rdf:type owl:Class ; rdfs:label "Temperature sensor"@en . -### https://saref.etsi.org/TemperatureUnit +### https://saref.etsi.org/saref#TemperatureUnit saref:TemperatureUnit rdf:type owl:Class ; rdfs:subClassOf saref:UnitOfMeasure ; rdfs:comment "The unit of measure for temperature"@en ; rdfs:label "Temperature unit"@en . -### https://saref.etsi.org/Time +### https://saref.etsi.org/saref#Time saref:Time rdf:type owl:Class ; rdfs:comment "A class that allows to specify the time concept."@en ; rdfs:label "Time"@en . -### https://saref.etsi.org/ToggleCommand +### https://saref.etsi.org/saref#ToggleCommand saref:ToggleCommand rdf:type owl:Class ; rdfs:subClassOf saref:Command , [ rdf:type owl:Restriction ; @@ -1251,13 +1251,13 @@ saref:ToggleCommand rdf:type owl:Class ; rdfs:label "Toggle command"@en . -### https://saref.etsi.org/UnitOfMeasure +### https://saref.etsi.org/saref#UnitOfMeasure saref:UnitOfMeasure rdf:type owl:Class ; rdfs:comment "The unit of measure is a standard for measurement of a quantity, such as a Property. For example, Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \"watt\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of SAREF, but this list can be extended, also using some other ontologies rather than the Ontology of units of Measure (OM)."@en ; rdfs:label "Unit of measure"@en . -### https://saref.etsi.org/WashingMachine +### https://saref.etsi.org/saref#WashingMachine saref:WashingMachine rdf:type owl:Class ; rdfs:subClassOf saref:Appliance , saref:Load , @@ -1277,7 +1277,7 @@ saref:WashingMachine rdf:type owl:Class ; rdfs:label "Washing machine"@en . -### https://saref.etsi.org/Water +### https://saref.etsi.org/saref#Water saref:Water rdf:type owl:Class ; rdfs:subClassOf saref:Commodity ; rdfs:comment "A type of commodity"@en ; @@ -1289,68 +1289,68 @@ saref:Water rdf:type owl:Class ; ################################################################# -### https://saref.etsi.org/Cleaning +### https://saref.etsi.org/saref#Cleaning saref:Cleaning rdf:type owl:NamedIndividual , saref:Task ; rdfs:comment "A type of task for which a device is designed"@en ; rdfs:label "Cleaning"@en . -### https://saref.etsi.org/Comfort +### https://saref.etsi.org/saref#Comfort saref:Comfort rdf:type owl:NamedIndividual , saref:Task ; rdfs:comment "A type of task for which a device is designed"@en ; rdfs:label "Comfort"@en . -### https://saref.etsi.org/Drying +### https://saref.etsi.org/saref#Drying saref:Drying rdf:type owl:NamedIndividual , saref:Task ; rdfs:comment "A type of task for which a device is designed"@en ; rdfs:label "Drying"@en . -### https://saref.etsi.org/EnergyEfficiency +### https://saref.etsi.org/saref#EnergyEfficiency saref:EnergyEfficiency rdf:type owl:NamedIndividual , saref:Task ; rdfs:comment "A type of task for which a device is designed"@en ; rdfs:label "EnergyEfficiency"@en . -### https://saref.etsi.org/Entertainment +### https://saref.etsi.org/saref#Entertainment saref:Entertainment rdf:type owl:NamedIndividual , saref:Task ; rdfs:comment "A type of task for which a device is designed"@en ; rdfs:label "Entertainment"@en . -### https://w3id.org/saref#Lighting +### https://saref.etsi.org/saref#Lighting saref:Lighting rdf:type owl:NamedIndividual , saref:Task ; rdfs:comment "A type of task for which a device is designed"@en ; rdfs:label "Lighting"@en . -### https://saref.etsi.org/MeterReading +### https://saref.etsi.org/saref#MeterReading saref:MeterReading rdf:type owl:NamedIndividual , saref:Task ; rdfs:comment "A type of task for which a device is designed"@en ; rdfs:label "Meter reading"@en . -### https://w3id.org/saref#Safety +### https://saref.etsi.org/saref#Safety saref:Safety rdf:type owl:NamedIndividual , saref:Task ; rdfs:comment "A type of task for which a device is designed"@en ; rdfs:label "Safety"@en . -### https://w3id.org/saref#Washing +### https://saref.etsi.org/saref#Washing saref:Washing rdf:type owl:NamedIndividual , saref:Task ; rdfs:comment "A type of task for which a device is designed"@en ; rdfs:label "Washing"@en . -### https://saref.etsi.org/WellBeing +### https://saref.etsi.org/saref#WellBeing saref:WellBeing rdf:type owl:NamedIndividual , saref:Task ; rdfs:comment "A type of task for which a device is designed"@en ;