@prefix dcterms: <http://purl.org/dc/terms/> .
@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/transport-service-priority-code-list/1> a skos:Concept ;
    skos:inScheme unece:transport-service-priority-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Express"@en .

<https://test.uncefact.org/vocabulary/transport-service-priority-code-list/2> a skos:Concept ;
    skos:inScheme unece:transport-service-priority-code-list ;
    skos:notation "2" ;
    skos:prefLabel "High speed"@en .

<https://test.uncefact.org/vocabulary/transport-service-priority-code-list/3> a skos:Concept ;
    skos:inScheme unece:transport-service-priority-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Normal speed"@en .

<https://test.uncefact.org/vocabulary/transport-service-priority-code-list/4> a skos:Concept ;
    skos:inScheme unece:transport-service-priority-code-list ;
    skos:notation "4" ;
    skos:prefLabel "Post service"@en .

unece:transport-service-priority-code-list a skos:ConceptScheme ;
    rdfs:label "Transport Service Priority"@en ;
    dcterms:source unece:TransportServicePriorityCodeList ;
    skos:definition "Transport Service Priority UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

