@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-ghg-emissions> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/greenhouse-gas-emissions> ;
    skos:definition "Sum of Scope 1, Scope 2, and Scope 3 greenhouse gas emissions, in tonnes CO2 equivalent."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "01.05" ;
    skos:prefLabel "Total GHG Emissions"@en ;
    skos:scopeNote "IFRS S2 para 29; ESRS E1-6; GRI 305."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/sum> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/TNE> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

