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

<https://test.uncefact.org/vocabulary/performance-metrics/deforestation-free-sourcing> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/biodiversity-and-land-use> ;
    skos:definition "Percentage of raw material inputs verified as sourced without associated deforestation or forest degradation after a declared cut-off date."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "05.01" ;
    skos:prefLabel "Deforestation-Free Sourcing"@en ;
    skos:scopeNote "EU Deforestation Regulation (EUDR); ESRS E4; GRI 304."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/weighted-average> ;
    unece:allowedUnit "P1" ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/higher> .

