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

<https://test.uncefact.org/vocabulary/product-status/consumed> a skos:Concept ;
    skos:definition "Product has been consumed as an input to a manufacturing process and no longer exists as a separate item. No direct GS1 CBV equivalent."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "consumed" ;
    skos:prefLabel "Consumed"@en .

