@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:iso-3166-2 a skos:ConceptScheme ;
    rdfs:label "ISO 3166-2 (country subdivisions)"@en ;
    dcterms:provenance "Proposed Vocab addition; external-reference code list; maintained by its owner, not held locally."@en ;
    rdfs:seeAlso <https://unece.org/trade/uncefact/unlocode-country-subdivisions-iso-3166-2>,
        <https://www.iso.org/iso-3166-country-codes.html> ;
    skos:definition "ISO 3166-2 codes for the principal subdivisions (e.g. provinces, states) of countries, maintained by ISO and published freely by UNECE. An external-reference list; bind the concrete subdivision codes downstream."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> .

