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

<https://test.uncefact.org/vocabulary/performance-metrics/ghg-reduction-progress> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/greenhouse-gas-emissions> ;
    skos:definition "Percentage of committed GHG reduction target achieved, measured against a declared baseline year."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "01.09" ;
    skos:prefLabel "GHG Reduction Target Progress"@en ;
    skos:scopeNote "IFRS S2 para 33; ESRS E1-4; SBTi Target Validation Protocol."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/latest> ;
    unece:allowedUnit "P1" ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/higher> .

