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

<https://test.uncefact.org/vocabulary/performance-metrics/recycled-content-percentage> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/waste-and-circularity> ;
    skos:definition "Share of pre-consumer and post-consumer recycled material in the total weight of a product or material input."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "04.04" ;
    skos:prefLabel "Recycled Content Percentage"@en ;
    skos:scopeNote "EU ESPR Art. 8; EU Battery Regulation Art. 8; ISO 14021; GRI 301-2."@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> .

