@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/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 .

