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

<https://test.uncefact.org/vocabulary/performance-metrics/land-use-change> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/biodiversity-and-land-use> ;
    skos:definition "Area of natural ecosystems converted to managed land for production or extraction activities, in hectares."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "05.02" ;
    skos:prefLabel "Land Use Change"@en ;
    skos:scopeNote "ESRS E4; GRI 304-1; GHG Protocol Land Sector Guidance."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/sum> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/HAR> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

