saref4ener.ttl 64.7 KB
Newer Older
Laura Daniele's avatar
Laura Daniele committed
    ] ;
.
s4ener:SlotTimeDurationDescription
  rdf:type owl:Class ;
  rdfs:comment "The duration description for the slot time duration temporal entities"@en ;
  rdfs:label "Slot time duration description"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#DurationDescription> ;
.
s4ener:StartTime
  rdf:type owl:Class ;
  rdfs:comment "The startTime of a power sequence or slot. SHALL be present"@en ;
  rdfs:label "Start time"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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"@en ;
  rdfs:label "Start time duration description"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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"@en ;
  rdfs:label "State"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf saref:State ;
.
s4ener:TimePeriod
  rdf:type owl:Class ;
  rdfs:comment "The time period associated with load control event data"@en ;
  rdfs:label "Time period"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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"@en ;
  rdfs:label "Time period duration description"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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)."@en ;
  rdfs:label "activate slot"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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. "@en ;
  rdfs:label "active repetition number"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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."@en ;
  rdfs:label "active slot number"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range xsd:unsignedInt ;
.
s4ener:alternativesCount
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates the number of alternatives groups provided by a power profile"@en ;
  rdfs:label "alternatives count"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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"@en ;
  rdfs:label "alternatives group ID"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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.  "@en ;
  rdfs:label "belongs to"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
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."@en ;
  rdfs:label "brand name"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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. "@en ;
  rdfs:label "cheapest"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range xsd:boolean ;
.
s4ener:Completed
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:PowerSequenceState ;
  rdfs:comment "Power sequence state with value 'completed'"@en ;
  rdfs:label "Completed"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:deviceCode
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Provides a device code for the device as defined by the manufacturer."@en ;
  rdfs:label "device code"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range xsd:string ;
.
s4ener:deviceName
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Provides the name of the device as defined by the manufacturer."@en ;
  rdfs:label "device name"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range xsd:string ;
.
s4ener:Emergency
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventActionConsume ;
  rdf:type s4ener:EventActionProduce ;
  rdfs:comment "Load control event action with value 'emergency'"@en ;
  rdfs:label "Emergency"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:EventAccepted
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventStateConsume ;
  rdf:type s4ener:EventStateProduce ;
  rdfs:comment "Load control state with value 'event accepted'"@en ;
  rdfs:label "Event accepted"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:EventCancelled
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventStateConsume ;
  rdf:type s4ener:EventStateProduce ;
  rdfs:comment "Load control state with value 'event cancelled'"@en ;
  rdfs:label "Event cancelled"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:EventError
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventStateConsume ;
  rdf:type s4ener:EventStateProduce ;
  rdfs:comment "Load control state with value 'event error'"@en ;
  rdfs:label "Event error"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:eventID
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Used in the Demand Response use case to identify an event"@en ;
  rdfs:label "event ID"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range xsd:unsignedInt ;
.
s4ener:EventRejected
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventStateConsume ;
  rdf:type s4ener:EventStateProduce ;
  rdfs:comment "Load control state with value 'event rejected'"@en ;
  rdfs:label "Event rejected"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:EventStarted
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventStateConsume ;
  rdf:type s4ener:EventStateProduce ;
  rdfs:comment "Load control state with value 'event started'"@en ;
  rdfs:label "Event started"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:EventStopped
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventStateConsume ;
  rdf:type s4ener:EventStateProduce ;
  rdfs:comment "Load control state with value 'event stopped'"@en ;
  rdfs:label "Event stopped"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:exposes
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a device and its power profile"@en ;
  rdfs:label "exposes"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
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. "@en ;
  rdfs:label "greenest"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range xsd:boolean ;
.
s4ener:hardwareRevision
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates the hardware revision of the device as defined by the manufacturer."@en ;
  rdfs:label "hardware revision "@en ;
Laura Daniele's avatar
Laura Daniele committed
  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."@en ;
  rdfs:label "has applied event action consume"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
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."@en ;
  rdfs:label "has applied event action produce"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
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."@en ;
  rdfs:label "has connection"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
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."@en ;
  rdfs:label "has device"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
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)"@en ;
  rdfs:label "has energy"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range s4ener:Energy ;
.
s4ener:hasEnergyValueType
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship representing an energy value type"@en ;
  rdfs:label "has energy value type"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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."@en ;
  rdfs:label "has event state consume"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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."@en ;
  rdfs:label "has event state produce"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subPropertyOf saref:hasState ;
.
s4ener:hasExpression
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between an appliance parameter compatibility action and the associated expressions"@en ;
  rdfs:label "has expression"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:hasFunction
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship identifying the functions performed by an actuator level and an actuator switch"@en ;
  rdfs:label "has function"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:hasPowerValueType
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship representing a power value type"@en ;
  rdfs:label "has power value type"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subPropertyOf s4ener:hasValueType ;
.
s4ener:hasValueType
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relation representing the value type of an entity"@en ;
  rdfs:label "has value type"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:Inactive
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:PowerSequenceState ;
  rdfs:comment "Power sequence state with value 'inactive'"@en ;
  rdfs:label "Inactive"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:Increase
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventActionConsume ;
  rdf:type s4ener:EventActionProduce ;
  rdfs:comment "Load control event action with value 'increase'"@en ;
  rdfs:label "Increase"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:Invalid
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:PowerSequenceState ;
  rdfs:comment "Power sequence state with value 'invalid'"@en ;
  rdfs:label "Invalid"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:isPausable
  rdf:type owl:DatatypeProperty ;
Maxime Lefrançois's avatar
Maxime Lefrançois committed
  rdfs:comment "Specifies if the power sequence is pausable."@en ;
  rdfs:label "is pausable"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range xsd:boolean ;
.
s4ener:isStoppable
  rdf:type owl:DatatypeProperty ;
Maxime Lefrançois's avatar
Maxime Lefrançois committed
  rdfs:comment "Specifies if the power sequence is stoppable."@en ;
  rdfs:label "is stoppable"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range xsd:boolean ;
.
s4ener:manufacturerDescription
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A description for the device as defined by the manufacturer."@en ;
  rdfs:label "manufacturer description"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range xsd:string ;
.
s4ener:manufacturerLabel
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A short label of the device as defined by the manufacturer. "@en ;
  rdfs:label "manufacturer label"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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."@en ;
  rdfs:label "manufacturer node identification"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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."@en ;
  rdfs:label "max cycles per day"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range xsd:unsignedInt ;
.
s4ener:measurementID
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Enables the identification of different sensors on one EEBus address."@en ;
  rdfs:label "measurement id"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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."@en ;
  rdfs:label "messaging number"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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)"""@en ;
  rdfs:label "messaging type"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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."@en ;
  rdfs:label "node remote controllable"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range xsd:boolean ;
.
Laura Daniele's avatar
Laura Daniele committed
  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"@en ;
  rdfs:label "Normal"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
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."@en ;
  rdfs:label "optional slot"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range xsd:boolean ;
.
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventActionConsume ;
  rdf:type s4ener:EventActionProduce ;
  rdfs:comment "Load control event action with value 'pause'"@en ;
  rdfs:label "Pause"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:PowerSequenceState ;
  rdfs:comment "Power sequence state or sensor state with value 'paused'"@en ;
  rdfs:label "Paused"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:Pending
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:PowerSequenceState ;
  rdfs:comment "Power sequence state with value 'pending'"@en ;
  rdfs:label "Pending"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:powerSource
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates the power source of a device. Possible values are e.g. mainsSinglePhase or battery "@en ;
  rdfs:label "power source"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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"@en ;
  rdfs:label "receives"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventActionConsume ;
  rdf:type s4ener:EventActionProduce ;
  rdfs:comment "Load control event action with value 'reduce'"@en ;
  rdfs:label "Reduce"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
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. "@en ;
  rdfs:label "repetition total"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range xsd:unsignedInt ;
.
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:EventActionConsume ;
  rdf:type s4ener:EventActionProduce ;
  rdfs:comment "Load control event action with value 'resume'"@en ;
  rdfs:label "Resume"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:Running
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:PowerSequenceState ;
  rdfs:comment "Power sequence state with value 'running'"@en ;
  rdfs:label "Running"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:Scheduled
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:PowerSequenceState ;
  rdfs:comment "Power sequence state with value 'scheduled'"@en ;
  rdfs:label "Scheduled"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:ScheduledPaused
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:NamedIndividual ;
  rdf:type s4ener:PowerSequenceState ;
  rdfs:comment "Power sequence state with value 'scheduled paused'"@en ;
  rdfs:label "Scheduled paused"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:sequenceID
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Provides a unique power sequence identifier for a certain device"@en ;
  rdfs:label "sequence ID"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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."@en ;
  rdfs:label "sequence remote controllable"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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."@en ;
  rdfs:label "serial number"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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."@en ;
  rdfs:label "slot activated"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range xsd:boolean ;
.
s4ener:slotNumber
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Provides a unique slot identifier for a certain power sequence"@en ;
  rdfs:label "slot number"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range xsd:unsignedInt ;
.
s4ener:softwareRevision
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Indicates the software revision of a device as defined by the manufacturer."@en ;
  rdfs:label "software revision"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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."@en ;
  rdfs:label "supports reselection"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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."@en ;
  rdfs:label "supports single slot scheduling only"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:range xsd:boolean ;
.
s4ener:taskIdentifier
  rdf:type owl:DatatypeProperty ;
Maxime Lefrançois's avatar
Maxime Lefrançois committed
  rdfs:comment "Represents the task identifier of the power sequence."@en ;
  rdfs:label "task identifier"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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"@en ;
  rdfs:label "total sequences count max"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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"@en ;
  rdfs:label "triggers event action consume"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:triggersEventActionProduce
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a load control event and the produce action triggered by this event"@en ;
  rdfs:label "triggers event action produce"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
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."@en ;
  rdfs:label "value source"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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."@en ;
  rdfs:label "value tendency"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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."@en ;
  rdfs:label "vendor code"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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."@en ;
  rdfs:label "vendor name"@en ;
Laura Daniele's avatar
Laura Daniele committed
  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:
Maxime Lefrançois's avatar
Maxime Lefrançois committed

Laura Daniele's avatar
Laura Daniele committed
- 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).
Maxime Lefrançois's avatar
Maxime Lefrançois committed
- the endTime of measurement as absolute or relative value (in the Measurement class).

The duration is expected to be described as in xsd:duration"""@en ;
  rdfs:label "duration in xsd "@en ;
Maxime Lefrançois's avatar
Maxime Lefrançois committed
.