Newer
Older
owl:someValuesFrom saref:Measurement
] ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:hasCommand ;
owl:allValuesFrom saref:GetSensingDataCommand
] ,
[ 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)"^^xsd:string ;
rdfs:label "Sensing function"^^xsd:string .
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."^^xsd:string ;
rdfs:label "Sensor"^^xsd:string .
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."^^xsd:string ;
rdfs:label "Service"^^xsd:string .
### https://saref.etsi.org/SetAbsoluteLevelCommand
saref:SetAbsoluteLevelCommand rdf:type owl:Class ;
rdfs:subClassOf saref:SetLevelCommand ;
rdfs:comment "A type of set level command"^^xsd:string ;
rdfs:label "Set absolute level command"^^xsd:string .
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
] ;
rdfs:comment "A type of command"^^xsd:string ;
rdfs:label "Set level command"^^xsd:string .
### https://saref.etsi.org/SetRelativeLevelCommand
saref:SetRelativeLevelCommand rdf:type owl:Class ;
rdfs:subClassOf saref:SetLevelCommand ;
rdfs:comment "A type of set level command"^^xsd:string ;
rdfs:label "Set relative level command"^^xsd:string .
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"^^xsd:string ;
rdfs:label "Smoke"^^xsd:string .
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
saref:SmokeSensor rdf:type owl:Class ;
rdfs:subClassOf saref:Sensor ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:consistsOf ;
owl:someValuesFrom 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
] ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:accomplishes ;
owl:hasValue saref:Safety
] ;
rdfs:comment "A device that consists of a sensor, has category saref:Sensor, 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."^^xsd:string ;
rdfs:label "Smoke sensor"^^xsd:string .
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
] ;
owl:disjointWith saref:StopCommand ;
rdfs:comment "A type of command"^^xsd:string ;
rdfs:label "Start command"^^xsd:string .
saref:StartState rdf:type owl:Class ;
rdfs:subClassOf saref:StartStopState ;
rdfs:comment "The state of a device that is STARTED"^^xsd:string ;
rdfs:label "Start state"^^xsd:string .
saref:StartStopFunction rdf:type owl:Class ;
rdfs:subClassOf saref:ActuatingFunction ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:hasCommand ;
owl:allValuesFrom [ rdf:type owl:Class ;
owl:unionOf ( saref:StartCommand
saref:StopCommand
)
]
] ;
rdfs:comment "An actuating function that allows to start and stop a device"^^xsd:string ;
rdfs:label "Start stop function"^^xsd:string .
saref:StartStopState rdf:type owl:Class ;
rdfs:subClassOf saref:State ;
rdfs:comment "A type of state"^^xsd:string ;
rdfs:label "Start stop state"^^xsd:string .
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."^^xsd:string ;
rdfs:label "State"^^xsd:string .
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
] ;
owl:disjointWith saref:StepUpCommand ;
rdfs:comment "A type of command"^^xsd:string ;
rdfs:label "Step down command"^^xsd:string .
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
] ;
rdfs:comment "A type of command"^^xsd:string ;
rdfs:label "Step up command"^^xsd:string .
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
] ;
rdfs:comment "A type of command"^^xsd:string ;
rdfs:label "Stop command"^^xsd:string .
saref:StopState rdf:type owl:Class ;
rdfs:subClassOf saref:StartStopState ;
rdfs:comment "The state of a device that is STOPPED"^^xsd:string ;
rdfs:label "Stop state"^^xsd:string .
saref:Storage rdf:type owl:Class ;
rdfs:subClassOf saref:EnergyRelated ;
rdfs:comment "A type of energy-related device that stores energy"^^xsd:string ;
rdfs:label "Storage"^^xsd:string .
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"^^xsd:string ;
rdfs:label "Switch"^^xsd:string .
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"^^xsd:string ;
rdfs:label "Switch on service"^^xsd:string .
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)."^^xsd:string ;
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)"^^xsd:string ;
rdfs:label "Temperature"^^xsd:string .
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
saref:TemperatureSensor rdf:type owl:Class ;
rdfs:subClassOf saref:Sensor ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:consistsOf ;
owl:someValuesFrom 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
] ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:accomplishes ;
owl:hasValue saref:Comfort
] ;
rdfs:comment "A device that consists of a sensor, has category saref:Sensor, performs the saref:SensingFunction and is used for the purpose of sensing a property of type saref:Temperature"^^xsd:string ;
rdfs:label "Temperature sensor"^^xsd:string .
saref:TemperatureUnit rdf:type owl:Class ;
rdfs:subClassOf saref:UnitOfMeasure ;
rdfs:comment "The unit of measure for temperature"^^xsd:string ;
rdfs:label "Temperature unit"^^xsd:string .
saref:Time rdf:type owl:Class ;
rdfs:subClassOf saref:Property ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:consistsOf ;
owl:someValuesFrom time:TemporalEntity
] ;
rdfs:comment "A saref:Property that allows to specify the time concept in terms of instants or intervals according to the imported W3C Time ontology."^^xsd:string ;
rdfs:label "Time"^^xsd:string .
saref:ToggleCommand rdf:type owl:Class ;
rdfs:subClassOf saref:Command ;
rdfs:comment "A type of command"^^xsd:string ;
rdfs:label "Toggle command"^^xsd:string .
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)."^^xsd:string ;
rdfs:isDefinedBy <http://www.wurvoc.org/vocabularies/om-1.6/Unit_of_measure> ;
rdfs:label "Unit of measure"^^xsd:string .
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
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
] ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:accomplishes ;
owl:hasValue saref:Washing
] ;
rdfs:comment "A device of category saref:Appliance and saref:Load that accomplishes the task saref:Washing, 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. "^^xsd:string ;
rdfs:label "Washing machine"^^xsd:string .
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
saref:Water rdf:type owl:Class ;
rdfs:subClassOf saref:Commodity ;
rdfs:comment "A type of commodity"^^xsd:string ;
rdfs:label "Water"^^xsd:string .
#################################################################
# 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"^^xsd:string .
### 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"^^xsd:string .
### 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"^^xsd:string .
### 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"^^xsd:string .
### http://www.wurvoc.org/vocabularies/om-1.8/kilowatt
om:kilowatt rdf:type owl:NamedIndividual ,
saref:PowerUnit ;
rdfs:label "kilowatt"^^xsd:string .
### 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."^^xsd:string ;
rdfs:label "kilowatt hour"^^xsd:string .
### 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"^^xsd:string .
### 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"^^xsd:string .
### 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"^^xsd:string .
### 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"^^xsd:string .
saref:Cleaning rdf:type owl:NamedIndividual ,
saref:Task ;
rdfs:comment "A type of task for which a device is designed"^^xsd:string ;
rdfs:label "Cleaning"^^xsd:string .
saref:Comfort rdf:type owl:NamedIndividual ,
saref:Task ;
rdfs:comment "A type of task for which a device is designed"^^xsd:string ;
rdfs:label "Comfort"^^xsd:string .
saref:Drying rdf:type owl:NamedIndividual ,
saref:Task ;
rdfs:comment "A type of task for which a device is designed"^^xsd:string ;
rdfs:label "Drying"^^xsd:string .
saref:EnergyEfficiency rdf:type owl:NamedIndividual ,
saref:Task ;
rdfs:comment "A type of task for which a device is designed"^^xsd:string ;
rdfs:label "EnergyEfficiency"^^xsd:string .
saref:Entertainment rdf:type owl:NamedIndividual ,
saref:Task ;
rdfs:comment "A type of task for which a device is designed"^^xsd:string ;
rdfs:label "Entertainment"^^xsd:string .
### 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"^^xsd:string ;
rdfs:label "Lighting"^^xsd:string .
saref:MeterReading rdf:type owl:NamedIndividual ,
saref:Task ;
rdfs:comment "A type of task for which a device is designed"^^xsd:string ;
rdfs:label "Meter reading"^^xsd:string .
### 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"^^xsd:string ;
rdfs:label "Safety"^^xsd:string .
### 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"^^xsd:string ;
rdfs:label "Washing"^^xsd:string .
saref:WellBeing rdf:type owl:NamedIndividual ,
saref:Task ;
rdfs:comment "A type of task for which a device is designed"^^xsd:string ;
rdfs:label "WellBeing"^^xsd:string .
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 "^^xsd:string ;
rdfs:label "watt hour"^^xsd:string .
### Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi