@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ms: <http://w3id.org/meta-share/meta-share/> .
@prefix bcp47: <http://w3id.org/meta-share/bcp47/> .

dc:Location
  rdfs:label "Location"@en ;
  a owl:Class .

skos:Concept a owl:Class .
ms:hasIANASubtag
  rdfs:comment "Used in BCP47 recommendation for the subtag of a language, script, region or variant"@en ;
  rdfs:label "IANA subtag"@en .

owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

ms:LocationTaxonomy
  rdfs:label "Location Taxonomy"@en ;
  skos:prefLabel "Location Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme ;
  skos:hasTopConcept bcp47:region_VN .

<http://publications.europa.eu/resource/authority/country/VNM> owl:sameAs bcp47:region_VN .
bcp47:region_VN
  rdfs:label "Vietnam"@tr, "Vietname"@pt, "Vietnam"@ca, "Vietnam"@cs, "Vietnam"@da, "Vietnam"@en, "Vietnam"@de, "Vietnam"@es, "Vietnam"@et, "Vietnam"@fi, "Vietnam"@it, "Vietnam"@lb, "Vietnam"@nl, "Vietnam"@no, "Vietnam"@ro, "Vietnam"@sk, "Vietnam"@sl, "Vietnam"@sv, "Vietnám"@hu, "ベトナム"@ja, "Вьетнам"@ru, "Wietnam"@pl, "Il-Vjetnam"@mt, "Βιετνάμ"@el, "Viet Nam"@en, "Vítneam"@ga, "越南"@zh, "فيتنام"@ar, "Víetnam"@is, "Vijetnam"@hr, "Виетнам"@bg, "Vietnamas"@lt, "Viêt Nam"@fr, "В'єтнам"@uk, "Vjetnama"@lv ;
  skos:prefLabel "Viet Nam"@en, "Виетнам"@bg, "В'єтнам"@uk, "Vijetnam"@hr, "Вьетнам"@ru, "Vietname"@pt, "Vietnám"@hu, "Vietnam"@tr, "Vietnam"@sv, "Vietnam"@sl, "Vietnam"@sk, "Vietnam"@ro, "Vietnam"@no, "Vietnam"@nl, "Vietnam"@lb, "Vietnam"@it, "Vietnam"@fi, "Vietnam"@et, "Vietnam"@es, "Vietnam"@da, "Vietnam"@cs, "Vietnam"@ca, "Vietnam"@de, "Vjetnama"@lv, "Vietnamas"@lt, "Vítneam"@ga, "Víetnam"@is, "越南"@zh, "Βιετνάμ"@el, "Wietnam"@pl, "ベトナム"@ja, "فيتنام"@ar, "Il-Vjetnam"@mt, "Viêt Nam"@fr ;
  a dc:Location, skos:Concept, owl:NamedIndividual ;
  skos:inScheme ms:LocationTaxonomy ;
  ms:hasIANASubtag "VN" ;
  skos:altLabel "Vietnam"@en ;
  skos:topConceptOf ms:LocationTaxonomy .

