@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://vocab.uncece-test.workers.dev/> .

<https://vocab.uncece-test.workers.dev/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 .

