saref4ener.ttl 66.4 KB
Newer Older
Laura Daniele's avatar
Laura Daniele committed
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 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 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 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 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547
.
s4ener:StartTime
  rdf:type owl:Class ;
  rdfs:comment "The startTime of a power sequence or slot. SHALL be present"^^xsd:string ;
  rdfs:label "Start time"^^xsd:string ;
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:StartTimeDurationDescription
  rdf:type owl:Class ;
  rdfs:comment "The duration description for the start time duration temporal entities"^^xsd:string ;
  rdfs:label "Start time duration description"^^xsd:string ;
  rdfs:subClassOf <http://www.w3.org/2006/time#DurationDescription> ;
.
s4ener:State
  rdf:type owl:Class ;
  rdfs:comment "An entity that represents the possible states in SAREF4EE"^^xsd:string ;
  rdfs:label "State"^^xsd:string ;
  rdfs:subClassOf saref:State ;
.
s4ener:TimePeriod
  rdf:type owl:Class ;
  rdfs:comment "The time period associated with load control event data"^^xsd:string ;
  rdfs:label "Time period"^^xsd:string ;
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:TimePeriodDurationDescription
  rdf:type owl:Class ;
  rdfs:comment "The duration description for the time period duration temporal entities"^^xsd:string ;
  rdfs:label "Time period duration description"^^xsd:string ;
  rdfs:subClassOf <http://www.w3.org/2006/time#DurationDescription> ;
.
s4ener:activateSlot
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates whether a slot is used (activateSlot = true) or not (activateSlot = false). SHALL be present if a slot is optional (i.e., the property s4ee:optionalSlot is TRUE), otherwise SHALL be absent (i.e. in case the slot is mandatory)."^^xsd:string ;
  rdfs:label "activate slot"^^xsd:string ;
  rdfs:range xsd:boolean ;
.
s4ener:activeRepetitionNumber
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates the current repetition of the sequence of slots. SHALL be present if a power sequence can repeat its sequence of slots (i.e., if s4ee:repetitionTotal is present and has a value > 1). Otherwise, it SHALL be absent. "^^xsd:string ;
  rdfs:label "active repetition number"^^xsd:string ;
  rdfs:range xsd:unsignedInt ;
.
s4ener:activeSlotNumber
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates the currently active slot number, if the power sequence state is set to 'running' or 'paused'. Otherwise it SHALL be omitted."^^xsd:string ;
  rdfs:label "active slot number"^^xsd:string ;
  rdfs:range xsd:unsignedInt ;
.
s4ener:alternativesCount
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates the number of alternatives groups provided by a power profile"^^xsd:string ;
  rdfs:label "alternatives count"^^xsd:string ;
  rdfs:range xsd:integer ;
.
s4ener:alternativesGroupID
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "The endpoint-wide unique identifier for the alternatives group instances provided by a power profile"^^xsd:string ;
  rdfs:label "alternatives group ID"^^xsd:string ;
  rdfs:range xsd:integer ;
.
s4ener:belongsTo
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship identifying the ownership of an entity. In particular, a slot belongs to a power sequence, a power sequence belongs to an alternative, an alternative  belongs to a power profile, a power profile belongs to a device.  "^^xsd:string ;
  rdfs:label "belongs to"^^xsd:string ;
.
s4ener:brandName
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Provides the name of the brand of a device. Useful where the name of the brand and the vendor differs."^^xsd:string ;
  rdfs:label "brand name"^^xsd:string ;
  rdfs:range xsd:string ;
.
s4ener:cheapest
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates whether a power sequence applies a configuration that minimises the user’s energy bill (if set to TRUE). MAY be present. Absence of this element is equal to the presence with value FALSE. "^^xsd:string ;
  rdfs:label "cheapest"^^xsd:string ;
  rdfs:range xsd:boolean ;
.
s4ener:completed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:PowerSequenceState ;
  rdfs:comment "Power sequence state with value 'completed'"^^xsd:string ;
  rdfs:label "completed"^^xsd:string ;
.
s4ener:deviceCode
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Provides a device code for the device as defined by the manufacturer."^^xsd:string ;
  rdfs:label "device code"^^xsd:string ;
  rdfs:range xsd:string ;
.
s4ener:deviceName
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Provides the name of the device as defined by the manufacturer."^^xsd:string ;
  rdfs:label "device name"^^xsd:string ;
  rdfs:range xsd:string ;
.
s4ener:emergency
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventActionConsume ;
  rdf:type s4ener:EventActionProduce ;
  rdfs:comment "Load control event action with value 'emergency'"^^xsd:string ;
  rdfs:label "emergency"^^xsd:string ;
.
s4ener:eventAccepted
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventStateConsume ;
  rdf:type s4ener:EventStateProduce ;
  rdfs:comment "Load control state with value 'event accepted'"^^xsd:string ;
  rdfs:label "event accepted"^^xsd:string ;
.
s4ener:eventCancelled
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventStateConsume ;
  rdf:type s4ener:EventStateProduce ;
  rdfs:comment "Load control state with value 'event cancelled'"^^xsd:string ;
  rdfs:label "event cancelled"^^xsd:string ;
.
s4ener:eventError
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventStateConsume ;
  rdf:type s4ener:EventStateProduce ;
  rdfs:comment "Load control state with value 'event error'"^^xsd:string ;
  rdfs:label "event error"^^xsd:string ;
.
s4ener:eventID
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Used in the Demand Response use case to identify an event"^^xsd:string ;
  rdfs:label "event ID"^^xsd:string ;
  rdfs:range xsd:unsignedInt ;
.
s4ener:eventRejected
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventStateConsume ;
  rdf:type s4ener:EventStateProduce ;
  rdfs:comment "Load control state with value 'event rejected'"^^xsd:string ;
  rdfs:label "event rejected"^^xsd:string ;
.
s4ener:eventStarted
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventStateConsume ;
  rdf:type s4ener:EventStateProduce ;
  rdfs:comment "Load control state with value 'event started'"^^xsd:string ;
  rdfs:label "event started"^^xsd:string ;
.
s4ener:eventStopped
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventStateConsume ;
  rdf:type s4ener:EventStateProduce ;
  rdfs:comment "Load control state with value 'event stopped'"^^xsd:string ;
  rdfs:label "event stopped"^^xsd:string ;
.
s4ener:exposes
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a device and its power profile"^^xsd:string ;
  rdfs:label "exposes"^^xsd:string ;
.
s4ener:greenest
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates whether a power sequence optimises the configuration towards the maximum availability of renewable energy (if set to TRUE). MAY be present. Absence of this element is equal to the presence with value FALSE. "^^xsd:string ;
  rdfs:label "greenest"^^xsd:string ;
  rdfs:range xsd:boolean ;
.
s4ener:hardwareRevision
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates the hardware revision of the device as defined by the manufacturer."^^xsd:string ;
  rdfs:label "hardware revision "^^xsd:string ;
  rdfs:range xsd:string ;
.
s4ener:hasAppliedEventActionConsume
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between the state of a load control event consume and the action to be performed as a consequence of this event."^^xsd:string ;
  rdfs:label "has applied event action consume"^^xsd:string ;
.
s4ener:hasAppliedEventActionProduce
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between the state of a load control event produce and the action to be performed as a consequence of this event."^^xsd:string ;
  rdfs:label "has applied event action produce"^^xsd:string ;
.
s4ener:hasConnection
  rdf:type owl:ObjectProperty ;
  rdfs:comment "In the Remote Network Management (RemoteNWM) use case, a relationship between a node in a network (i.e., a s4ee:Device) and its connections (i.e., a s4ee:DeviceConnections). The same s4ee:Device (or node) can have multiple device connections as it can be connected to several networks at the same time."^^xsd:string ;
  rdfs:label "has connection"^^xsd:string ;
.
s4ener:hasDevice
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a load control event (used to send overload warning severity level and related load control commands) and the device interested by this event."^^xsd:string ;
  rdfs:label "has device"^^xsd:string ;
.
s4ener:hasEnergy
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a power sequence and its energy (in terms of value and unit of measure)"^^xsd:string ;
  rdfs:label "has energy"^^xsd:string ;
  rdfs:range s4ener:Energy ;
.
s4ener:hasEnergyValueType
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship representing an energy value type"^^xsd:string ;
  rdfs:label "has energy value type"^^xsd:string ;
  rdfs:subPropertyOf s4ener:hasValueType ;
.
s4ener:hasEventStateConsume
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between the specification of the state of a load control event consume and the value that this state can assume."^^xsd:string ;
  rdfs:label "has event state consume"^^xsd:string ;
  rdfs:subPropertyOf saref:hasState ;
.
s4ener:hasEventStateProduce
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between the specification of the state of a load control event produce and the value that this state can assume."^^xsd:string ;
  rdfs:label "has event state produce"^^xsd:string ;
  rdfs:subPropertyOf saref:hasState ;
.
s4ener:hasExpression
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between an appliance parameter compatibility action and the associated expressions"^^xsd:string ;
  rdfs:label "has expression"^^xsd:string ;
.
s4ener:hasFunction
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship identifying the functions performed by an actuator level and an actuator switch"^^xsd:string ;
  rdfs:label "has function"^^xsd:string ;
.
s4ener:hasPowerValueType
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship representing a power value type"^^xsd:string ;
  rdfs:label "has power value type"^^xsd:string ;
  rdfs:subPropertyOf s4ener:hasValueType ;
.
s4ener:hasValueType
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relation representing the value type of an entity"^^xsd:string ;
  rdfs:label "has value type"^^xsd:string ;
.
s4ener:inactive
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:PowerSequenceState ;
  rdfs:comment "Power sequence state with value 'inactive'"^^xsd:string ;
  rdfs:label "inactive"^^xsd:string ;
.
s4ener:increase
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventActionConsume ;
  rdf:type s4ener:EventActionProduce ;
  rdfs:comment "Load control event action with value 'increase'"^^xsd:string ;
  rdfs:label "increase"^^xsd:string ;
.
s4ener:invalid
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:PowerSequenceState ;
  rdfs:comment "Power sequence state with value 'invalid'"^^xsd:string ;
  rdfs:label "invalid"^^xsd:string ;
.
s4ener:isPausable
  rdf:type owl:DatatypeProperty ;
  rdfs:label "is pausable"^^xsd:string ;
  rdfs:range xsd:boolean ;
.
s4ener:isStoppable
  rdf:type owl:DatatypeProperty ;
  rdfs:label "is stoppable"^^xsd:string ;
  rdfs:range xsd:boolean ;
.
s4ener:manufacturerDescription
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A description for the device as defined by the manufacturer."^^xsd:string ;
  rdfs:label "manufacturer description"^^xsd:string ;
  rdfs:range xsd:string ;
.
s4ener:manufacturerLabel
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A short label of the device as defined by the manufacturer. "^^xsd:string ;
  rdfs:label "manufacturer label"^^xsd:string ;
  rdfs:range xsd:string ;
.
s4ener:manufacturerNodeIdentification
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates a node identification for the device as defined by the manufacturer. This could be used for the identification of a device, even if it was removed from the network and rejoined later with changed node address."^^xsd:string ;
  rdfs:label "manufacturer node identification"^^xsd:string ;
  rdfs:range xsd:string ;
.
s4ener:maxCyclesPerDay
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "States the maximum amount of starts a power sequence (of a device) allows per day."^^xsd:string ;
  rdfs:label "max cycles per day"^^xsd:string ;
  rdfs:range xsd:unsignedInt ;
.
s4ener:measurementID
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Enables the identification of different sensors on one EEBus address."^^xsd:string ;
  rdfs:label "measurement id"^^xsd:string ;
  rdfs:range xsd:unsignedInt ;
.
s4ener:messagingNumber
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "An identifier for one specific message. If a message is marked as obsolete, this number can be used to identify the original message."^^xsd:string ;
  rdfs:label "messaging number"^^xsd:string ;
  rdfs:range xsd:unsignedInt ;
.
s4ener:messagingType
  rdf:type owl:DatatypeProperty ;
  rdfs:comment """Indicates the type of the message. Possible values are:
-	logging (used for messages, that shall be stored in a log file)
-	information (messages, that shall be presented to the customer on a display; lower priority)
-	warning (messages, that shall be presented to the customer on a display; medium priority)
-	alarm (messages, that shall be presented to the customer on a display; high priority; if there is an alarm device in the household, it shall generate an alarm)
-	emergency (messages, that shall be presented to the customer on a display; very high priority; if there is an alarm device in the household, it shall generate an alarm; additionally, if possible and configured, an emergency call shall be done)
-	obsolete (previously sent messages, that shall be marked as obsolete)"""^^xsd:string ;
  rdfs:label "messaging type"^^xsd:string ;
  rdfs:range [
      rdf:type rdfs:Datatype ;
      owl:oneOf (
          "logging"^^xsd:string
          "information"^^xsd:string
          "warning"^^xsd:string
          "alarm"^^xsd:string
          "emergency"^^xsd:string
          "obsolete"^^xsd:string
        ) ;
    ] ;
.
s4ener:nodeRemoteControllable
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates whether the power profile of a device is configured for remote control (e.g., by an energy management system).This refers to the selection chosen by the user on the remote control feature of the device. If nodeRemoteControllable is equal to FALSE, all the supported power sequences shall set the sequenceRemoteControllable property to FALSE. If nodeRemoteControllable is equal to TRUE, at least one power sequence shall be remotely controllable by setting the sequenceRemoteControllable property to TRUE."^^xsd:string ;
  rdfs:label "node remote controllable"^^xsd:string ;
  rdfs:range xsd:boolean ;
.
s4ener:normal
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventActionConsume ;
  rdf:type s4ener:EventActionProduce ;
  rdfs:comment "The value NORMAL used to instantiate the Load Control Event Action class and MeasurandState class"^^xsd:string ;
  rdfs:label "normal"^^xsd:string ;
.
s4ener:optionalSlot
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates whether a slot is optional (if set to TRUE). Otherwise, if a slot is mandatory, SHALL be omitted or set to FALSE. Note: This element applies to every repetition of the slot number."^^xsd:string ;
  rdfs:label "optional slot"^^xsd:string ;
  rdfs:range xsd:boolean ;
.
s4ener:pause
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventActionConsume ;
  rdf:type s4ener:EventActionProduce ;
  rdfs:comment "Load control event action with value 'pause'"^^xsd:string ;
  rdfs:label "pause"^^xsd:string ;
.
s4ener:paused
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:PowerSequenceState ;
  rdfs:comment "Power sequence state or sensor state with value 'paused'"^^xsd:string ;
  rdfs:label "paused"^^xsd:string ;
.
s4ener:pending
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:PowerSequenceState ;
  rdfs:comment "Power sequence state with value 'pending'"^^xsd:string ;
  rdfs:label "pending"^^xsd:string ;
.
s4ener:powerSource
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates the power source of a device. Possible values are e.g. mainsSinglePhase or battery "^^xsd:string ;
  rdfs:label "power source"^^xsd:string ;
  rdfs:range [
      rdf:type rdfs:Datatype ;
      owl:oneOf (
          "unknown"^^xsd:string
          "mainsSinglePhase"^^xsd:string
          "mains3Phase"^^xsd:string
          "battery"^^xsd:string
          "dc"^^xsd:string
        ) ;
    ] ;
.
s4ener:receives
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a device (e.g., an appliance or a smart meter) and a load control event"^^xsd:string ;
  rdfs:label "receives"^^xsd:string ;
.
s4ener:reduce
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventActionConsume ;
  rdf:type s4ener:EventActionProduce ;
  rdfs:comment "Load control event action with value 'reduce'"^^xsd:string ;
  rdfs:label "reduce"^^xsd:string ;
.
s4ener:repetitionsTotal
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Contains the total number of repetitions, if a power sequence repeats its sequence of slots. Absence of the element is equal to a presence with a value of 0 (zero). SHALL be absent if the value is 1. "^^xsd:string ;
  rdfs:label "repetition total"^^xsd:string ;
  rdfs:range xsd:unsignedInt ;
.
s4ener:resume
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventActionConsume ;
  rdf:type s4ener:EventActionProduce ;
  rdfs:comment "Load control event action with value 'resume'"^^xsd:string ;
  rdfs:label "resume"^^xsd:string ;
.
s4ener:running
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:PowerSequenceState ;
  rdfs:comment "Power sequence state with value 'running'"^^xsd:string ;
  rdfs:label "running"^^xsd:string ;
.
s4ener:scheduled
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:PowerSequenceState ;
  rdfs:comment "Power sequence state with value 'scheduled'"^^xsd:string ;
  rdfs:label "scheduled"^^xsd:string ;
.
s4ener:scheduledPaused
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:PowerSequenceState ;
  rdfs:comment "Power sequence state with value 'scheduled paused'"^^xsd:string ;
  rdfs:label "scheduled paused"^^xsd:string ;
.
s4ener:sequenceID
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Provides a unique power sequence identifier for a certain device"^^xsd:string ;
  rdfs:label "sequence ID"^^xsd:string ;
  rdfs:range xsd:unsignedInt ;
.
s4ener:sequenceRemoteControllable
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Denotes whether a power sequence is modifiable (if value is TRUE) or not (if value is FALSE). Modifiability is required to configure power sequences and slots. It is also required to change a power sequence state."^^xsd:string ;
  rdfs:label "sequence remote controllable"^^xsd:string ;
  rdfs:range xsd:boolean ;
.
s4ener:serialNumber
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates the serial number of a device as defined by the manufacturer. Usually the same as printed on the case."^^xsd:string ;
  rdfs:label "serial number"^^xsd:string ;
  rdfs:range xsd:string ;
.
s4ener:slotActivated
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "If a slot is optional, represents the current status of the slot (true = the slot will be executed, false = the slot will not be executed). If the slot is not optional, this element SHALL be absent."^^xsd:string ;
  rdfs:label "slot activated"^^xsd:string ;
  rdfs:range xsd:boolean ;
.
s4ener:slotNumber
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Provides a unique slot identifier for a certain power sequence"^^xsd:string ;
  rdfs:label "slot number"^^xsd:string ;
  rdfs:range xsd:unsignedInt ;
.
s4ener:softwareRevision
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates the software revision of a device as defined by the manufacturer."^^xsd:string ;
  rdfs:label "software revision"^^xsd:string ;
  rdfs:range xsd:string ;
.
s4ener:supportsReselection
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "If set toTRUE, the power profile of a device does not restrict the number of power sequence re-selections by the CEM, i.e. within a given alternative the CEM may first choose one power sequence, alter the selection by configuring another sequence later on, then alter the selection again, etc. (provided the process rules and data still permit configuration). If supportsReselection is set to FALSE, the device permits the CEM to select a power sequence of an alternative only once."^^xsd:string ;
  rdfs:label "supports reselection"^^xsd:string ;
  rdfs:range xsd:boolean ;
.
s4ener:supportsSingleSlotSchedulingOnly
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "If set toTRUE, the power profile of a device does NOT permit the modification of more than one slot per configuration command."^^xsd:string ;
  rdfs:label "supports single slot scheduling only"^^xsd:string ;
  rdfs:range xsd:boolean ;
.
s4ener:taskIdentifier
  rdf:type owl:DatatypeProperty ;
  rdfs:label "task identifier"^^xsd:string ;
  rdfs:range xsd:unsignedInt ;
.
s4ener:totalSequencesCountMax
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Represents the total number of power sequences supported by the power profile of a device"^^xsd:string ;
  rdfs:label "total sequences count max"^^xsd:string ;
  rdfs:range xsd:unsignedInt ;
.
s4ener:triggersEventActionConsume
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a load control event and the consume action triggered by this event"^^xsd:string ;
  rdfs:label "triggers event action consume"^^xsd:string ;
.
s4ener:triggersEventActionProduce
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a load control event and the produce action triggered by this event"^^xsd:string ;
  rdfs:label "triggers event action produce"^^xsd:string ;
.
s4ener:valueSource
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates the source (origin/foundation) of the measurement forecasted values for a power sequence. If absent, the source is undefined. Remark: This element shall express the reliability of the forecast."^^xsd:string ;
  rdfs:label "value source"^^xsd:string ;
  rdfs:range [
      rdf:type rdfs:Datatype ;
      owl:oneOf (
          "measuredValue"^^xsd:string
          "calculatedValue"^^xsd:string
          "empiricalValue"^^xsd:string
        ) ;
    ] ;
.
s4ener:valueTendency
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates whether the tendency of a measurement is rising, stable or falling."^^xsd:string ;
  rdfs:label "value tendency"^^xsd:string ;
  rdfs:range [
      rdf:type rdfs:Datatype ;
      owl:oneOf (
          "rising"^^xsd:string
          "stable"^^xsd:string
          "falling"^^xsd:string
        ) ;
    ] ;
.
s4ener:vendorCode
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Provides a code for the vendor of the device as defined by the manufacturer."^^xsd:string ;
  rdfs:label "vendor code"^^xsd:string ;
  rdfs:range xsd:string ;
.
s4ener:vendorName
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Provides the name of the vendor of the device as defined by the manufacturer."^^xsd:string ;
  rdfs:label "vendor name"^^xsd:string ;
  rdfs:range xsd:string ;
.
s4ener:xsdDuration
  rdf:type owl:DatatypeProperty ;
  rdfs:comment """This property is added to the  time:DurationDescription class to allow to express time duration also as xsd:duration. This is necessary because in the EEBus/E@h model time is always expressed as xsd:duration. We use this property to express the following time information in the EEBus/E@h model:
- the startTime of the power sequence (in the PowerSequence class). SHALL be present
- the endTime of the power sequence (in the PowerSequence class). If the value is available, it SHALL be denoted here. Otherwise the element SHALL be omitted.
- the startTime of measurement as absolute or relative value (in the Measurement class).
- the endTime of measurement as absolute or relative value (in the Measurement class)."""^^xsd:string ;
  rdfs:label "duration in xsd "^^xsd:string ;
  rdfs:range xsd:duration ;
.
[
  rdf:type owl:Class ;
  owl:unionOf (
      xsd:int
      xsd:double
    ) ;
].
[
  rdf:type owl:Class ;
  owl:unionOf (
      xsd:int
      xsd:double
    ) ;
].