@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:itu-calling-code a skos:ConceptScheme ;
    rdfs:label "ITU-T E.164 country calling codes"@en ;
    dcterms:provenance "Proposed Vocab addition; external-reference code list; maintained by its owner, not held locally."@en ;
    rdfs:seeAlso <https://www.itu.int/pub/T-SP-E.164D> ;
    skos:definition "The ITU-T Recommendation E.164 assigned country (dialling) codes for the international public telecommunication numbering plan, maintained by the ITU. An external-reference list; bind the concrete calling codes downstream."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> .

