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

<https://test.uncefact.org/vocabulary/performance-metrics/biogenic-emissions> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/greenhouse-gas-emissions> ;
    skos:definition "CO2 emissions from the combustion or biodegradation of biomass, reported separately from fossil-fuel emissions, in tonnes CO2."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "01.08" ;
    skos:prefLabel "Biogenic Emissions"@en ;
    skos:scopeNote "GHG Protocol Land Sector and Removals Guidance; GRI 305-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> .

