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

<https://test.uncefact.org/vocabulary/performance-metrics/scope-1-ghg-emissions> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/greenhouse-gas-emissions> ;
    skos:definition "Absolute GHG emissions from sources owned or controlled by the reporting entity, in tonnes CO2 equivalent."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "01.01" ;
    skos:prefLabel "Scope 1 GHG Emissions"@en ;
    skos:scopeNote "IFRS S2 para 29(a); ESRS E1-6; GRI 305-1; GHG Protocol Scope 1."@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> .

