s4ener:LoadControlEventState — Load control event state

IRI
https://saref.etsi.org/saref4ener/LoadControlEventState
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:LoadControlEventState

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

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).

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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ener: <https://saref.etsi.org/saref4ener/> .

s4ener:EventStateConsume rdfs:subClassOf s4ener:LoadControlEventState .

s4ener:EventStateProduce rdfs:subClassOf s4ener:LoadControlEventState .

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

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

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

s4ener:LoadControlEventState a owl:Class ;
    rdfs:label "Load control event 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 "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: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 ;
    ns1:hiddenLabel "LoadControlEventState" .