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

country:GEO
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Грузия"@bg, "Georgien"@sv, "Georgia"@fi, "Gruzija"@lv, "Il-Georgia"@mt, "Georgia"@it, "An tSeoirsia"@ga, "Gruzija"@sl, "Georgia"@en, "Grúzia"@hu, "Gruzija"@hr, "Γεωργία"@el, "Geórgia"@pt, "Georgia"@es, "Gruzja"@pl, "Gruzija"@lt, "Georgië"@nl, "Géorgie"@fr, "Gruzínsko"@sk, "Georgien"@da, "Gruusia"@et, "Georgia"@ro, "Gruzie"@cs, "Georgien"@de ;
  skos:altLabel "Grúz Köztársaság"@hu, "Republika Gruzija"@sl ;
  dc11:identifier "GEO" ;
  ns0:authority-code "GEO" ;
  ns0:deprecated "false" ;
  ns0:op-code "GEO" ;
  ns0:start.use "1991-04-09" ;
  ns1:op-code "GEO" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

