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

<https://test.uncefact.org/vocabulary/product-status/new> a skos:Concept ;
    skos:definition "Product has been newly manufactured or produced and has not yet entered service. Equivalent to GS1 CBV Disp-active."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "new" ;
    skos:prefLabel "New"@en .

