@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 unece: <https://test.uncefact.org/vocabulary/> .

unece:un-locode a skos:ConceptScheme ;
    rdfs:label "UN/LOCODE"@en ;
    dcterms:provenance "Proposed Vocab addition; external-reference code list; maintained by its owner, not held locally."@en ;
    rdfs:seeAlso <https://unece.org/trade/cefact/unlocode-code-list-country-and-territory> ;
    skos:definition "The UN Code for Trade and Transport Locations (UN/LOCODE), maintained by UNECE. An external-reference list; bind the concrete UN/LOCODE codes downstream."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> .

