Definition of s4ener:IncentiveTableSlot
Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:
This concept describes a slot that belongs to a Incentive Table. Each slot of the Incentive Table consists of a series of (lower) boundaries, each indicating the power at which a change to another incentive takes place. Additionally, each boundary is associated with a IncentiveTableTier.
Description as a Class
- has super-classes
- s4ener:Slot
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/> .
s4ener:hasIncentive rdfs:domain [ a owl:Class ;
owl:unionOf ( s4ener:IncentiveTableSlot s4ener:IncentiveTableTier ) ] .
<https://saref.etsi.org/saref4ener/v1.2.1/example/incentiveTable#> dct:references s4ener:IncentiveTableSlot .
<https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#> dct:references s4ener:IncentiveTableSlot .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:IncentiveTableSlot ;
dct:subject s4ener:IncentiveTableSlot .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:IncentiveTableSlot ;
dct:subject s4ener:IncentiveTableSlot .
s4ener:IncentiveTableSlot a owl:Class ;
rdfs:label "Incentive table slot"@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 "This concept describes a slot that belongs to a Incentive Table. Each slot of the Incentive Table consists of a series of (lower) boundaries, each indicating the power at which a change to another incentive takes place. Additionally, each boundary is associated with a IncentiveTableTier."@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:Slot ;
ns1:hiddenLabel "IncentiveTableSlot" .