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

<https://test.uncefact.org/vocabulary/product-status/recycled> a skos:Concept ;
    skos:definition "Product has been processed to recover constituent materials for reuse in new products. No direct GS1 CBV equivalent."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "recycled" ;
    skos:prefLabel "Recycled"@en .

