Definition of s4ener:IncentiveTableProfile
Defined in https://saref.etsi.org/saref4ener/v2.1.1/ as:
This flexibility profile describes the usage of an incentive table to describe an incentive type in the form of costs (relative or absolute), CO2 emissions or renewable energy percentage that can be associated to power values (expressed as a time-series of power data-points).
Description as a Class
- has super-classes
-
s4ener:isChangeable only
xsd:boolean
s4ener:requiresUpdate only xsd:boolean
s4ener:hasScopeType only s4ener:ScopeType
s4ener:FlexibilityProfile - is in domain of
-
s4ener:hasPowerPlan
s4ener:hasScopeType
s4ener:hasTier
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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:FlexRequest rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:unionOf ( s4ener:DataPoint s4ener:TimeSeries s4ener:FlexibilityProfile s4ener:IncentiveTableProfile ) ] ;
owl:onProperty s4ener:includes ] .
s4ener:hasPowerPlan rdfs:domain s4ener:IncentiveTableProfile .
s4ener:hasTier rdfs:domain s4ener:IncentiveTableProfile .
s4ener:hasScopeType rdfs:domain s4ener:IncentiveTableProfile .
<https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#> dct:references s4ener:IncentiveTableProfile .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:IncentiveTableProfile ;
dct:subject s4ener:IncentiveTableProfile .
s4ener:IncentiveTableProfile a owl:Class ;
rdfs:label "Incentive table based profile"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ener/v2.1.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#> ;
rdfs:comment "This flexibility profile describes the usage of an incentive table to describe an incentive type in the form of costs (relative or absolute), CO2 emissions or renewable energy percentage that can be associated to power values (expressed as a time-series of power data-points)."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom xsd:boolean ;
owl:onProperty s4ener:isChangeable ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:boolean ;
owl:onProperty s4ener:requiresUpdate ],
[ a owl:Restriction ;
owl:allValuesFrom s4ener:ScopeType ;
owl:onProperty s4ener:hasScopeType ],
s4ener:FlexibilityProfile ;
ns1:hiddenLabel "IncentiveTableProfile" .