Newer
Older
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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/Sensor
Raul Garcia-Castro
committed
rdfs:subClassOf saref:Device ,
[ 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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/SetLevelCommand
saref:SetLevelCommand 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 "Set level command"@en .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/StartCommand
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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/StartStopFunction
rdfs:comment "An actuating function that allows to start and stop a device"@en ;
rdfs:label "Start stop function"@en .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/StartStopState
saref:StartStopState rdf:type owl:Class ;
rdfs:subClassOf saref:State ;
rdfs:comment "A type of state"@en ;
rdfs:label "Start stop state"@en .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/State
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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/StepDownCommand
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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/StepUpCommand
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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/StopCommand
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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/Task
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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/Time
rdfs:comment "A class that allows to specify the time concept."@en ;
rdfs:label "Time"@en .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/ToggleCommand
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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/UnitOfMeasure
rdfs:comment "The unit of measure is a standard for measurement of a quantity, such as a Property. For example, Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \"watt\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of SAREF, but this list can be extended, also using some other ontologies rather than the Ontology of units of Measure (OM)."@en ;
rdfs:label "Unit of measure"@en .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/Water
saref:Water rdf:type owl:Class ;
rdfs:subClassOf saref:Commodity ;
rdfs:comment "A type of commodity"@en ;
rdfs:label "Water"@en .
#################################################################
# Individuals
#################################################################
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .
Raul Garcia-Castro
committed
### https://saref.etsi.org/core/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 .