s4ener:hasAppliedEventActionProduce — has applied event action produce

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

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

A relationship between the state of a load control event produce and the action to be performed as a consequence of this event.

Description as an Object Property

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

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

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

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

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

s4ener:hasAppliedEventActionProduce a owl:ObjectProperty ;
    rdfs:label "has applied 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 "A relationship between the state of a load control event produce and the action to be performed as a consequence of this event."@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 "hasAppliedEventActionProduce" .