s4ener:hasEffectivePeriod — has effective period

IRI
https://saref.etsi.org/saref4ener/hasEffectivePeriod
Is defined by
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.2.1/
https://saref.etsi.org/saref4ener/v1.2.1/example/incentiveTable#
https://saref.etsi.org/saref4ener/v2.1.1/
https://saref.etsi.org/saref4ener/v2.1.1/example/heatingSystemPowerProfile#
https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#
Download serialization
License

Definition of s4ener:hasEffectivePeriod

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

This connects to the temporal entity which describes when (time interval) the quantity of this data point was, is, or will be in effect. This is the time interval which is covered by the forecast. This should be equivalent to the time interval covered by the time-series that express the forecast. *A potential application of SHACL?*

Description as an Object Property

has range
time:Interval

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

s4ener:DataPoint rdfs:subClassOf [ a owl:Restriction ;
            owl:onClass time:Interval ;
            owl:onProperty s4ener:hasEffectivePeriod ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] .

s4ener:FlexOffer rdfs:subClassOf [ a owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass time:Interval ;
            owl:onProperty s4ener:hasEffectivePeriod ] .

s4ener:FlexRequest rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom time:Interval ;
            owl:onProperty s4ener:hasEffectivePeriod ] .

s4ener:TimeSeries rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom time:Interval ;
            owl:onProperty s4ener:hasEffectivePeriod ] .

<https://saref.etsi.org/saref4ener/v1.2.1/example/incentiveTable#> dct:references s4ener:hasEffectivePeriod .

<https://saref.etsi.org/saref4ener/v2.1.1/example/heatingSystemPowerProfile#> dct:references s4ener:hasEffectivePeriod .

<https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#> dct:references s4ener:hasEffectivePeriod .

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

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

s4ener:hasEffectivePeriod a owl:ObjectProperty ;
    rdfs:label "has effective period"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/example/incentiveTable#>,
        <https://saref.etsi.org/saref4ener/v2.1.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/heatingSystemPowerProfile#>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#> ;
    rdfs:comment """This connects to the temporal entity which describes when (time interval) the quantity of this data point was, is, or will be in effect. This is the time interval which is covered by the forecast.
This should be equivalent to the time interval covered by the time-series that express the forecast. *A potential application of SHACL?*"""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    rdfs:range time:Interval ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    ns1:hiddenLabel "hasEffectivePeriod" .