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

<https://test.uncefact.org/vocabulary/product-status/disposed> a skos:Concept ;
    skos:definition "Product has reached end of life and has been disposed of or destroyed without material recovery. Equivalent to GS1 CBV Disp-disposed and Disp-destroyed."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "disposed" ;
    skos:prefLabel "Disposed"@en .

