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

<https://test.uncefact.org/vocabulary/performance-metrics/material-recovery-rate> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/waste-and-circularity> ;
    skos:definition "Percentage of end-of-life product mass actually recovered through recycling, remanufacturing, or refurbishment processes."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "04.06" ;
    skos:prefLabel "Material Recovery Rate"@en ;
    skos:scopeNote "EU ESPR Art. 6; EU Waste Framework Directive Art. 11; GRI 306-4."@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> .

