@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/cargo-category-code-list/0> a skos:Concept ;
    skos:inScheme unece:cargo-category-code-list ;
    skos:notation "0" ;
    skos:prefLabel "Liquid Bulk"@en .

<https://test.uncefact.org/vocabulary/cargo-category-code-list/1> a skos:Concept ;
    skos:inScheme unece:cargo-category-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Solid Bulk"@en .

<https://test.uncefact.org/vocabulary/cargo-category-code-list/2> a skos:Concept ;
    skos:inScheme unece:cargo-category-code-list ;
    skos:notation "2" ;
    skos:prefLabel "Large Freight Container (20 feet or more in length)"@en .

<https://test.uncefact.org/vocabulary/cargo-category-code-list/3> a skos:Concept ;
    skos:inScheme unece:cargo-category-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Other Freight Container (Less than 20 feet in length)"@en .

<https://test.uncefact.org/vocabulary/cargo-category-code-list/4> a skos:Concept ;
    skos:inScheme unece:cargo-category-code-list ;
    skos:notation "4" ;
    skos:prefLabel "Palletized"@en .

<https://test.uncefact.org/vocabulary/cargo-category-code-list/5> a skos:Concept ;
    skos:inScheme unece:cargo-category-code-list ;
    skos:notation "5" ;
    skos:prefLabel "Pre-slung"@en .

<https://test.uncefact.org/vocabulary/cargo-category-code-list/6> a skos:Concept ;
    skos:inScheme unece:cargo-category-code-list ;
    skos:notation "6" ;
    skos:prefLabel "Mobile self-propelled"@en .

<https://test.uncefact.org/vocabulary/cargo-category-code-list/7> a skos:Concept ;
    skos:inScheme unece:cargo-category-code-list ;
    skos:notation "7" ;
    skos:prefLabel "Other mobile units"@en .

<https://test.uncefact.org/vocabulary/cargo-category-code-list/9> a skos:Concept ;
    skos:inScheme unece:cargo-category-code-list ;
    skos:notation "9" ;
    skos:prefLabel "Other types of cargo"@en .

unece:cargo-category-code-list a skos:ConceptScheme ;
    rdfs:label "Cargo Category"@en ;
    dcterms:source unece:CargoCategoryCodeList ;
    skos:definition "Cargo Category UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

