s4ener:IncentiveType — Incentive Type

IRI
https://saref.etsi.org/saref4ener/IncentiveType
Is defined by
https://saref.etsi.org/saref4ener/v1.2.1/
https://saref.etsi.org/saref4ener/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4ener/v1.2.1/
https://saref.etsi.org/saref4ener/v2.1.1/
Download serialization
License

Definition of s4ener:IncentiveType

Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:

In the incentive table, an incentive type is defined in the form of costs (relative or absolute), CO2 emissions or renewable energy percentage.

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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ener: <https://saref.etsi.org/saref4ener/> .

s4ener:AbsoluteCost a s4ener:IncentiveType .

s4ener:CO2Emission a s4ener:IncentiveType .

s4ener:RelativeCost a s4ener:IncentiveType .

s4ener:RenewableEnergyPercentage a s4ener:IncentiveType .

s4ener:hasIncentiveType rdfs:range s4ener:IncentiveType .

<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:IncentiveType ;
    dct:subject s4ener:IncentiveType .

<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:IncentiveType ;
    dct:subject s4ener:IncentiveType .

s4ener:IncentiveType a owl:Class ;
    rdfs:label "Incentive Type"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    rdfs:comment "In the incentive table, an incentive type is defined  in the form of costs (relative or absolute), CO2 emissions or renewable energy percentage."@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/> ;
    ns1:hiddenLabel "IncentiveType" .