Definition of s4ener:LoadControlEventAction
Defined in https://saref.etsi.org/saref4ener/v1.1.2/ as:
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).
Description as a Class
- has sub-classes
- 
        s4ener:EventActionConsume
 s4ener:EventActionProduce
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:EventActionConsume rdfs:subClassOf s4ener:LoadControlEventAction .
s4ener:EventActionProduce rdfs:subClassOf s4ener:LoadControlEventAction .
<https://saref.etsi.org/saref4ener/v1.1.2/> dct:references s4ener:LoadControlEventAction ;
    dct:subject s4ener:LoadControlEventAction .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:LoadControlEventAction ;
    dct:subject s4ener:LoadControlEventAction .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:LoadControlEventAction ;
    dct:subject s4ener:LoadControlEventAction .
s4ener:LoadControlEventAction a owl:Class ;
    rdfs:label "Load Control event action"@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 "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: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/> ;
    ns1:hiddenLabel "LoadControlEventAction" .