@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/performance-metrics/energy-intensity> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/energy> ;
    skos:definition "Energy consumed per unit of economic output or physical activity, expressed as MWh per unit of measure."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "02.03" ;
    skos:prefLabel "Energy Intensity"@en ;
    skos:scopeNote "ESRS E1-5; GRI 302-3."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/weighted-average> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/MWH> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

<https://test.uncefact.org/vocabulary/performance-metrics/non-renewable-energy-consumption> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/energy> ;
    skos:definition "Energy consumed from non-renewable sources including fossil fuels and nuclear, in megawatt hours."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "02.05" ;
    skos:prefLabel "Non-Renewable Energy Consumption"@en ;
    skos:scopeNote "ESRS E1-5; GRI 302-1."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/sum> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/MWH> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

<https://test.uncefact.org/vocabulary/performance-metrics/onsite-renewable-generation> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/energy> ;
    skos:definition "Total renewable energy generated on-site from owned or controlled installations, in megawatt hours."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "02.04" ;
    skos:prefLabel "On-site Renewable Generation"@en ;
    skos:scopeNote "GRI 302-1; RE100 reporting methodology."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/sum> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/MWH> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/higher> .

<https://test.uncefact.org/vocabulary/performance-metrics/renewable-energy-percentage> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/energy> ;
    skos:definition "Share of total energy consumption sourced from renewable sources such as solar, wind, hydro, and geothermal."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "02.02" ;
    skos:prefLabel "Renewable Energy Percentage"@en ;
    skos:scopeNote "ESRS E1-5; GRI 302-1; RE100 reporting."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/weighted-average> ;
    unece:allowedUnit "P1" ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/higher> .

<https://test.uncefact.org/vocabulary/performance-metrics/total-energy-consumption> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/energy> ;
    skos:definition "Total energy consumed from all sources including fuel, electricity, heating, cooling, and steam, in megawatt hours."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "02.01" ;
    skos:prefLabel "Total Energy Consumption"@en ;
    skos:scopeNote "ESRS E1-5; GRI 302-1; ISO 50001."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/sum> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/MWH> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

<https://test.uncefact.org/vocabulary/performance-metrics/energy> a skos:Concept ;
    skos:definition "Metrics for measuring energy consumption, renewable energy share, and energy efficiency across operations and supply chains."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:narrower <https://test.uncefact.org/vocabulary/performance-metrics/energy-intensity>,
        <https://test.uncefact.org/vocabulary/performance-metrics/non-renewable-energy-consumption>,
        <https://test.uncefact.org/vocabulary/performance-metrics/onsite-renewable-generation>,
        <https://test.uncefact.org/vocabulary/performance-metrics/renewable-energy-percentage>,
        <https://test.uncefact.org/vocabulary/performance-metrics/total-energy-consumption> ;
    skos:notation "02" ;
    skos:prefLabel "Energy"@en ;
    skos:scopeNote "IFRS S2 para 29; ESRS E1; GRI 302; EU Energy Efficiency Directive."@en ;
    skos:topConceptOf <https://test.uncefact.org/vocabulary/performance-metrics/> .

