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

ms:deprecationDate
  rdfs:comment "The date on which an entity was deprecated."@en ;
  rdfs:label "deprecation date"@en .

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 .

bcp47:region_MM
  skos:prefLabel "Myanmar/Birmanie"@fr, "Mianmar/Burma"@hu, "Myanmar/Barma"@cs, "Μιανμάρ/Βιρμανία"@el, "Il-Myanmar/Burma"@mt, "ميانمار/بورما"@ar, "Mjanma/Birma"@lv, "Mjanma/Birma"@pl, "Maenmar/Burma"@ga, "М'янма/Бірма"@uk, "Mianmaras / Birma"@lt, "Мианмар/Бирма"@bg, "Myanmar/Birmania"@es, "Myanmar/Birmania"@it, "Myanmar/Birmania"@ro, "Myanmar"@en, "Myanmar"@is, "Mjanmarsko/Barma"@sk, "Мьянма/Бирма"@ru, "Myanmar/Burma"@da, "Myanmar/Burma"@fi, "Myanmar/Burma"@lb, "Myanmar/Burma"@no, "Myanmar/Burma"@sv, "Myanmar/Burma"@tr, "缅甸"@zh, "Mianmar/Birmânia"@pt, "Myanmar/Birmània"@ca, "Mjanmar/Burma"@hr, "Mjanmar/Burma"@sl, "ミャンマー/ビルマ"@ja, "Myanmar/Birma"@de, "Myanmar/Birma"@et, "Myanmar/Birma"@nl ;
  rdfs:label "Mjanmar/Burma"@sl, "Mjanmar/Burma"@hr, "Myanmar/Birmanie"@fr, "Мьянма/Бирма"@ru, "缅甸"@zh, "Maenmar/Burma"@ga, "Mianmaras / Birma"@lt, "Μιανμάρ/Βιρμανία"@el, "Mjanmarsko/Barma"@sk, "М'янма/Бірма"@uk, "Myanmar/Burma"@tr, "Myanmar/Burma"@sv, "Myanmar/Burma"@no, "Myanmar/Burma"@lb, "Myanmar/Burma"@fi, "Myanmar/Burma"@en, "Myanmar/Burma"@da, "Myanmar/Birmània"@ca, "Myanmar/Birma"@nl, "Myanmar/Birma"@et, "Myanmar/Birma"@de, "Mianmar/Birmânia"@pt, "Mjanma/Birma"@pl, "Mjanma/Birma"@lv, "ミャンマー/ビルマ"@ja, "Myanmar/Barma"@cs, "ميانمار/بورما"@ar, "Mianmar/Burma"@hu, "Мианмар/Бирма"@bg, "Il-Myanmar/Burma"@mt, "Myanmar"@en, "Myanmar"@is, "Myanmar/Birmania"@ro, "Myanmar/Birmania"@it, "Myanmar/Birmania"@es ;
  dc:replaces bcp47:region_BU ;
  a dc:Location, owl:NamedIndividual, skos:Concept .

bcp47:region_BU
  skos:prefLabel "Barma"@cs, "Barma"@sk, "Birmania"@es, "Birmania"@it, "Birmania"@ro, "Birmanie"@fr, "Бирма"@bg, "Birmânia"@pt, "Birma"@de, "Birma"@et, "Birma"@lt, "Birma"@lv, "Birma"@nl, "Birma"@pl, "Burma"@sv, "Burma"@sl, "Burma"@mt, "Burma"@hu, "Burma"@hr, "Burma"@ga, "Burma"@fi, "Burma"@da, "Burma"@en, "Βιρμανία"@el ;
  ms:hasIANASubtag "BU" ;
  owl:deprecated true ;
  rdfs:label "Βιρμανία"@el, "Бирма"@bg, "Birma"@lt, "Birma"@nl, "Birma"@pl, "Birma"@lv, "Birma"@de, "Birma"@et, "Birmanie"@fr, "Burma"@da, "Burma"@fi, "Burma"@ga, "Burma"@hr, "Burma"@hu, "Burma"@mt, "Burma"@sl, "Burma"@sv, "Birmânia"@pt, "Burma"@en, "Birmania"@ro, "Birmania"@es, "Birmania"@it, "Barma"@cs, "Barma"@sk ;
  skos:inScheme ms:LocationTaxonomy ;
  a owl:NamedIndividual, dc:Location, skos:Concept ;
  skos:topConceptOf ms:LocationTaxonomy ;
  dc:isReplacedBy bcp47:region_MM ;
  ms:deprecationDate "1989-12-05"^^xsd:date .

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_BU .

<http://publications.europa.eu/resource/authority/country/BUR> owl:sameAs bcp47:region_BU .
