s4ener:EventActionProduce — Event action produce

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

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

An action type used to express a produce 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

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:LoadControlEventData rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4ener:EventActionProduce ;
            owl:onProperty s4ener:triggersEventActionProduce ],
        [ a owl:Restriction ;
            owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
            owl:onClass s4ener:EventActionProduce ;
            owl:onProperty s4ener:triggersEventActionProduce ] .

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

s4ener:Emergency a s4ener:EventActionProduce .

s4ener:Increase a s4ener:EventActionProduce .

s4ener:Normal a s4ener:EventActionProduce .

s4ener:Pause a s4ener:EventActionProduce .

s4ener:Reduce a s4ener:EventActionProduce .

s4ener:Resume a s4ener:EventActionProduce .

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

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

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

s4ener:EventActionProduce a owl:Class ;
    rdfs:label "Event action produce"@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 a produce 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/> ;
    rdfs:subClassOf s4ener:LoadControlEventAction ;
    owl:oneOf ( s4ener:Pause s4ener:Resume s4ener:Reduce s4ener:Increase s4ener:Emergency s4ener:Normal ) ;
    ns1:hiddenLabel "EventActionProduce" .