@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ts: <https://test.uncefact.org/vocabulary/term-status/> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/consignment-status/booked> a skos:Concept ;
    skos:inScheme unece:consignment-status ;
    skos:notation "booked" ;
    skos:prefLabel "booked"@en .

<https://test.uncefact.org/vocabulary/consignment-status/cleared> a skos:Concept ;
    skos:inScheme unece:consignment-status ;
    skos:notation "cleared" ;
    skos:prefLabel "cleared"@en .

<https://test.uncefact.org/vocabulary/consignment-status/delivered> a skos:Concept ;
    skos:inScheme unece:consignment-status ;
    skos:notation "delivered" ;
    skos:prefLabel "delivered"@en .

<https://test.uncefact.org/vocabulary/consignment-status/released> a skos:Concept ;
    skos:inScheme unece:consignment-status ;
    skos:notation "released" ;
    skos:prefLabel "released"@en .

unece:consignment-status a skos:ConceptScheme ;
    rdfs:label "Consignment status"@en ;
    rdfs:seeAlso unece:LogisticsStatusCodeList ;
    skos:definition "Coarse lifecycle states of a Consignment (disposition values)."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

