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

bcp47:region_BT
  rdfs:label "Bhutan"@de, "Bhutan"@en, "Bhutan"@ca, "Bhutan"@da, "ブータン"@ja, "Bhutan"@fi, "Bhutan"@it, "Bhutan"@lb, "Bhutan"@nl, "Bhutan"@no, "Bhutan"@pl, "Bhutan"@ro, "Bhutan"@sv, "Butanas"@lt, "Бутан"@bg, "Бутан"@ru, "Бутан"@uk, "بوتان"@ar, "Bútan"@is, "Butão"@pt, "Μπουτάν"@el, "Butāna"@lv, "An Bhútáin"@ga, "Butan"@hr, "Butan"@sl, "Butan"@tr, "Bhútán"@cs, "Bhoutan"@fr, "Bhután"@es, "Bhután"@hu, "Bhután"@sk, "Il-Bhutan"@mt, "不丹"@zh, "Bhutan"@et ;
  skos:prefLabel "Il-Bhutan"@mt, "Бутан"@uk, "Бутан"@ru, "Бутан"@bg, "Bútan"@is, "Butanas"@lt, "Μπουτάν"@el, "Butāna"@lv, "Bhután"@sk, "Bhután"@hu, "Bhután"@es, "Bhutan"@sv, "Bhutan"@ro, "Bhutan"@pl, "Bhutan"@no, "Bhutan"@nl, "Bhutan"@lb, "Bhutan"@it, "Bhutan"@fi, "Bhutan"@et, "Bhutan"@da, "Bhutan"@ca, "Bhutan"@de, "Bhutan"@en, "Butan"@tr, "Butan"@sl, "Butan"@hr, "بوتان"@ar, "Bhútán"@cs, "Bhoutan"@fr, "不丹"@zh, "An Bhútáin"@ga, "ブータン"@ja, "Butão"@pt ;
  a skos:Concept, dc:Location, owl:NamedIndividual ;
  skos:topConceptOf ms:LocationTaxonomy ;
  skos:inScheme ms:LocationTaxonomy ;
  ms:hasIANASubtag "BT" .

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 .

<http://publications.europa.eu/resource/authority/country/BTN> owl:sameAs bcp47:region_BT .
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_BT .

