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

<https://test.uncefact.org/vocabulary/product-status/active> a skos:Concept ;
    skos:definition "Product is in active service or use by the end customer or a downstream manufacturer. Equivalent to GS1 CBV Disp-retail_sold."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "active" ;
    skos:prefLabel "Active"@en .

