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

<https://test.uncefact.org/vocabulary/product-status/recalled> a skos:Concept ;
    skos:definition "Product has been withdrawn from the market or service due to a safety, quality, or compliance issue. Equivalent to GS1 CBV Disp-recalled."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "recalled" ;
    skos:prefLabel "Recalled"@en .

