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

<https://test.uncefact.org/vocabulary/product-status/expired> a skos:Concept ;
    skos:definition "Product has passed its use-by, certification, or regulatory expiration date. Equivalent to GS1 CBV Disp-expired."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "expired" ;
    skos:prefLabel "Expired"@en .

