Newer
Older
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 .
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 .
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 .
saref:StartCommand rdf:type owl:Class ;
rdfs:subClassOf saref:Command ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:actsUpon ;
Maxime Lefrançois
committed
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 "Start command"@en .
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 .
rdfs:comment "An actuating function that allows to start and stop a device"@en ;
rdfs:label "Start stop function"@en .
saref:StartStopState rdf:type owl:Class ;
rdfs:subClassOf saref:State ;
rdfs:comment "A type of state"@en ;
rdfs:label "Start stop state"@en .
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 .
saref:StepDownCommand rdf:type owl:Class ;
rdfs:subClassOf saref:Command ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:actsUpon ;
Maxime Lefrançois
committed
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 down command"@en .
saref:StepUpCommand rdf:type owl:Class ;
rdfs:subClassOf saref:Command ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:actsUpon ;
Maxime Lefrançois
committed
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 .
saref:StopCommand rdf:type owl:Class ;
rdfs:subClassOf saref:Command ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:actsUpon ;
Maxime Lefrançois
committed
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 .
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 .
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 .
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 .
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 .
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 .
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 .
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 .
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 .
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 .
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 <http://www.wurvoc.org/vocabularies/om-1.6/Unit_of_measure> ;
rdfs:label "Unit of measure"@en .
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 .
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 ;
### 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 ;
### 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 ;
### http://www.wurvoc.org/vocabularies/om-1.8/kilowatt
om:kilowatt rdf:type owl:NamedIndividual ,
saref:PowerUnit ;
### 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 ;
### 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 ;
### 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 ;
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 .
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 .
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 .
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 .
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 .
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 .
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 .
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 .