Definition of s4ener:hasUsageForecast
Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:
Indicates the usage forecast that may be relevant to decide the energy flexibility strategy following a specific flexibility profile, specifically a fill rate based profile or incentive table. In SAREF4ENER this property is intended to be applied on an s4ener:FlexibilityProfile.
Description as an Object Property
- has range
- s4ener:TimeSeries
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/> .
<https://saref.etsi.org/saref4ener/v1.2.1/example/fillRateProfile#> dct:references s4ener:hasUsageForecast .
<https://saref.etsi.org/saref4ener/v1.2.1/example/incentiveTable#> dct:references s4ener:hasUsageForecast .
<https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#> dct:references s4ener:hasUsageForecast .
<https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#> dct:references s4ener:hasUsageForecast .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:hasUsageForecast ;
dct:subject s4ener:hasUsageForecast .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:hasUsageForecast ;
dct:subject s4ener:hasUsageForecast .
s4ener:hasUsageForecast a owl:ObjectProperty ;
rdfs:label "Has Usage Forecast"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/fillRateProfile#>,
<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/fillRateProfile#>,
<https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#> ;
rdfs:comment """Indicates the usage forecast that may be relevant to decide the energy flexibility strategy following a specific flexibility profile, specifically a fill rate based profile or incentive table.
In SAREF4ENER this property is intended to be applied on an s4ener:FlexibilityProfile."""@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:range s4ener:TimeSeries ;
rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
ns1:hiddenLabel "hasUsageForecast" .