Definition of s4ener:PowerSequence
Defined in https://saref.etsi.org/saref4ener/v1.1.2/ as:
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.
Description as a Class
- has super-classes
-
saref:hasTime max 1
s4ener:LatestEndTime
saref:hasTime max 1 s4ener:PauseDurationMax
saref:hasTime max 1 s4ener:PauseDurationMin
saref:hasTime max 1 s4ener:RemainingSlotTime
saref:hasPrice max 1 s4ener:ResumeCostEstimated
s4ener:hasEnergy max 1 s4ener:ResumeEnergyEstimated
s4ener:taskIdentifier
s4ener:valueSource
saref:hasState min 1 s4ener:PowerSequenceState
saref:consistsOf min 1 s4ener:Slot
saref:hasTime min 1 s4ener:StartTime
s4ener:belongsTo exactly 1 s4ener:AlternativesGroup
s4ener:belongsTo only s4ener:AlternativesGroup
saref:hasState only s4ener:PowerSequenceState
saref:hasPrice only s4ener:ResumeCostEstimated
s4ener:hasEnergy only s4ener:ResumeEnergyEstimated
saref:consistsOf only s4ener:Slot
s4ener:sequenceID exactly 1
s4ener:sequenceRemoteControllable exactly 1
saref:hasDescription max 1
s4ener:activeRepetitionNumber max 1
s4ener:activeSlotNumber max 1
s4ener:cheapest max 1
s4ener:greenest max 1
s4ener:isPausable max 1
s4ener:isStoppable max 1
s4ener:maxCyclesPerDay max 1
s4ener:repetitionsTotal max 1
saref:hasTime max 1 s4ener:ActiveDurationMax
saref:hasTime max 1 s4ener:ActiveDurationMin
saref:hasTime max 1 s4ener:ActiveDurationSumMax
saref:hasTime max 1 s4ener:ActiveDurationSumMin
saref:hasTime max 1 s4ener:EarliestStartTime
saref:hasTime max 1 s4ener:ElapsedSlotTime
saref:hasTime max 1 s4ener:EndTime
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ener: <https://saref.etsi.org/saref4ener/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#> dct:references s4ener:PowerSequence .
<https://saref.etsi.org/saref4ener/v1.2.1/example/heatingSystemPowerProfile#> dct:references s4ener:PowerSequence .
<https://saref.etsi.org/saref4ener/v1.2.1/example/powerProfileExample#> dct:references s4ener:PowerSequence .
<https://saref.etsi.org/saref4ener/v2.1.1/example/heatingSystemPowerProfile#> dct:references s4ener:PowerSequence .
<https://saref.etsi.org/saref4ener/v2.1.1/example/powerProfileExample#> dct:references s4ener:PowerSequence .
s4ener:AlternativesGroup rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4ener:PowerSequence ;
owl:onProperty saref:consistsOf ],
[ a owl:Restriction ;
owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:PowerSequence ;
owl:onProperty saref:consistsOf ] .
s4ener:Slot rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4ener:PowerSequence ;
owl:onProperty s4ener:belongsTo ],
[ a owl:Restriction ;
owl:onClass s4ener:PowerSequence ;
owl:onProperty s4ener:belongsTo ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] .
<https://saref.etsi.org/saref4ener/v1.1.2/> dct:references s4ener:PowerSequence ;
dct:subject s4ener:PowerSequence .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:PowerSequence ;
dct:subject s4ener:PowerSequence .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:PowerSequence ;
dct:subject s4ener:PowerSequence .
s4ener:PowerSequence a owl:Class ;
rdfs:label "Power sequence"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.1.2/>,
<https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#>,
<https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/heatingSystemPowerProfile#>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/powerProfileExample#>,
<https://saref.etsi.org/saref4ener/v2.1.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/example/heatingSystemPowerProfile#>,
<https://saref.etsi.org/saref4ener/v2.1.1/example/powerProfileExample#> ;
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:isDefinedBy <https://saref.etsi.org/saref4ener/v1.1.2/>,
<https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.1.2/>,
<https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:LatestEndTime ;
owl:onProperty saref:hasTime ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:PauseDurationMax ;
owl:onProperty saref:hasTime ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:PauseDurationMin ;
owl:onProperty saref:hasTime ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:RemainingSlotTime ;
owl:onProperty saref:hasTime ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:ResumeCostEstimated ;
owl:onProperty saref:hasPrice ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:ResumeEnergyEstimated ;
owl:onProperty s4ener:hasEnergy ],
[ a owl:Restriction ;
owl:minCardinality "0"^^xsd:nonNegativeInteger ;
owl:onProperty s4ener:taskIdentifier ],
[ a owl:Restriction ;
owl:minCardinality "0"^^xsd:nonNegativeInteger ;
owl:onProperty s4ener:valueSource ],
[ a owl:Restriction ;
owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:PowerSequenceState ;
owl:onProperty saref:hasState ],
[ a owl:Restriction ;
owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:Slot ;
owl:onProperty saref:consistsOf ],
[ a owl:Restriction ;
owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:StartTime ;
owl:onProperty saref:hasTime ],
[ a owl:Restriction ;
owl:onClass s4ener:AlternativesGroup ;
owl:onProperty s4ener:belongsTo ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
[ a owl:Restriction ;
owl:allValuesFrom s4ener:AlternativesGroup ;
owl:onProperty s4ener:belongsTo ],
[ a owl:Restriction ;
owl:allValuesFrom s4ener:PowerSequenceState ;
owl:onProperty saref:hasState ],
[ a owl:Restriction ;
owl:allValuesFrom s4ener:ResumeCostEstimated ;
owl:onProperty saref:hasPrice ],
[ a owl:Restriction ;
owl:allValuesFrom s4ener:ResumeEnergyEstimated ;
owl:onProperty s4ener:hasEnergy ],
[ a owl:Restriction ;
owl:allValuesFrom s4ener:Slot ;
owl:onProperty saref:consistsOf ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4ener:sequenceID ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4ener:sequenceRemoteControllable ],
[ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty saref:hasDescription ],
[ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4ener:activeRepetitionNumber ],
[ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4ener:activeSlotNumber ],
[ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4ener:cheapest ],
[ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4ener:greenest ],
[ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4ener:isPausable ],
[ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4ener:isStoppable ],
[ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4ener:maxCyclesPerDay ],
[ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4ener:repetitionsTotal ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:ActiveDurationMax ;
owl:onProperty saref:hasTime ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:ActiveDurationMin ;
owl:onProperty saref:hasTime ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:ActiveDurationSumMax ;
owl:onProperty saref:hasTime ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:ActiveDurationSumMin ;
owl:onProperty saref:hasTime ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:EarliestStartTime ;
owl:onProperty saref:hasTime ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:ElapsedSlotTime ;
owl:onProperty saref:hasTime ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:EndTime ;
owl:onProperty saref:hasTime ] ;
ns1:hiddenLabel "PowerSequence" .