Definition of s4ener:hasEventStateProduce
Defined in https://saref.etsi.org/saref4ener/v1.1.2/ as:
A relationship between the specification of the state of a load control event produce and the value that this state can assume.
Description as an Object Property
- has super-properties
- saref:hasState
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 saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
s4ener:LoadControlStateData rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4ener:EventStateProduce ;
            owl:onProperty s4ener:hasEventStateProduce ],
        [ a owl:Restriction ;
            owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
            owl:onClass s4ener:EventStateProduce ;
            owl:onProperty s4ener:hasEventStateProduce ] .
<https://saref.etsi.org/saref4ener/v1.1.2/> dct:references s4ener:hasEventStateProduce ;
    dct:subject s4ener:hasEventStateProduce .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:hasEventStateProduce ;
    dct:subject s4ener:hasEventStateProduce .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:hasEventStateProduce ;
    dct:subject s4ener:hasEventStateProduce .
s4ener:hasEventStateProduce a owl:ObjectProperty ;
    rdfs:label "has event state 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 specification of the state of a load control event produce and the value that this state can assume."@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:subPropertyOf saref:hasState ;
    ns1:hiddenLabel "hasEventStateProduce" .