From ceb2cebff1a2e1c43a4ee257db0cf1d28612a211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rau=CC=81l=20Garci=CC=81a=20Castro?= Date: Fri, 6 Sep 2019 15:47:34 +0800 Subject: [PATCH 1/3] Updated the definition of EventFunction. Solves issue #18 --- ontology/saref.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ontology/saref.ttl b/ontology/saref.ttl index a793679..3447ede 100644 --- a/ontology/saref.ttl +++ b/ontology/saref.ttl @@ -484,7 +484,7 @@ saref:EventFunction rdf:type owl:Class ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass saref:Measurement ] ; - rdfs:comment "A function that allows to notify another device that a certain threshold value has been exceeded."^^xsd:string ; + rdfs:comment "A function that allows to notify about some relevant activity; e.g., that a certain threshold value has been exceeded or that some object has moved."^^xsd:string ; rdfs:label "Event function"^^xsd:string . @@ -1033,7 +1033,7 @@ saref:SmokeSensor rdf:type owl:Class ; owl:onProperty saref:measuresProperty ; owl:someValuesFrom saref:Smoke ] ; - rdfs:comment "A sensor that performs the saref:SensingFunction and saref:EventFunction (which notifies that a certain threshold has been exceeded), and is used for the purpose of sensing a property of type saref:Smoke. A saref:SmokeSensor is typically used to saref:accomplish saref:Safety."^^xsd:string ; + rdfs:comment "A sensor that performs the saref:SensingFunction and the saref:EventFunction, and is used for the purpose of sensing a property of type saref:Smoke. A saref:SmokeSensor is typically used to saref:accomplish saref:Safety."^^xsd:string ; rdfs:label "Smoke sensor"^^xsd:string . -- GitLab From 598043ba905da891933912d5a95ad65b20932621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rau=CC=81l=20Garci=CC=81a=20Castro?= Date: Mon, 16 Sep 2019 16:19:28 +0800 Subject: [PATCH 2/3] Rebasing --- ontology/saref.ttl.orig | 1406 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 1406 insertions(+) create mode 100644 ontology/saref.ttl.orig diff --git a/ontology/saref.ttl.orig b/ontology/saref.ttl.orig new file mode 100644 index 0000000..a0a1f86 --- /dev/null +++ b/ontology/saref.ttl.orig @@ -0,0 +1,1406 @@ +@prefix : . +@prefix om: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix foaf: . +@prefix rdfs: . +@prefix saref: . +@prefix dcterms: . +@prefix vann: . +@base . + + 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:contributor ; + dcterms:contributor ; + dcterms:contributor ; + dcterms:contributor ; + vann:preferredNamespacePrefix "saref" ; + vann:preferredNamespaceUri "https://saref.etsi.org/" ; + 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 subclassesre 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." ; + dcterms:publisher . + +################################################################# +# Object Properties +################################################################# + +### https://saref.etsi.org/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 +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 +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 +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 +saref:hasCommand rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isCommandOf ; + rdfs:comment "A relationship between an entity (such as a function) and a command"@en ; + rdfs:label "has command"@en . + + +### https://saref.etsi.org/hasFunction +saref:hasFunction rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the type of function of a device"@en ; + rdfs:label "has function"@en . + + +### https://saref.etsi.org/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 +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 +saref:hasPrice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationships indentifying the price associated to an entity"@en ; + rdfs:label "has price"@en . + + +### https://saref.etsi.org/hasProfile +saref:hasProfile rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship associating a profile to a certain entity (e.g., a device)"@en ; + rdfs:label "has profile"@en . + + +### https://saref.etsi.org/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 +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 +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 +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 +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 +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 +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 +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 +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 +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/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 +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 +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/isUsedFor +saref:isUsedFor rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the purpose for which a device is used for (e.g., controlling a Commodity)"@en ; + rdfs:label "is used for"@en . + + +### https://saref.etsi.org/makesMeasurement +saref:makesMeasurement rdf:type owl:ObjectProperty ; + 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/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 +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 +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 +saref:relatesToProperty rdf:type owl:ObjectProperty ; + 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 +saref:represents rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a service and a function."@en ; + rdfs:label "represents"@en . + + +################################################################# +# Data properties +################################################################# + +### https://saref.etsi.org/hasDescription +saref:hasDescription rdf:type owl:DatatypeProperty ; + rdfs:comment "A relationship providing a description of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ; + rdfs:label "has description"@en . + + +### https://saref.etsi.org/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 +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 +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 +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 +saref:hasValue rdf:type owl:DatatypeProperty ; + rdfs:comment "A relationship defining the value of a certain property, e.g., energy or power"@en ; + rdfs:label "has value"@en . + + +################################################################# +# Classes +################################################################# + + +### https://saref.etsi.org/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 +saref:Actuator rdf:type owl:Class ; + rdfs:subClassOf saref:FunctionRelated , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:ActuatingFunction + ] ; + rdfs:comment "A device responsible for moving or controlling a mechanism or system by performing an actuating function"@en ; + rdfs:label "Actuator"@en . + + +### https://saref.etsi.org/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 +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 +saref:CloseCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OpenCloseState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OpenCloseFunction + ] ; + owl:disjointWith saref:OpenCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Close command"@en . + + +### https://saref.etsi.org/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 +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 +saref:Command rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:allValuesFrom saref:State + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Function + ] ; + rdfs:comment "A directive that a device must support to perform a certain function. A command may act upon a state, but does not necessarily act upon a state. For example, the ON command acts upon the ON/OFF state, but the GET command does not act upon any state, it simply gives a directive to retrieve a certain value. We propose here a list of commands that are relevant for the purpose of SAREF, but this list can be extended."@en ; + rdfs:label "Command"@en . + + +### https://saref.etsi.org/Commodity +saref:Commodity rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:isMeasuredIn ; + owl:allValuesFrom saref:UnitOfMeasure + ] ; + 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 +saref:Currency rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for price"@en ; + rdfs:label "Currency"@en . + + +### https://saref.etsi.org/Device +saref:Device rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:consistsOf ; + owl:allValuesFrom saref:Device + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:controlsProperty ; + owl:allValuesFrom saref:Property + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasProfile ; + owl:allValuesFrom saref:Profile + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasState ; + owl:allValuesFrom saref:State + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasTypicalConsumption ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( saref:Energy + saref:Power + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isUsedFor ; + owl:allValuesFrom saref:Commodity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:makesMeasurement ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:measuresProperty ; + owl:allValuesFrom saref:Property + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:offers ; + owl:allValuesFrom saref:Service + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:accomplishes ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Task + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Function + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasDescription ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasManufacturer ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasModel ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] ; + rdfs: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."@en ; + rdfs:label "Device"@en . + + +### https://saref.etsi.org/DoorSwitch +saref:DoorSwitch rdf:type owl:Class ; + rdfs:subClassOf saref:Switch , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:OpenCloseFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasState ; + owl:someValuesFrom saref:OpenCloseState + ] ; + rdfs:comment "A switch that performs the saref:OpenCloseFunction, is used for controlling a door, and can be found in the state saref:OpenCloseState. A saref:DoorSwitch is typically used to accomplish saref:Safety."@en ; + rdfs:label "Door switch"@en . + + +### https://saref.etsi.org/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 +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 +saref:EnergyMeter rdf:type owl:Class ; + rdfs:subClassOf saref:Meter , + [ rdf:type owl:Restriction ; + owl:onProperty saref:measuresProperty ; + owl:someValuesFrom saref:Energy + ] ; + rdfs:comment "An energy meter is a meter that performs the saref:MeteringFunction and is used for the purpose of measuring the saref:Energy property. A saref:EnergyMeter is typically used to accomplish saref:EnergyEfficiency, and saref:MeterReading."@en ; + rdfs:label "Energy meter"@en . + + +### https://saref.etsi.org/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 +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 +saref:EventFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasThresholdMeasurement ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Measurement + ] ; + rdfs:comment "A function that allows to notify about some relevant activity; e.g., that a certain threshold value has been exceeded or that some object has moved."@en ; + rdfs:label "Event function"@en . + + +### https://saref.etsi.org/Function +saref:Function rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:hasCommand ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Command + ] ; + 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. "@en ; + rdfs:label "Function"@en . + + +### https://saref.etsi.org/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 +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 +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 +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 +saref:GetCurrentMeterValueCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get current meter value command"@en . + + +### https://saref.etsi.org/GetMeterDataCommand +saref:GetMeterDataCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get meter data command"@en . + + +### https://saref.etsi.org/GetMeterHistoryCommand +saref:GetMeterHistoryCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get meter history command"@en . + + +### https://saref.etsi.org/GetSensingDataCommand +saref:GetSensingDataCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:SensingFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get sensing data command"@en . + + +### https://saref.etsi.org/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 +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 +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 +saref:LevelControlFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to do level adjustments of an actuator in a certain range (e.g., 0%-100%), such as dimming a light or set the speed of an electric motor. "@en ; + rdfs:label "Level control function"@en . + + +### https://saref.etsi.org/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 +saref:LightSwitch rdf:type owl:Class ; + rdfs:subClassOf saref:Switch , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:OnOffFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasState ; + owl:someValuesFrom saref:OnOffState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:controlsProperty ; + owl:someValuesFrom saref:Light + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:offers ; + owl:someValuesFrom saref:SwitchOnService + ] ; + rdfs:comment "A switch that performs the saref:OnOffFunction, controls the property saref:Light, and can be found in the state saref:OnOffState. It can offer a switch on service. A saref:LightSwitch is typically used to accomplish saref:Lighting."@en ; + rdfs:label "Light switch"@en . + + +### https://saref.etsi.org/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 +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 +saref:Measurement rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:isMeasuredIn ; + owl:allValuesFrom saref:UnitOfMeasure + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:relatesToProperty ; + owl:allValuesFrom saref:Property + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isMeasuredIn ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:UnitOfMeasure + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:relatesToProperty ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Property + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasTimestamp ; + owl:allValuesFrom xsd:dateTime + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasValue ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:float + ] ; + rdfs:comment "Represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement."@en ; + rdfs:label "Measurement"@en . + + +### https://saref.etsi.org/Meter +saref:Meter rdf:type owl:Class ; + rdfs:subClassOf saref:FunctionRelated , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A device built to accurately detect and display a quantity in a form readable by a human being. Further, a device of category saref:Meter that performs a saref:MeteringFunction."@en ; + rdfs:label "Meter"@en . + + +### https://saref.etsi.org/MeteringFunction +saref:MeteringFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasMeterReading ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasMeterReadingType ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( saref:Commodity + saref:Property + ) + ] + ] ; + rdfs:comment "A function that allows to get data from a meter, such as current meter reading or instantaneous demand"@en ; + rdfs:label "Metering function"@en . + + +### https://saref.etsi.org/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 +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 +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 +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 +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 +saref:NotifyCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:EventFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Notify command"@en . + + +### https://saref.etsi.org/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 +saref:OffCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OnOffState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OnOffFunction + ] ; + owl:disjointWith saref:OnCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Off command"@en . + + +### https://saref.etsi.org/OffState +saref:OffState rdf:type owl:Class ; + rdfs:subClassOf saref:OnOffState ; + rdfs:comment "The state of a device that is ON"@en ; + rdfs:label "Off state"@en . + + +### https://saref.etsi.org/OnCommand +saref:OnCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OnOffState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OnOffFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "On command"@en . + + +### https://saref.etsi.org/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 +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 +saref:OnState rdf:type owl:Class ; + rdfs:subClassOf saref:OnOffState ; + rdfs:comment "The state of a device that is OFF "@en ; + rdfs:label "On state"@en . + + +### https://saref.etsi.org/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 +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 +saref:OpenCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OpenCloseState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OpenCloseFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Open command"@en . + + +### https://saref.etsi.org/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 +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 +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 +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 +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 +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 +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 +saref:Profile rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:consistsOf ; + owl:allValuesFrom saref:Profile + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasPrice ; + owl:allValuesFrom saref:Price + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasTime ; + owl:allValuesFrom saref:Time + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isAbout ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( saref:Commodity + saref:Property + ) + ] + ] ; + rdfs:comment "A specification associated to a device to collect information about a certain Property (e.g., Energy) or Commodity (e.g.Water) for optimizing its usage in the home, office or building in which the device is located. This specification is about a certain Property or Commodity (saref:isAbout), can be calculated over a time span (saref:hasTime ) and can be associated to some costs (saref:hasPrice). An example is the Power Profile defined in the SAREF4ENER extension that can be associated to a device for optimizing the Energy efficiency in the home, office or building in which the device is located."@en ; + rdfs:label "Profile"@en . + + +### https://saref.etsi.org/Property +saref:Property rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:isControlledByDevice ; + owl:allValuesFrom saref:Device + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isMeasuredByDevice ; + owl:allValuesFrom saref:Device + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:relatesToMeasurement ; + owl:allValuesFrom saref:Measurement + ] ; + rdfs:comment "Anything that can be sensed, measured or controlled in households, common public buildings or offices. We propose here a list of properties that are relevant for the purpose of SAREF, but this list can be extended."@en ; + rdfs:label "Property"@en . + + +### https://saref.etsi.org/SensingFunction +saref:SensingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasSensingRange ; + owl:someValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasSensorType ; + owl:allValuesFrom saref:Property + ] ; + rdfs:comment "A function that allows to transmit data from sensors, such as measurement values (e.g., temperature) or sensing data (e.g., occupancy)"@en ; + rdfs:label "Sensing function"@en . + + +### https://saref.etsi.org/Sensor +saref:Sensor rdf:type owl:Class ; + rdfs:subClassOf saref:FunctionRelated , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:SensingFunction + ] ; + rdfs:comment "A device that detects and responds to events or changes in the physical environment such as light, motion, or temperature changes. Further, a device of category saref:Sensor that performs a saref:SensingFunction."@en ; + rdfs:label "Sensor"@en . + + +### https://saref.etsi.org/Service +saref:Service rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:isOfferedBy ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Device + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:represents ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Function + ] ; + rdfs:comment "A service is a representation of a function to a network that makes the function discoverable, registerable, 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."@en ; + rdfs:label "Service"@en . + + +### https://saref.etsi.org/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 +saref:SetLevelCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:MultiLevelState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:LevelControlFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Set level command"@en . + + +### https://saref.etsi.org/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 +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 +saref:SmokeSensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:EventFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:SensingFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:measuresProperty ; + owl:someValuesFrom saref:Smoke + ] ; + rdfs:comment "A sensor that performs the saref:SensingFunction and the saref:EventFunction, and is used for the purpose of sensing a property of type saref:Smoke. A saref:SmokeSensor is typically used to saref:accomplish saref:Safety."@en ; + rdfs:label "Smoke sensor"@en . + + +### https://saref.etsi.org/StartCommand +saref:StartCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:StartStopState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:StartStopFunction + ] ; + owl:disjointWith saref:StopCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Start command"@en . + + +### https://saref.etsi.org/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 +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 +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 +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 +saref:StepDownCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:MultiLevelState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:LevelControlFunction + ] ; + owl:disjointWith saref:StepUpCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Step down command"@en . + + +### https://saref.etsi.org/StepUpCommand +saref:StepUpCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:MultiLevelState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:LevelControlFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Step up command"@en . + + +### https://saref.etsi.org/StopCommand +saref:StopCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:StartStopState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:StartStopFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Stop command"@en . + + +### https://saref.etsi.org/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 +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 +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 +saref:SwitchOnService rdf:type owl:Class ; + rdfs:subClassOf saref:Service , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isOfferedBy ; + owl:someValuesFrom saref:LightSwitch + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:represents ; + owl:someValuesFrom saref:OnOffFunction + ] ; + rdfs:comment "A type of service that represents an on/off function to the network"@en ; + rdfs:label "Switch on service"@en . + + +### https://saref.etsi.org/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 +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 +saref:TemperatureSensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:SensingFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:measuresProperty ; + owl:someValuesFrom saref:Temperature + ] ; + rdfs:comment "A sensor that is used for the purpose of sensing a property of type saref:Temperature. A saref:TemperatureSensor is typically used to saref:accomplish saref:Comfort."@en ; + rdfs:label "Temperature sensor"@en . + + +### https://saref.etsi.org/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 +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 +saref:ToggleCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OnOffFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Toggle command"@en . + + +### https://saref.etsi.org/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:isDefinedBy ; + rdfs:label "Unit of measure"@en . + + +### https://saref.etsi.org/WashingMachine +saref:WashingMachine rdf:type owl:Class ; + rdfs:subClassOf saref:Appliance , + saref:Load , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:StartStopFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasProfile ; + owl:someValuesFrom saref:Profile + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasState ; + owl:someValuesFrom saref:StartStopState + ] ; + rdfs:comment "A device of category saref:Appliance and saref:Load that performs an actuating function of type saref:StartStopFunction, can be found in the state saref:StartStopState, and can have a saref:Profile that characterizes its energy consumption. A saref:WashingMachine is typically used to saref:accomplish saref:Washing. "@en ; + rdfs:label "Washing machine"@en . + + +### https://saref.etsi.org/Water +saref:Water rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Water"@en . + + +################################################################# +# Individuals +################################################################# + +### http://www.wurvoc.org/vocabularies/om-1.8/United_States_dollar +om:United_States_dollar rdf:type owl:NamedIndividual , + saref:Currency ; + rdfs:label "United States dollar"@en . + + +### http://www.wurvoc.org/vocabularies/om-1.8/bar +om:bar rdf:type owl:NamedIndividual , + saref:PressureUnit ; + rdfs:comment "The bar is a unit of pressure defined as 100 000 pascal."@en ; + rdfs:label "bar"@en . + + +### http://www.wurvoc.org/vocabularies/om-1.8/degree_Celsius +om:degree_Celsius rdf:type owl:NamedIndividual , + saref:TemperatureUnit ; + rdfs:comment "The degree Celsius is a unit of temperature defined as 1 kelvin."@en ; + rdfs:label "degree Celsius"@en . + + +### http://www.wurvoc.org/vocabularies/om-1.8/degree_Fahrenheit +om:degree_Fahrenheit rdf:type owl:NamedIndividual , + saref:TemperatureUnit ; + rdfs:comment "The degree Fahrenheit is a unit of temperature defined as 5.555556e-1 kelvin."@en ; + rdfs:label "degree Fahrenheit"@en . + + +### http://www.wurvoc.org/vocabularies/om-1.8/euro +om:euro rdf:type owl:NamedIndividual , + saref:Currency ; + rdfs:label "euro"@en . + + +### http://www.wurvoc.org/vocabularies/om-1.8/kelvin +om:kelvin rdf:type owl:NamedIndividual , + saref:TemperatureUnit ; + rdfs:comment "The kelvin is a unit of temperature defined as 1/273.16 of the thermodynamic temperature of the triple point of water."@en ; + rdfs:label "kelvin"@en . + + +### http://www.wurvoc.org/vocabularies/om-1.8/kilowatt +om:kilowatt rdf:type owl:NamedIndividual , + saref:PowerUnit ; + rdfs:label "kilowatt"@en . + + +### http://www.wurvoc.org/vocabularies/om-1.8/kilowatt_hour +om:kilowatt_hour rdf:type owl:NamedIndividual , + saref:EnergyUnit ; + rdfs:comment "The kilowatt hour is a unit of energy equal to 1,000 watt-hours, or 3.6 megajoules."@en ; + rdfs:label "kilowatt hour"@en . + + +### http://www.wurvoc.org/vocabularies/om-1.8/lux +om:lux rdf:type owl:NamedIndividual , + saref:IlluminanceUnit ; + rdfs:comment "The lux is a unit of illuminance defined as lumen divided by square metre = candela times steradian divided by square metre."@en ; + rdfs:label "lux"@en . + + +### http://www.wurvoc.org/vocabularies/om-1.8/pascal +om:pascal rdf:type owl:NamedIndividual , + saref:PressureUnit ; + rdfs:comment "The pascal is a unit of pressure and stress defined as newton divided by square metre = joule divided by cubic metre = kilogram divided by metre second squared."@en ; + rdfs:label "pascal"@en . + + +### http://www.wurvoc.org/vocabularies/om-1.8/pound_sterling +om:pound_sterling rdf:type owl:NamedIndividual , + saref:Currency ; + rdfs:label "Great Britain pound sterling"@en . + + +### http://www.wurvoc.org/vocabularies/om-1.8/watt +om:watt rdf:type owl:NamedIndividual , + saref:PowerUnit ; + rdfs:comment "The watt is a unit of power defined as joule divided by second = newton times metre divided by second = volt times ampere = kilogram times square metre divided by second to the power 3."@en ; + rdfs:label "watt"@en . + + +### https://saref.etsi.org/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 +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 +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 +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 +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 +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 +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 +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 +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 +saref:WellBeing rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "WellBeing"@en . + + +### https://saref.etsi.org/watt_hour +saref:watt_hour rdf:type owl:NamedIndividual , + saref:EnergyUnit ; + rdfs:comment "The Watt Hor is a unit of energy equivalent to one watt (1 W) of power expended for one hour (1 h) of time. An energy expenditure of 1 Wh represents 3600 joules "@en ; + rdfs:label "watt hour"@en . -- GitLab From e669a4d319a1036b9ebb481062d885287d5a7549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rau=CC=81l=20Garci=CC=81a=20Castro?= Date: Mon, 16 Sep 2019 16:27:22 +0800 Subject: [PATCH 3/3] Removing file --- ontology/saref.ttl.orig | 1416 --------------------------------------- 1 file changed, 1416 deletions(-) delete mode 100644 ontology/saref.ttl.orig diff --git a/ontology/saref.ttl.orig b/ontology/saref.ttl.orig deleted file mode 100644 index 1a6e6e9..0000000 --- a/ontology/saref.ttl.orig +++ /dev/null @@ -1,1416 +0,0 @@ -@prefix : . -@prefix om: . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix foaf: . -@prefix rdfs: . -@prefix saref: . -@prefix dcterms: . -@prefix vann: . -@base . - - 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:contributor ; - dcterms:contributor ; - dcterms:contributor ; - dcterms:contributor ; - vann:preferredNamespacePrefix "saref" ; - vann:preferredNamespaceUri "https://saref.etsi.org/" ; - 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 subclassesre 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." ; - dcterms:publisher . - -################################################################# -# Object Properties -################################################################# - -### https://saref.etsi.org/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 -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 -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 -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 -saref:hasCommand rdf:type owl:ObjectProperty ; - owl:inverseOf saref:isCommandOf ; - rdfs:comment "A relationship between an entity (such as a function) and a command"@en ; - rdfs:label "has command"@en . - - -### https://saref.etsi.org/hasFunction -saref:hasFunction rdf:type owl:ObjectProperty ; - rdfs:comment "A relationship identifying the type of function of a device"@en ; - rdfs:label "has function"@en . - - -### https://saref.etsi.org/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 -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 -saref:hasPrice rdf:type owl:ObjectProperty ; - rdfs:comment "A relationships indentifying the price associated to an entity"@en ; - rdfs:label "has price"@en . - - -### https://saref.etsi.org/hasProfile -saref:hasProfile rdf:type owl:ObjectProperty ; - rdfs:comment "A relationship associating a profile to a certain entity (e.g., a device)"@en ; - rdfs:label "has profile"@en . - - -### https://saref.etsi.org/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 -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 -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 -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 -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 -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 -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 -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 -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 -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/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 -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 -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/isUsedFor -saref:isUsedFor rdf:type owl:ObjectProperty ; - rdfs:comment "A relationship specifying the purpose for which a device is used for (e.g., controlling a Commodity)"@en ; - rdfs:label "is used for"@en . - - -### https://saref.etsi.org/makesMeasurement -saref:makesMeasurement rdf:type owl:ObjectProperty ; - 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/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 -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 -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 -saref:relatesToProperty rdf:type owl:ObjectProperty ; - 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 -saref:represents rdf:type owl:ObjectProperty ; - rdfs:comment "A relationship between a service and a function."@en ; - rdfs:label "represents"@en . - - -################################################################# -# Data properties -################################################################# - -### https://saref.etsi.org/hasDescription -saref:hasDescription rdf:type owl:DatatypeProperty ; - rdfs:comment "A relationship providing a description of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ; - rdfs:label "has description"@en . - - -### https://saref.etsi.org/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 -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 -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 -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 -saref:hasValue rdf:type owl:DatatypeProperty ; - rdfs:comment "A relationship defining the value of a certain property, e.g., energy or power"@en ; - rdfs:label "has value"@en . - - -################################################################# -# Classes -################################################################# - - -### https://saref.etsi.org/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 -saref:Actuator rdf:type owl:Class ; - rdfs:subClassOf saref:FunctionRelated , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasFunction ; - owl:someValuesFrom saref:ActuatingFunction - ] ; - rdfs:comment "A device responsible for moving or controlling a mechanism or system by performing an actuating function"@en ; - rdfs:label "Actuator"@en . - - -### https://saref.etsi.org/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 -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 -saref:CloseCommand rdf:type owl:Class ; - rdfs:subClassOf saref:Command , - [ rdf:type owl:Restriction ; - owl:onProperty saref:actsUpon ; - owl:someValuesFrom saref:OpenCloseState - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isCommandOf ; - owl:allValuesFrom saref:OpenCloseFunction - ] ; - owl:disjointWith saref:OpenCommand ; - rdfs:comment "A type of command"@en ; - rdfs:label "Close command"@en . - - -### https://saref.etsi.org/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 -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 -saref:Command rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty saref:actsUpon ; - owl:allValuesFrom saref:State - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isCommandOf ; - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass saref:Function - ] ; - rdfs:comment "A directive that a device must support to perform a certain function. A command may act upon a state, but does not necessarily act upon a state. For example, the ON command acts upon the ON/OFF state, but the GET command does not act upon any state, it simply gives a directive to retrieve a certain value. We propose here a list of commands that are relevant for the purpose of SAREF, but this list can be extended."@en ; - rdfs:label "Command"@en . - - -### https://saref.etsi.org/Commodity -saref:Commodity rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty saref:isMeasuredIn ; - owl:allValuesFrom saref:UnitOfMeasure - ] ; - 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 -saref:Currency rdf:type owl:Class ; - rdfs:subClassOf saref:UnitOfMeasure ; - rdfs:comment "The unit of measure for price"@en ; - rdfs:label "Currency"@en . - - -### https://saref.etsi.org/Device -saref:Device rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty saref:consistsOf ; - owl:allValuesFrom saref:Device - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:controlsProperty ; - owl:allValuesFrom saref:Property - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasProfile ; - owl:allValuesFrom saref:Profile - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasState ; - owl:allValuesFrom saref:State - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasTypicalConsumption ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( saref:Energy - saref:Power - ) - ] - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isUsedFor ; - owl:allValuesFrom saref:Commodity - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:makesMeasurement ; - owl:allValuesFrom saref:Measurement - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:measuresProperty ; - owl:allValuesFrom saref:Property - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:offers ; - owl:allValuesFrom saref:Service - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:accomplishes ; - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass saref:Task - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasFunction ; - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass saref:Function - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasDescription ; - owl:maxCardinality "1"^^xsd:nonNegativeInteger - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasManufacturer ; - owl:maxCardinality "1"^^xsd:nonNegativeInteger - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasModel ; - owl:maxCardinality "1"^^xsd:nonNegativeInteger - ] ; - rdfs: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."@en ; - rdfs:label "Device"@en . - - -### https://saref.etsi.org/DoorSwitch -saref:DoorSwitch rdf:type owl:Class ; - rdfs:subClassOf saref:Switch , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasFunction ; - owl:someValuesFrom saref:OpenCloseFunction - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasState ; - owl:someValuesFrom saref:OpenCloseState - ] ; - rdfs:comment "A switch that performs the saref:OpenCloseFunction, is used for controlling a door, and can be found in the state saref:OpenCloseState. A saref:DoorSwitch is typically used to accomplish saref:Safety."@en ; - rdfs:label "Door switch"@en . - - -### https://saref.etsi.org/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 -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 -saref:EnergyMeter rdf:type owl:Class ; - rdfs:subClassOf saref:Meter , - [ rdf:type owl:Restriction ; - owl:onProperty saref:measuresProperty ; - owl:someValuesFrom saref:Energy - ] ; - rdfs:comment "An energy meter is a meter that performs the saref:MeteringFunction and is used for the purpose of measuring the saref:Energy property. A saref:EnergyMeter is typically used to accomplish saref:EnergyEfficiency, and saref:MeterReading."@en ; - rdfs:label "Energy meter"@en . - - -### https://saref.etsi.org/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 -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 -saref:EventFunction rdf:type owl:Class ; - rdfs:subClassOf saref:Function , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasThresholdMeasurement ; - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass saref:Measurement - ] ; -<<<<<<< .merge_file_4VyJxR - rdfs:comment "A function that allows to notify about some relevant activity; e.g., that a certain threshold value has been exceeded or that some object has moved."@en ; - rdfs:label "Event function"@en . -======= - rdfs:comment "A function that allows to notify about some relevant activity; e.g., that a certain threshold value has been exceeded or that some object has moved."^^xsd:string ; - rdfs:label "Event function"^^xsd:string . ->>>>>>> .merge_file_yFMvQw - - -### https://saref.etsi.org/Function -saref:Function rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty saref:hasCommand ; - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass saref:Command - ] ; - 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. "@en ; - rdfs:label "Function"@en . - - -### https://saref.etsi.org/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 -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 -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 -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 -saref:GetCurrentMeterValueCommand rdf:type owl:Class ; - rdfs:subClassOf saref:GetCommand , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isCommandOf ; - owl:allValuesFrom saref:MeteringFunction - ] ; - rdfs:comment "A type of get command"@en ; - rdfs:label "Get current meter value command"@en . - - -### https://saref.etsi.org/GetMeterDataCommand -saref:GetMeterDataCommand rdf:type owl:Class ; - rdfs:subClassOf saref:GetCommand , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isCommandOf ; - owl:allValuesFrom saref:MeteringFunction - ] ; - rdfs:comment "A type of get command"@en ; - rdfs:label "Get meter data command"@en . - - -### https://saref.etsi.org/GetMeterHistoryCommand -saref:GetMeterHistoryCommand rdf:type owl:Class ; - rdfs:subClassOf saref:GetCommand , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isCommandOf ; - owl:allValuesFrom saref:MeteringFunction - ] ; - rdfs:comment "A type of get command"@en ; - rdfs:label "Get meter history command"@en . - - -### https://saref.etsi.org/GetSensingDataCommand -saref:GetSensingDataCommand rdf:type owl:Class ; - rdfs:subClassOf saref:GetCommand , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isCommandOf ; - owl:allValuesFrom saref:SensingFunction - ] ; - rdfs:comment "A type of get command"@en ; - rdfs:label "Get sensing data command"@en . - - -### https://saref.etsi.org/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 -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 -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 -saref:LevelControlFunction rdf:type owl:Class ; - rdfs:subClassOf saref:ActuatingFunction ; - rdfs:comment "An actuating function that allows to do level adjustments of an actuator in a certain range (e.g., 0%-100%), such as dimming a light or set the speed of an electric motor. "@en ; - rdfs:label "Level control function"@en . - - -### https://saref.etsi.org/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 -saref:LightSwitch rdf:type owl:Class ; - rdfs:subClassOf saref:Switch , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasFunction ; - owl:someValuesFrom saref:OnOffFunction - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasState ; - owl:someValuesFrom saref:OnOffState - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:controlsProperty ; - owl:someValuesFrom saref:Light - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:offers ; - owl:someValuesFrom saref:SwitchOnService - ] ; - rdfs:comment "A switch that performs the saref:OnOffFunction, controls the property saref:Light, and can be found in the state saref:OnOffState. It can offer a switch on service. A saref:LightSwitch is typically used to accomplish saref:Lighting."@en ; - rdfs:label "Light switch"@en . - - -### https://saref.etsi.org/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 -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 -saref:Measurement rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty saref:isMeasuredIn ; - owl:allValuesFrom saref:UnitOfMeasure - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:relatesToProperty ; - owl:allValuesFrom saref:Property - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isMeasuredIn ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass saref:UnitOfMeasure - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:relatesToProperty ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass saref:Property - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasTimestamp ; - owl:allValuesFrom xsd:dateTime - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasValue ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onDataRange xsd:float - ] ; - rdfs:comment "Represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement."@en ; - rdfs:label "Measurement"@en . - - -### https://saref.etsi.org/Meter -saref:Meter rdf:type owl:Class ; - rdfs:subClassOf saref:FunctionRelated , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasFunction ; - owl:someValuesFrom saref:MeteringFunction - ] ; - rdfs:comment "A device built to accurately detect and display a quantity in a form readable by a human being. Further, a device of category saref:Meter that performs a saref:MeteringFunction."@en ; - rdfs:label "Meter"@en . - - -### https://saref.etsi.org/MeteringFunction -saref:MeteringFunction rdf:type owl:Class ; - rdfs:subClassOf saref:Function , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasMeterReading ; - owl:allValuesFrom saref:Measurement - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasMeterReadingType ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( saref:Commodity - saref:Property - ) - ] - ] ; - rdfs:comment "A function that allows to get data from a meter, such as current meter reading or instantaneous demand"@en ; - rdfs:label "Metering function"@en . - - -### https://saref.etsi.org/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 -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 -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 -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 -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 -saref:NotifyCommand rdf:type owl:Class ; - rdfs:subClassOf saref:Command , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isCommandOf ; - owl:allValuesFrom saref:EventFunction - ] ; - rdfs:comment "A type of command"@en ; - rdfs:label "Notify command"@en . - - -### https://saref.etsi.org/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 -saref:OffCommand rdf:type owl:Class ; - rdfs:subClassOf saref:Command , - [ rdf:type owl:Restriction ; - owl:onProperty saref:actsUpon ; - owl:someValuesFrom saref:OnOffState - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isCommandOf ; - owl:allValuesFrom saref:OnOffFunction - ] ; - owl:disjointWith saref:OnCommand ; - rdfs:comment "A type of command"@en ; - rdfs:label "Off command"@en . - - -### https://saref.etsi.org/OffState -saref:OffState rdf:type owl:Class ; - rdfs:subClassOf saref:OnOffState ; - rdfs:comment "The state of a device that is ON"@en ; - rdfs:label "Off state"@en . - - -### https://saref.etsi.org/OnCommand -saref:OnCommand rdf:type owl:Class ; - rdfs:subClassOf saref:Command , - [ rdf:type owl:Restriction ; - owl:onProperty saref:actsUpon ; - owl:someValuesFrom saref:OnOffState - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isCommandOf ; - owl:allValuesFrom saref:OnOffFunction - ] ; - rdfs:comment "A type of command"@en ; - rdfs:label "On command"@en . - - -### https://saref.etsi.org/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 -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 -saref:OnState rdf:type owl:Class ; - rdfs:subClassOf saref:OnOffState ; - rdfs:comment "The state of a device that is OFF "@en ; - rdfs:label "On state"@en . - - -### https://saref.etsi.org/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 -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 -saref:OpenCommand rdf:type owl:Class ; - rdfs:subClassOf saref:Command , - [ rdf:type owl:Restriction ; - owl:onProperty saref:actsUpon ; - owl:someValuesFrom saref:OpenCloseState - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isCommandOf ; - owl:allValuesFrom saref:OpenCloseFunction - ] ; - rdfs:comment "A type of command"@en ; - rdfs:label "Open command"@en . - - -### https://saref.etsi.org/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 -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 -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 -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 -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 -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 -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 -saref:Profile rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty saref:consistsOf ; - owl:allValuesFrom saref:Profile - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasPrice ; - owl:allValuesFrom saref:Price - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasTime ; - owl:allValuesFrom saref:Time - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isAbout ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( saref:Commodity - saref:Property - ) - ] - ] ; - rdfs:comment "A specification associated to a device to collect information about a certain Property (e.g., Energy) or Commodity (e.g.Water) for optimizing its usage in the home, office or building in which the device is located. This specification is about a certain Property or Commodity (saref:isAbout), can be calculated over a time span (saref:hasTime ) and can be associated to some costs (saref:hasPrice). An example is the Power Profile defined in the SAREF4ENER extension that can be associated to a device for optimizing the Energy efficiency in the home, office or building in which the device is located."@en ; - rdfs:label "Profile"@en . - - -### https://saref.etsi.org/Property -saref:Property rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty saref:isControlledByDevice ; - owl:allValuesFrom saref:Device - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isMeasuredByDevice ; - owl:allValuesFrom saref:Device - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:relatesToMeasurement ; - owl:allValuesFrom saref:Measurement - ] ; - rdfs:comment "Anything that can be sensed, measured or controlled in households, common public buildings or offices. We propose here a list of properties that are relevant for the purpose of SAREF, but this list can be extended."@en ; - rdfs:label "Property"@en . - - -### https://saref.etsi.org/SensingFunction -saref:SensingFunction rdf:type owl:Class ; - rdfs:subClassOf saref:Function , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasSensingRange ; - owl:someValuesFrom saref:Measurement - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasSensorType ; - owl:allValuesFrom saref:Property - ] ; - rdfs:comment "A function that allows to transmit data from sensors, such as measurement values (e.g., temperature) or sensing data (e.g., occupancy)"@en ; - rdfs:label "Sensing function"@en . - - -### https://saref.etsi.org/Sensor -saref:Sensor rdf:type owl:Class ; - rdfs:subClassOf saref:FunctionRelated , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasFunction ; - owl:someValuesFrom saref:SensingFunction - ] ; - rdfs:comment "A device that detects and responds to events or changes in the physical environment such as light, motion, or temperature changes. Further, a device of category saref:Sensor that performs a saref:SensingFunction."@en ; - rdfs:label "Sensor"@en . - - -### https://saref.etsi.org/Service -saref:Service rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty saref:isOfferedBy ; - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass saref:Device - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:represents ; - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass saref:Function - ] ; - rdfs:comment "A service is a representation of a function to a network that makes the function discoverable, registerable, 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."@en ; - rdfs:label "Service"@en . - - -### https://saref.etsi.org/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 -saref:SetLevelCommand rdf:type owl:Class ; - rdfs:subClassOf saref:Command , - [ rdf:type owl:Restriction ; - owl:onProperty saref:actsUpon ; - owl:someValuesFrom saref:MultiLevelState - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isCommandOf ; - owl:allValuesFrom saref:LevelControlFunction - ] ; - rdfs:comment "A type of command"@en ; - rdfs:label "Set level command"@en . - - -### https://saref.etsi.org/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 -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 -saref:SmokeSensor rdf:type owl:Class ; - rdfs:subClassOf saref:Sensor , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasFunction ; - owl:someValuesFrom saref:EventFunction - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasFunction ; - owl:someValuesFrom saref:SensingFunction - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:measuresProperty ; - owl:someValuesFrom saref:Smoke - ] ; -<<<<<<< .merge_file_4VyJxR - rdfs:comment "A sensor that performs the saref:SensingFunction and the saref:EventFunction, and is used for the purpose of sensing a property of type saref:Smoke. A saref:SmokeSensor is typically used to saref:accomplish saref:Safety."@en ; - rdfs:label "Smoke sensor"@en . -======= - rdfs:comment "A sensor that performs the saref:SensingFunction and the saref:EventFunction, and is used for the purpose of sensing a property of type saref:Smoke. A saref:SmokeSensor is typically used to saref:accomplish saref:Safety."^^xsd:string ; - rdfs:label "Smoke sensor"^^xsd:string . ->>>>>>> .merge_file_yFMvQw - - -### https://saref.etsi.org/StartCommand -saref:StartCommand rdf:type owl:Class ; - rdfs:subClassOf saref:Command , - [ rdf:type owl:Restriction ; - owl:onProperty saref:actsUpon ; - owl:someValuesFrom saref:StartStopState - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isCommandOf ; - owl:allValuesFrom saref:StartStopFunction - ] ; - owl:disjointWith saref:StopCommand ; - rdfs:comment "A type of command"@en ; - rdfs:label "Start command"@en . - - -### https://saref.etsi.org/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 -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 -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 -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 -saref:StepDownCommand rdf:type owl:Class ; - rdfs:subClassOf saref:Command , - [ rdf:type owl:Restriction ; - owl:onProperty saref:actsUpon ; - owl:someValuesFrom saref:MultiLevelState - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isCommandOf ; - owl:allValuesFrom saref:LevelControlFunction - ] ; - owl:disjointWith saref:StepUpCommand ; - rdfs:comment "A type of command"@en ; - rdfs:label "Step down command"@en . - - -### https://saref.etsi.org/StepUpCommand -saref:StepUpCommand rdf:type owl:Class ; - rdfs:subClassOf saref:Command , - [ rdf:type owl:Restriction ; - owl:onProperty saref:actsUpon ; - owl:someValuesFrom saref:MultiLevelState - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isCommandOf ; - owl:allValuesFrom saref:LevelControlFunction - ] ; - rdfs:comment "A type of command"@en ; - rdfs:label "Step up command"@en . - - -### https://saref.etsi.org/StopCommand -saref:StopCommand rdf:type owl:Class ; - rdfs:subClassOf saref:Command , - [ rdf:type owl:Restriction ; - owl:onProperty saref:actsUpon ; - owl:someValuesFrom saref:StartStopState - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isCommandOf ; - owl:allValuesFrom saref:StartStopFunction - ] ; - rdfs:comment "A type of command"@en ; - rdfs:label "Stop command"@en . - - -### https://saref.etsi.org/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 -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 -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 -saref:SwitchOnService rdf:type owl:Class ; - rdfs:subClassOf saref:Service , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isOfferedBy ; - owl:someValuesFrom saref:LightSwitch - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:represents ; - owl:someValuesFrom saref:OnOffFunction - ] ; - rdfs:comment "A type of service that represents an on/off function to the network"@en ; - rdfs:label "Switch on service"@en . - - -### https://saref.etsi.org/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 -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 -saref:TemperatureSensor rdf:type owl:Class ; - rdfs:subClassOf saref:Sensor , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasFunction ; - owl:someValuesFrom saref:SensingFunction - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:measuresProperty ; - owl:someValuesFrom saref:Temperature - ] ; - rdfs:comment "A sensor that is used for the purpose of sensing a property of type saref:Temperature. A saref:TemperatureSensor is typically used to saref:accomplish saref:Comfort."@en ; - rdfs:label "Temperature sensor"@en . - - -### https://saref.etsi.org/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 -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 -saref:ToggleCommand rdf:type owl:Class ; - rdfs:subClassOf saref:Command , - [ rdf:type owl:Restriction ; - owl:onProperty saref:isCommandOf ; - owl:allValuesFrom saref:OnOffFunction - ] ; - rdfs:comment "A type of command"@en ; - rdfs:label "Toggle command"@en . - - -### https://saref.etsi.org/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:isDefinedBy ; - rdfs:label "Unit of measure"@en . - - -### https://saref.etsi.org/WashingMachine -saref:WashingMachine rdf:type owl:Class ; - rdfs:subClassOf saref:Appliance , - saref:Load , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasFunction ; - owl:someValuesFrom saref:StartStopFunction - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasProfile ; - owl:someValuesFrom saref:Profile - ] , - [ rdf:type owl:Restriction ; - owl:onProperty saref:hasState ; - owl:someValuesFrom saref:StartStopState - ] ; - rdfs:comment "A device of category saref:Appliance and saref:Load that performs an actuating function of type saref:StartStopFunction, can be found in the state saref:StartStopState, and can have a saref:Profile that characterizes its energy consumption. A saref:WashingMachine is typically used to saref:accomplish saref:Washing. "@en ; - rdfs:label "Washing machine"@en . - - -### https://saref.etsi.org/Water -saref:Water rdf:type owl:Class ; - rdfs:subClassOf saref:Commodity ; - rdfs:comment "A type of commodity"@en ; - rdfs:label "Water"@en . - - -################################################################# -# Individuals -################################################################# - -### http://www.wurvoc.org/vocabularies/om-1.8/United_States_dollar -om:United_States_dollar rdf:type owl:NamedIndividual , - saref:Currency ; - rdfs:label "United States dollar"@en . - - -### http://www.wurvoc.org/vocabularies/om-1.8/bar -om:bar rdf:type owl:NamedIndividual , - saref:PressureUnit ; - rdfs:comment "The bar is a unit of pressure defined as 100 000 pascal."@en ; - rdfs:label "bar"@en . - - -### http://www.wurvoc.org/vocabularies/om-1.8/degree_Celsius -om:degree_Celsius rdf:type owl:NamedIndividual , - saref:TemperatureUnit ; - rdfs:comment "The degree Celsius is a unit of temperature defined as 1 kelvin."@en ; - rdfs:label "degree Celsius"@en . - - -### http://www.wurvoc.org/vocabularies/om-1.8/degree_Fahrenheit -om:degree_Fahrenheit rdf:type owl:NamedIndividual , - saref:TemperatureUnit ; - rdfs:comment "The degree Fahrenheit is a unit of temperature defined as 5.555556e-1 kelvin."@en ; - rdfs:label "degree Fahrenheit"@en . - - -### http://www.wurvoc.org/vocabularies/om-1.8/euro -om:euro rdf:type owl:NamedIndividual , - saref:Currency ; - rdfs:label "euro"@en . - - -### http://www.wurvoc.org/vocabularies/om-1.8/kelvin -om:kelvin rdf:type owl:NamedIndividual , - saref:TemperatureUnit ; - rdfs:comment "The kelvin is a unit of temperature defined as 1/273.16 of the thermodynamic temperature of the triple point of water."@en ; - rdfs:label "kelvin"@en . - - -### http://www.wurvoc.org/vocabularies/om-1.8/kilowatt -om:kilowatt rdf:type owl:NamedIndividual , - saref:PowerUnit ; - rdfs:label "kilowatt"@en . - - -### http://www.wurvoc.org/vocabularies/om-1.8/kilowatt_hour -om:kilowatt_hour rdf:type owl:NamedIndividual , - saref:EnergyUnit ; - rdfs:comment "The kilowatt hour is a unit of energy equal to 1,000 watt-hours, or 3.6 megajoules."@en ; - rdfs:label "kilowatt hour"@en . - - -### http://www.wurvoc.org/vocabularies/om-1.8/lux -om:lux rdf:type owl:NamedIndividual , - saref:IlluminanceUnit ; - rdfs:comment "The lux is a unit of illuminance defined as lumen divided by square metre = candela times steradian divided by square metre."@en ; - rdfs:label "lux"@en . - - -### http://www.wurvoc.org/vocabularies/om-1.8/pascal -om:pascal rdf:type owl:NamedIndividual , - saref:PressureUnit ; - rdfs:comment "The pascal is a unit of pressure and stress defined as newton divided by square metre = joule divided by cubic metre = kilogram divided by metre second squared."@en ; - rdfs:label "pascal"@en . - - -### http://www.wurvoc.org/vocabularies/om-1.8/pound_sterling -om:pound_sterling rdf:type owl:NamedIndividual , - saref:Currency ; - rdfs:label "Great Britain pound sterling"@en . - - -### http://www.wurvoc.org/vocabularies/om-1.8/watt -om:watt rdf:type owl:NamedIndividual , - saref:PowerUnit ; - rdfs:comment "The watt is a unit of power defined as joule divided by second = newton times metre divided by second = volt times ampere = kilogram times square metre divided by second to the power 3."@en ; - rdfs:label "watt"@en . - - -### https://saref.etsi.org/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 -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 -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 -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 -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 -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 -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 -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 -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 -saref:WellBeing rdf:type owl:NamedIndividual , - saref:Task ; - rdfs:comment "A type of task for which a device is designed"@en ; - rdfs:label "WellBeing"@en . - - -### https://saref.etsi.org/watt_hour -saref:watt_hour rdf:type owl:NamedIndividual , - saref:EnergyUnit ; - rdfs:comment "The Watt Hor is a unit of energy equivalent to one watt (1 W) of power expended for one hour (1 h) of time. An energy expenditure of 1 Wh represents 3600 joules "@en ; - rdfs:label "watt hour"@en . -- GitLab