s4ener:PowerSequenceState — Power sequence state

IRI
https://saref.etsi.org/saref4ener/PowerSequenceState
Is defined by
https://saref.etsi.org/saref4ener/v1.1.2/
https://saref.etsi.org/saref4ener/v1.2.1/
https://saref.etsi.org/saref4ener/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4ener/v1.1.2/
https://saref.etsi.org/saref4ener/v1.2.1/
https://saref.etsi.org/saref4ener/v2.1.1/
Download serialization
License

Definition of s4ener:PowerSequenceState

Defined in https://saref.etsi.org/saref4ener/v1.1.2/ as:

The current state of the power sequence. It can assume one of the values 'running', 'paused', 'scheduled', 'scheduled paused', 'pending', 'inactive', 'completed', or 'invalid'.

Description as a Class

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 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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

s4ener:PowerSequence rdfs:subClassOf [ a owl:Restriction ;
            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass s4ener:PowerSequenceState ;
            owl:onProperty saref:hasState ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4ener:PowerSequenceState ;
            owl:onProperty saref:hasState ] .

s4ener:Completed a s4ener:PowerSequenceState .

s4ener:Inactive a s4ener:PowerSequenceState .

s4ener:Invalid a s4ener:PowerSequenceState .

s4ener:Paused a s4ener:PowerSequenceState .

s4ener:Pending a s4ener:PowerSequenceState .

s4ener:Running a s4ener:PowerSequenceState .

s4ener:Scheduled a s4ener:PowerSequenceState .

s4ener:ScheduledPaused a s4ener:PowerSequenceState .

<https://saref.etsi.org/saref4ener/v1.1.2/> dct:references s4ener:PowerSequenceState ;
    dct:subject s4ener:PowerSequenceState .

<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:PowerSequenceState ;
    dct:subject s4ener:PowerSequenceState .

<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:PowerSequenceState ;
    dct:subject s4ener:PowerSequenceState .

s4ener:PowerSequenceState a owl:Class ;
    rdfs:label "Power sequence state"@en ;
    dct:isReferencedBy <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: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: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 s4ener:State ;
    owl:oneOf ( s4ener:Running s4ener:Paused s4ener:Scheduled s4ener:ScheduledPaused s4ener:Pending s4ener:Inactive s4ener:Completed s4ener:Invalid ) ;
    ns1:hiddenLabel "PowerSequenceState" .