saref4ener.ttl 63.7 KB
Newer Older
Laura Daniele's avatar
Laura Daniele committed
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ener: <https://saref.etsi.org/saref4ener/> .
@prefix saref: <https://saref.etsi.org/core/> .
Laura Daniele's avatar
Laura Daniele committed
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix vann: <http://purl.org/vocab/vann/>.
Laura Daniele's avatar
Laura Daniele committed

<http://www.w3.org/2006/time#TemporalEntity> a owl:Class .

<http://www.w3.org/2006/time#DurationDescription> a owl:Class .

<https://saref.etsi.org/saref4ener/>
Laura Daniele's avatar
Laura Daniele committed
  rdf:type owl:Ontology ;
  owl:versionIRI <https://saref.etsi.org/saref4ener/v1.1.2/> ;
  vann:preferredNamespacePrefix "s4ener" ;
  vann:preferredNamespaceUri "https://saref.etsi.org/saref4ener/" ;
  owl:versionInfo "v1.1.2" ;
Laura Daniele's avatar
Laura Daniele committed
  dcterms:created "2015-09-04"^^xsd:date ;
  dcterms:creator <https://www.linkedin.com/in/lauradaniele> ;
  dcterms:description "SAREF4ENER is an extension of SAREF for the Energy domain that was created in collaboration with Energy@Home (http://www.energy-home.it) and EEBus (http://www.eebus.org/en), the major Italy- and Germany-based industry associations, to enable the interconnection of their (different) data models. SAREF4ENER focuses on demand response scenarios, in which customers can offer flexibility to the Smart Grid to manage their smart home devices by means of a Customer Energy Manager (CEM). The CEM is a logical function for optimizing energy consumption and/or production that can reside either in the home gateway or in the cloud. SAREF4ENER is published as an ETSI tecnical specificatoion (ETSI TS 103 410-1)."@en ;
Laura Daniele's avatar
Laura Daniele committed
  dcterms:modified "2016-12-13"^^xsd:date ;
  dcterms:title "SAREF4ENER: an extension of SAREF for the energy domain created in collaboration with Energy@Home and EEBus associations"@en ;
  owl:imports <https://saref.etsi.org/core/v3.1.1/> ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
  dcterms:publisher <https://www.etsi.org/> ;
Laura Daniele's avatar
Laura Daniele committed
.

dcterms:created a owl:AnnotationProperty .
dcterms:modified a owl:AnnotationProperty .
dcterms:creator a owl:AnnotationProperty .
dcterms:title a owl:AnnotationProperty .
dcterms:description a owl:AnnotationProperty .
dcterms:license a owl:AnnotationProperty .
dcterms:publisher a owl:AnnotationProperty .
vann:preferredNamespacePrefix a owl:AnnotationProperty .
vann:preferredNamespaceUri a owl:AnnotationProperty .

Laura Daniele's avatar
Laura Daniele committed
s4ener:ActivationDelay
  rdf:type owl:Class ;
  rdfs:comment "The scheduled activation delay for a slot."@en ;
  rdfs:label "Activation delay"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:ActivationDelayDurationDescription
  rdf:type owl:Class ;
  rdfs:comment "The duration description for the activation delay duration temporal entity"@en ;
  rdfs:label "Activation delay duration description"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#DurationDescription> ;
.
s4ener:ActiveDurationDescription
  rdf:type owl:Class ;
  rdfs:comment "The duration description for the active duration (min and max, sum max and sum min) temporal entities"@en ;
  rdfs:label "Active duration description"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#DurationDescription> ;
.
s4ener:ActiveDurationMax
  rdf:type owl:Class ;
  rdfs:comment "The active maximum duration a power sequence can run without interruption."@en ;
  rdfs:label "Active duration max"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:ActiveDurationMin
  rdf:type owl:Class ;
  rdfs:comment "The active mininum duration a power sequence can run without interruption."@en ;
  rdfs:label "Active duration min"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:ActiveDurationSumMax
  rdf:type owl:Class ;
  rdfs:comment "The active maximum duration a power sequence can run in total (summation of all active times)."@en ;
  rdfs:label "Active duration sum max"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:ActiveDurationSumMin
  rdf:type owl:Class ;
  rdfs:comment "The active minimum duration a power sequence must run in total (summation of all active times)."@en ;
  rdfs:label "Active duration sum min"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:ActuatorLevel
  rdf:type owl:Class ;
  rdfs:comment "Independent from the ActuatorSwitch class, the ActuatorLevel class enables a user or application to model LEVEL commands (start, up, percentageAbsolute, relative, etc.). This can be used to dim a light, set the speed of an electric motor, etc."@en ;
  rdfs:label "Actuator level"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf saref:Actuator ;
.
s4ener:ActuatorSwitch
  rdf:type owl:Class ;
  rdfs:comment "Basic on/off operations on a simple actuator can be modelled with the ActuatorSwitch class. Whether the function turns a device itself ON or OFF, or whether it switches a specific feature, depends on the implementation. For example, one could model the super freeze program of a freezer using ActuatorSwitch class. An ON command would then activate the super freeze program and an OFF command would deactivate it. This example shall just give an idea how ActuatorSwitch can be used for more purposes than only turning devices on and off."@en ;
  rdfs:label "Actuator switch"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf saref:Actuator ;
.
s4ener:AlternativesGroup
  rdf:type owl:Class ;
  rdfs:comment "A collection of power sequences for a certain profile"@en ;
  rdfs:label "Alternatives group"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:PowerProfile ;
      owl:onProperty s4ener:belongsTo ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:PowerSequence ;
      owl:onProperty saref:consistsOf ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:PowerSequence ;
      owl:onProperty saref:consistsOf ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onClass s4ener:PowerProfile ;
      owl:onProperty s4ener:belongsTo ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:unsignedInt ;
      owl:onProperty s4ener:alternativesGroupID ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
.
s4ener:AnticipationDurationDescription
  rdf:type owl:Class ;
  rdfs:comment "The duration description for the anticipation duration temporal entities"@en ;
  rdfs:label "Anticipation duration description"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#DurationDescription> ;
.
s4ener:DefaultDuration
  rdf:type owl:Class ;
  rdfs:comment "The duration of a slot (SHALL be present in case of 'determined slot'). If a slot has a configurable lenght, this element SHALL reflect the currently configured lenght"@en ;
  rdfs:label "Default duration"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:DefaultDurationDescription
  rdf:type owl:Class ;
  rdfs:comment "The duration description for the default duration temporal entity"@en ;
  rdfs:label "Default duration description"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#DurationDescription> ;
.
s4ener:Device
  rdf:type owl:Class ;
  rdfs:comment "A specialization of a saref:Device that exposes a power profile with power sequences to the CEM (note that a s4ee:Device can also be called 'power sequence server'). Most of the existing devices can expose at most 1 power profile, but there are special cases in which more than one power profiles can be exposed by the same device. For example, consider the case of a combined fridge-freezer in which there are 2 logical devices (fridge and freezer) combined in 1 physical device. This combined device can expose 2 power profiles, one for the fridge and one for the freezer. A s4ee:Device (e.g. a household appliance or a smart meter) can also receive events about overload warning severity level and related load control commands (LoadControlEventData)"@en ;
  rdfs:label "Device"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf saref:Device ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:LoadControlEventData ;
      owl:onProperty s4ener:receives ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:PowerProfile ;
      owl:onProperty s4ener:exposes ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:brandName ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:deviceCode ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:deviceName ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:hardwareRevision ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:manufacturerDescription ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:manufacturerLabel ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:manufacturerNodeIdentification ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:serialNumber ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:softwareRevision ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:vendorCode ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:vendorName ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:powerSource ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:LoadControlEventData ;
      owl:onProperty s4ener:receives ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:PowerProfile ;
      owl:onProperty s4ener:exposes ;
    ] ;
.
s4ener:DurationUncertainty
  rdf:type owl:Class ;
  rdfs:comment "The uncertainty of the duration "@en ;
  rdfs:label "Duration uncertainty"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:DurationUncertaintyDescription
  rdf:type owl:Class ;
  rdfs:comment "The duration description for the duration uncertainty temporal entity"@en ;
  rdfs:label "Duration uncertainty description"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#DurationDescription> ;
.
s4ener:EarliestStartTime
  rdf:type owl:Class ;
  rdfs:comment """The earliest possible start time for a power sequence or a slot. Only 'xs:duration' value types SHALL be used to denote a relative time which relates to 'now' as time 0.
Note: This element applies to the first repetition of the slot number only."""@en ;
  rdfs:label "Earliest start time"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:ElapsedSlotTime
  rdf:type owl:Class ;
  rdfs:comment "If state is set to 'running' or 'paused' AND the slot is determined, this element CAN contain the time the slot has already been in 'running' state (this also means the value remains constant during a 'paused' state). Otherwise it SHALL be omitted."@en ;
  rdfs:label "Elapsed slot time"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:EndTime
  rdf:type owl:Class ;
  rdfs:comment """The endTime of a power sequence. If the value is available, it SHALL be denoted here. Otherwise the element SHALL be omitted.
The end time of a slot MAY be stated in this element. The following equation SHALL apply: endTime - startTime = defaultDuration."""@en ;
  rdfs:label "End time"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:EndTimeDurationDescription
  rdf:type owl:Class ;
  rdfs:comment "The duration description for the end time duration temporal entities"@en ;
  rdfs:label "End time duration Description"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#DurationDescription> ;
.
s4ener:Energy
  rdf:type owl:Class ;
  rdfs:comment "Energy type and value in a slot (i.e., Energy, EnergyMin, EnergyMax, EnergyExpected, EnergyStandardDeviation, EnergySkewness); or the ResumeEnergyEstimated in a power sequence, i.e., the additional energy the device will consume before resuming its normal operation (after a pause)"@en ;
  rdfs:label "Energy"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf saref:Energy ;
.
s4ener:EnergyExpected
  rdf:type owl:Class ;
  rdfs:comment "A possible type of energy in a slot that represents the expected energy consumption and its value"@en ;
  rdfs:label "Energy expected"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:Energy ;
.
s4ener:EnergyMax
  rdf:type owl:Class ;
  rdfs:comment "A possible type of energy in a slot that represents the maximum energy consumption and its value"@en ;
  rdfs:label "Energy max"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:Energy ;
.
s4ener:EnergyMin
  rdf:type owl:Class ;
  rdfs:comment "A possible type of energy in a slot that represents the minimum energy consumption and its value"@en ;
  rdfs:label "Energy min"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:Energy ;
.
s4ener:EnergySkewness
  rdf:type owl:Class ;
  rdfs:comment "A possible type of energy in a slot that represents the energy skewness and its value"@en ;
  rdfs:label "Energy skewness"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:Energy ;
.
s4ener:EnergyStandardDeviation
  rdf:type owl:Class ;
  rdfs:comment "A possible type of energy in a slot  that represents the energy standard deviation and its value"@en ;
  rdfs:label "Energy Standard Deviation"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:Energy ;
.
s4ener:EventActionConsume
  rdf:type owl:Class ;
  rdfs:label "Event action consume"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:LoadControlEventAction ;
  owl:oneOf (
      s4ener:Pause
      s4ener:Resume
      s4ener:Reduce
      s4ener:Increase
      s4ener:Emergency
      s4ener:Normal
Laura Daniele's avatar
Laura Daniele committed
    ) ;
.
s4ener:EventActionProduce
  rdf:type owl:Class ;
  rdfs:label "Event action produce"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:LoadControlEventAction ;
  owl:oneOf (
      s4ener:Pause
      s4ener:Resume
      s4ener:Reduce
      s4ener:Increase
      s4ener:Emergency
      s4ener:Normal
Laura Daniele's avatar
Laura Daniele committed
    ) ;
.
s4ener:EventStateConsume
  rdf:type owl:Class ;
  rdfs:label "Event state consume"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:LoadControlEventState ;
  owl:oneOf (
      s4ener:EventAccepted
      s4ener:EventStarted
      s4ener:EventStopped
      s4ener:EventRejected
      s4ener:EventCancelled
      s4ener:EventError
Laura Daniele's avatar
Laura Daniele committed
    ) ;
.
s4ener:EventStateProduce
  rdf:type owl:Class ;
  rdfs:label "Event state produce"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:LoadControlEventState ;
  owl:oneOf (
      s4ener:EventAccepted
      s4ener:EventStarted
      s4ener:EventStopped
      s4ener:EventRejected
      s4ener:EventCancelled
      s4ener:EventError
Laura Daniele's avatar
Laura Daniele committed
    ) ;
.
s4ener:LatestEndTime
  rdf:type owl:Class ;
  rdfs:comment """The latest possible end time for a power sequence or a slot. Only 'xs:duration' value types SHALL be used to denote a relative time which relates to 'now' as time 0.
Note: This element applies to the first repetition of the slot number only."""@en ;
  rdfs:label "Latest end time"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:LoadControlEventAction
  rdf:type owl:Class ;
  rdfs:comment "An action type used to express the action to be performed as a consequence of an event used to send overload warning severity level and related load control commands to a device (e.g. a household appliance or a smart meter)."@en ;
  rdfs:label "Load Control event action"@en ;
Laura Daniele's avatar
Laura Daniele committed
.
s4ener:LoadControlEventData
  rdf:type owl:Class ;
  rdfs:comment "An event used to send overload warning severity level and related load control commands to a device (e.g. a household appliance or a smart meter)."@en ;
  rdfs:label "Load control event data"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom xsd:dateTime ;
      owl:onProperty saref:hasTimestamp ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:Device ;
      owl:onProperty s4ener:hasDevice ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:EventActionConsume ;
      owl:onProperty s4ener:triggersEventActionConsume ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:EventActionProduce ;
      owl:onProperty s4ener:triggersEventActionProduce ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:TimePeriod ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:eventID ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:EventActionConsume ;
      owl:onProperty s4ener:triggersEventActionConsume ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:EventActionProduce ;
      owl:onProperty s4ener:triggersEventActionProduce ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:Device ;
      owl:onProperty s4ener:hasDevice ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:TimePeriod ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:dateTime ;
      owl:onProperty saref:hasTimestamp ;
    ] ;
.
s4ener:LoadControlEventState
  rdf:type owl:Class ;
  rdfs:comment "In the load control, it expresses the possible states of an event used to send overload warning severity level and related load control commands to a device (e.g. a household appliance or a smart meter)."@en ;
  rdfs:label "Load control event state "@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:State ;
.
s4ener:LoadControlStateData
  rdf:type owl:Class ;
  rdfs:comment "The representation of the state of an event used to send overload warning severity level and related load control commands to a device (e.g. a household appliance or a smart meter)."@en ;
  rdfs:label "Load control state data"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom xsd:dateTime ;
      owl:onProperty saref:hasTimestamp ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:EventActionConsume ;
      owl:onProperty s4ener:hasAppliedEventActionConsume ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:EventActionProduce ;
      owl:onProperty s4ener:hasAppliedEventActionProduce ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:EventStateConsume ;
      owl:onProperty s4ener:hasEventStateConsume ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:EventStateProduce ;
      owl:onProperty s4ener:hasEventStateProduce ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:EventActionConsume ;
      owl:onProperty s4ener:hasAppliedEventActionConsume ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:EventActionProduce ;
      owl:onProperty s4ener:hasAppliedEventActionProduce ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:EventStateConsume ;
      owl:onProperty s4ener:hasEventStateConsume ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:EventStateProduce ;
      owl:onProperty s4ener:hasEventStateProduce ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:unsignedInt ;
      owl:onProperty s4ener:eventID ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:dateTime ;
      owl:onProperty saref:hasTimestamp ;
    ] ;
.
s4ener:MaxActivationDelay
  rdf:type owl:Class ;
  rdfs:comment "Maximum delay time between the end of the previous slot and the beginning of the current slot."@en ;
  rdfs:label "Max activation delay"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:MaxAnticipation
  rdf:type owl:Class ;
  rdfs:comment "This field allows the anticipation of the phase if (and only if) the previous phase has the energy set to 0 Wh, each unit is a minute."@en ;
  rdfs:label "Max anticipation"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:MaxDuration
  rdf:type owl:Class ;
  rdfs:comment "If a slot has a configurable duration, it SHALL be present and denote the maximum supported configuration. Note: This element applies to the first repetition of the slot number only"@en ;
  rdfs:label "Max duration"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:MinDuration
  rdf:type owl:Class ;
  rdfs:comment "If a slot has a configurable duration, it SHALL be present and denote the minimum supported configuration. Note: This element applies to the first repetition of the slot number only."@en ;
  rdfs:label "Min duration"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:PauseDurationDescription
  rdf:type owl:Class ;
  rdfs:comment "The duration description for the pause duration (max and min) temporal entities"@en ;
  rdfs:label "Pause duration description"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#DurationDescription> ;
.
s4ener:PauseDurationMax
  rdf:type owl:Class ;
  rdfs:comment "The maximum duration a power sequence can pause after the end of an activity."@en ;
  rdfs:label "Pause duration max"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:PauseDurationMin
  rdf:type owl:Class ;
  rdfs:comment "The minimum duration a power sequence can pause after the end of an activity."@en ;
  rdfs:label "Pause duration min"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:PauseTime
  rdf:type owl:Class ;
  rdfs:comment "The pause time of a power sequence or a slot"@en ;
  rdfs:label "Pause time"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:Power
  rdf:type owl:Class ;
  rdfs:comment "Power type and value in a slot (i.e. power, powerMin, powerMax, powerExpectedValue, powerStandardDeviation, powerSkewness)"@en ;
  rdfs:label "Power"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf saref:Power ;
.
s4ener:PowerExpected
  rdf:type owl:Class ;
  rdfs:comment "A possible type of power in a slot that represents the expected power consumption and its value"@en ;
  rdfs:label "Power expected "@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:Power ;
.
s4ener:PowerMax
  rdf:type owl:Class ;
  rdfs:comment "A possible type of power in a slot that represents the maximum power consumption and its value"@en ;
  rdfs:label "Power max"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:Power ;
.
s4ener:PowerMin
  rdf:type owl:Class ;
  rdfs:comment "A possible type of power in a slot that represents the minimum power consumption and its value"@en ;
  rdfs:label "Power min"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:Power ;
.
s4ener:PowerProfile
  rdf:type owl:Class ;
  rdfs:comment "A way to model curves of power and energy over time, which also provides definitions for the modelling of power scheduling including alternative plans. With a PowerProfile, a device (or power sequences server) exposes the power sequences that are potentially relevant for the CEM (or power sequences client). "@en ;
  rdfs:label "Power profile"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf saref:Profile ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:AlternativesGroup ;
      owl:onProperty saref:consistsOf ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:Device ;
      owl:onProperty s4ener:belongsTo ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:alternativesCount ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:nodeRemoteControllable ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:supportsReselection ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:supportsSingleSlotSchedulingOnly ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:totalSequencesCountMax ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:AlternativesGroup ;
      owl:onProperty saref:consistsOf ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onClass s4ener:Device ;
      owl:onProperty s4ener:belongsTo ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
.
s4ener:PowerSequence
  rdf:type owl:Class ;
  rdfs:comment "The specification of a task, such as wash or tumble dry, according to user preferences and/or manufacturer's settings for a certain device.  It is the most 'coarse' view, a power sequence can represent all single steps of a whole task,where the single steps are represented by slots. If the power sequence is pausable by the bound power sequences client, the property 'saref:isInterruptionPossible' SHALL be present and set to true. Otherwise it SHALL be omitted. If the power sequence is stoppable by the bound power sequences client, the property 'saref:isFlexible' SHALL be present and set to true. Otherwise it SHALL be omitted."@en ;
  rdfs:label "Power sequence"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:AlternativesGroup ;
      owl:onProperty s4ener:belongsTo ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:PowerSequenceState ;
      owl:onProperty saref:hasState ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:ResumeCostEstimated ;
      owl:onProperty saref:hasPrice ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:ResumeEnergyEstimated ;
      owl:onProperty s4ener:hasEnergy ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:Slot ;
      owl:onProperty saref:consistsOf ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:sequenceID ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:sequenceRemoteControllable ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty saref:hasDescription ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:activeRepetitionNumber ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:activeSlotNumber ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:cheapest ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:greenest ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:isPausable ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:isStoppable ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:maxCyclesPerDay ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:repetitionsTotal ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:ActiveDurationMax ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:ActiveDurationMin ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:ActiveDurationSumMax ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:ActiveDurationSumMin ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:EarliestStartTime ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:ElapsedSlotTime ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:EndTime ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:LatestEndTime ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:PauseDurationMax ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:PauseDurationMin ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:RemainingSlotTime ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:ResumeCostEstimated ;
      owl:onProperty saref:hasPrice ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:ResumeEnergyEstimated ;
      owl:onProperty s4ener:hasEnergy ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:taskIdentifier ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:valueSource ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:PowerSequenceState ;
      owl:onProperty saref:hasState ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:Slot ;
      owl:onProperty saref:consistsOf ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:StartTime ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onClass s4ener:AlternativesGroup ;
      owl:onProperty s4ener:belongsTo ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
.
s4ener:PowerSequenceState
  rdf:type owl:Class ;
  rdfs:comment "The current state of the power sequence. It can assume one of the values 'running', 'paused', 'scheduled', 'scheduled paused', 'pending', 'inactive', 'completed',  or 'invalid'."@en ;
  rdfs:label "Power sequence state"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:State ;
  owl:oneOf (
      s4ener:Running
      s4ener:Paused
      s4ener:Scheduled
      s4ener:ScheduledPaused
      s4ener:Pending
      s4ener:Inactive
      s4ener:Completed
      s4ener:Invalid
Laura Daniele's avatar
Laura Daniele committed
    ) ;
.
s4ener:PowerSkewness
  rdf:type owl:Class ;
  rdfs:comment "A possible type of power in a slot that represents the power skewness and its value"@en ;
  rdfs:label "Power skewness"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:Power ;
.
s4ener:PowerStandardDeviation
  rdf:type owl:Class ;
  rdfs:comment "A possible type of power in a slot that represents the power standard deviation and its value"@en ;
  rdfs:label "Power standard deviation"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:Power ;
.
s4ener:RemainingPauseTime
  rdf:type owl:Class ;
  rdfs:comment "The duration that the current slot (s4ee:activeSlotNumber) permits being paused. This element SHALL ONLY be present if the power sequence is interruptible. Otherwise, it SHALL be omitted. In case the power sequence is interruptible the following rules apply: If the element is absent this means there is no explicit pause duration restriction for the current slot; a value of 0s denoted the slot does not permit being paused."@en ;
  rdfs:label "Remaining pause time"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:RemainingSlotTime
  rdf:type owl:Class ;
  rdfs:comment "If state is set to 'running' or 'paused' AND the slot is determined, this element SHALL contain the time the slot still needs to be in 'running' state (this also means the value remains constant during a 'paused' state). Otherwise it SHALL be omitted."@en ;
  rdfs:label "Remaining slot time"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
.
s4ener:ResumeCostEstimated
  rdf:type owl:Class ;
  rdfs:comment "In a power sequence the additional costs for the resumption of a device to its normal operation (after a pause)."@en ;
  rdfs:label "Resume cost estimated"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf saref:Price ;
.
s4ener:ResumeEnergyEstimated
  rdf:type owl:Class ;
  rdfs:comment "In a power sequence, the additional energy the device will consume before resuming its normal operation (after a pause). This is only an estimated value which will not be added to the value stated in any slot value information."@en ;
  rdfs:label "Resume energy estimated"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf s4ener:Energy ;
.
s4ener:Slot
  rdf:type owl:Class ;
  rdfs:comment "The single steps of a power sequence are represented by slots. A slot is associated with a slot number (while a power sequence is associated with a power sequence identifier). The slot numbers of two power sequences should be considered independent from each other, i.e., slot number 7 of sequence 1 describes a different slot than slot number 7 of sequence 2. Therefore a slot is only uniquely identified in combination with a sequence ID. "@en ;
  rdfs:label "Slot"@en ;
Laura Daniele's avatar
Laura Daniele committed
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom saref:Time ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:Energy ;
      owl:onProperty s4ener:hasEnergyValueType ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:Power ;
      owl:onProperty s4ener:hasPowerValueType ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom s4ener:PowerSequence ;
      owl:onProperty s4ener:belongsTo ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:slotNumber ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty saref:hasDescription ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:optionalSlot ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty s4ener:slotActivated ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:DefaultDuration ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:DurationUncertainty ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:EarliestStartTime ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:EndTime ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:LatestEndTime ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:MaxDuration ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:MinDuration ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:RemainingPauseTime ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4ener:StartTime ;
      owl:onProperty saref:hasTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass [
          rdf:type owl:Class ;
          owl:unionOf (
              s4ener:Energy
              s4ener:Power
            ) ;
        ] ;
      owl:onProperty s4ener:hasValueType ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onClass s4ener:PowerSequence ;
      owl:onProperty s4ener:belongsTo ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
.
s4ener:SlotTimeDurationDescription
  rdf:type owl:Class ;