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

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

