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

