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

country:UKR
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Ucraina"@ro, "Ukrajina"@sl, "Украина"@ru, "Ukraina"@sq, "Oekraïne"@nl, "Украјина"@sr, "Ukraina"@eu, "Ukrajina"@cs, "Ucrania"@es, "Ukrajna"@hu, "Украйна"@bg, "Ukraina"@sv, "Ucraina"@it, "Ukrajina"@hr, "Ukraina"@no, "L-Ukrajna"@mt, "Украі́на"@be, "Ucraina"@rm, "Ukraina"@lt, "Ukraina"@pl, "Ucrânia"@pt, "Ukraine"@en, "Ουκρανία"@el, "Ukrajina"@bs, "Ukraina"@lv, "Ukraine"@fr, "Ukraina"@fi, "Ucraína"@gl, "Ukraine"@da, "Ukraina"@fo, "Ukrajina"@sk, "Украина"@mk, "Úkraína"@is, "An Úcráin"@ga, "Ucraïna"@ca, "Ukrayna"@tr, "Україна"@uk, "Ukraine"@de, "Ukraina"@et ;
  dc11:identifier "UKR" ;
  ns0:authority-code "UKR" ;
  ns0:deprecated "false" ;
  ns0:op-code "UKR" ;
  ns0:start.use "1991-08-24" ;
  ns1:op-code "UKR" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

