Definition of s4ener:hasEventStateConsume
Defined in https://saref.etsi.org/saref4ener/v1.1.2/ as:
A relationship between the specification of the state of a load control event consume 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:EventStateConsume ;
owl:onProperty s4ener:hasEventStateConsume ],
[ a owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass s4ener:EventStateConsume ;
owl:onProperty s4ener:hasEventStateConsume ] .
<https://saref.etsi.org/saref4ener/v1.1.2/> dct:references s4ener:hasEventStateConsume ;
dct:subject s4ener:hasEventStateConsume .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:hasEventStateConsume ;
dct:subject s4ener:hasEventStateConsume .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:hasEventStateConsume ;
dct:subject s4ener:hasEventStateConsume .
s4ener:hasEventStateConsume a owl:ObjectProperty ;
rdfs:label "has 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 "A relationship between the specification of the state of a load control event consume 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 "hasEventStateConsume" .