s4ener:EventStateConsume — Event state consume

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

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

In the load control, it expresses a consume 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).

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

s4ener:LoadControlStateData rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4ener:EventStateConsume ;
            owl:onProperty s4ener:hasEventStateConsume ],
        [ a owl:Restriction ;
            owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
            owl:onClass s4ener:EventStateConsume ;
            owl:onProperty s4ener:hasEventStateConsume ] .

s4ener:EventAccepted a s4ener:EventStateConsume .

s4ener:EventCancelled a s4ener:EventStateConsume .

s4ener:EventError a s4ener:EventStateConsume .

s4ener:EventRejected a s4ener:EventStateConsume .

s4ener:EventStarted a s4ener:EventStateConsume .

s4ener:EventStopped a s4ener:EventStateConsume .

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

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

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

s4ener:EventStateConsume a owl:Class ;
    rdfs:label "Event state consume"@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 a consume 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: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:LoadControlEventState ;
    owl:oneOf ( s4ener:EventAccepted s4ener:EventStarted s4ener:EventStopped s4ener:EventRejected s4ener:EventCancelled s4ener:EventError ) ;
    ns1:hiddenLabel "EventStateConsume" .