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

<https://test.uncefact.org/vocabulary/product-status/inTransit> a skos:Concept ;
    skos:definition "Product has been shipped and is in transit between facilities. Equivalent to GS1 CBV Disp-in_transit."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "inTransit" ;
    skos:prefLabel "In Transit"@en .

