@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:TKM ;
  skos:prefLabel "Country"@en .

country:TKM
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Turquemenistão"@pt, "Turkmenistan"@pl, "Türkmenisztán"@hu, "Turkmenistan"@it, "Turkmenistan"@ro, "Turkmenistan"@nl, "Turkmenistan"@sl, "Turkménsko"@sk, "Туркменистан"@bg, "Turkmenistán"@cs, "An Tuircméanastáin"@ga, "Turkmenistan"@da, "Turkmenistan"@sv, "Turkmėnistanas"@lt, "Turkmenistán"@es, "Turkmenistan"@de, "It-Turkmenistan"@mt, "Turkmenistan"@fi, "Turkmenistāna"@lv, "Turkmenistan"@en, "Τουρκμενιστάν"@el, "Türkmenistan"@et, "Turkmenistan"@hr, "Turkménistan"@fr ;
  skos:altLabel "Repubblica del Turkmenistan"@it ;
  dc11:identifier "TKM" ;
  ns0:authority-code "TKM" ;
  ns0:deprecated "false" ;
  ns0:op-code "TKM" ;
  ns0:start.use "1991-12-26" ;
  ns1:op-code "TKM" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

