s4ener:IncentiveTableProfile — Incentive table based profile

IRI
https://saref.etsi.org/saref4ener/IncentiveTableProfile
Is defined by
https://saref.etsi.org/saref4ener/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4ener/v2.1.1/
https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#
Download serialization
License

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

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" .