@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix country: <http://publications.europa.eu/resource/authority/country/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ns0: <http://publications.europa.eu/ontology/authority/> .
@prefix ns1: <http://publications.europa.eu/resource/authority/> .

<http://publications.europa.eu/resource/authority/country>
  a skos:ConceptScheme ;
  rdfs:label "Country"@en ;
  skos:hasTopConcept country:MMR ;
  skos:prefLabel "Country"@en .

country:MMR
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Myanmar/Burma"@sv, "Myanmar/Birmania"@it, "Il-Myanmar/Burma"@mt, "Mianmar/Birmânia"@pt, "Mjanma/Birma"@lv, "Myanmar/Birmania"@ro, "Mianmar/Burma"@hu, "Maenmar/Burma"@ga, "Myanmar/Barma"@cs, "Мианмар/Бирма"@bg, "Mjanma/Birma"@pl, "Myanmar/Birmanie"@fr, "Mianmaras / Birma"@lt, "Myanmar/Birma"@de, "Mjanmar/Burma"@hr, "Myanmar/Burma"@da, "Myanmar/Birma"@et, "Mjanmar/Burma"@sl, "Myanmar/Burma"@en, "Μιανμάρ/Βιρμανία"@el, "Myanmar/Birma"@nl, "Mjanmarsko/Barma"@sk, "Myanmar/Burma"@fi, "Myanmar/Birmania"@es ;
  dc11:identifier "MMR" ;
  ns0:authority-code "MMR" ;
  ns0:deprecated "false" ;
  ns0:op-code "MMR" ;
  ns0:start.use "2013-04-23" ;
  ns1:op-code "MMR" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

