Definition of s4ener:Incentive
Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:
An Incentive indicates the intersection of a tier with a slot. In this particular combination of slot and tier there are a particular costs to draw this type of energy. For example, drawing power from the grid costs 0.30 euro per kilowatthour during the afternoon, but will only be activated from a lower boundary of 3000W.
Description as a Class
- has super-classes
- s4ener:DataPoint
- is in domain of
-
s4ener:hasLowerBoundary
s4ener:hasUpperBoundary - is in range of
- s4ener:hasIncentive
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/> .
s4ener:hasIncentive rdfs:range s4ener:Incentive .
s4ener:hasLowerBoundary rdfs:domain s4ener:Incentive .
s4ener:hasUpperBoundary rdfs:domain s4ener:Incentive .
<https://saref.etsi.org/saref4ener/v1.2.1/example/incentiveTable#> dct:references s4ener:Incentive .
<https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#> dct:references s4ener:Incentive .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:Incentive ;
dct:subject s4ener:Incentive .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:Incentive ;
dct:subject s4ener:Incentive .
s4ener:Incentive a owl:Class ;
rdfs:label "Incentive"@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/incentiveTable#> ;
rdfs:comment "An Incentive indicates the intersection of a tier with a slot. In this particular combination of slot and tier there are a particular costs to draw this type of energy. For example, drawing power from the grid costs 0.30 euro per kilowatthour during the afternoon, but will only be activated from a lower boundary of 3000W."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:subClassOf s4ener:DataPoint ;
ns1:hiddenLabel "Incentive" .