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

country:EUR
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Европейски съюз"@bg, "Europar Batasuna"@eu, "Bashkimi Evropian"@sq, "Európska únia"@sk, "An tAontas Eorpach"@ga, "Unió Europea"@ca, "Unjoni Ewropea"@mt, "Evropska unija"@bs, "Euroopan unioni"@fi, "Unione europea"@it, "Avrupa Birliği"@tr, "Европска унија"@sr, "Європейський Союз"@uk, "Európai Unió"@hu, "Unión Europea"@gl, "Evropasamveldið"@fo, "Europeiska unionen"@sv, "Европска Унија"@mk, "Uniun Europeica"@rm, "Den Europæiske Union"@da, "Еўрапейскі Саюз"@be, "European Union"@en, "Ευρωπαϊκή Ένωση"@el, "Evropská unie"@cs, "Evropska unija"@sl, "Europos Sąjunga"@lt, "União Europeia"@pt, "Euroopa Liit"@et, "Eiropas Savienība"@lv, "Evrópusambandið"@is, "Unia Europejska"@pl, "Europese Unie"@nl, "Europäische Union"@de, "Uniunea Europeană"@ro, "Den europeiske unionen"@no, "Европейский союз"@ru, "Europska unija"@hr, "Union européenne"@fr, "Unión Europea"@es ;
  skos:altLabel "ES"@lv, "UE"@pt, "UE"@fr, "ES"@lt, "EU"@en, "UE"@it, "EÚ"@sk, "EC"@bg, "EU"@fi, "EU"@nl, "UE"@mt, "EU"@da, "AE"@ga, "EU"@sl, "UE"@ro, "EU"@de, "EU"@hr, "EL"@et, "EU"@hu, "ΕΕ"@el, "UE"@pl, "EU"@sv, "EU"@cs, "UE"@es ;
  dc11:identifier "EUR" ;
  ns0:authority-code "EUR" ;
  ns0:deprecated "false" ;
  ns0:op-code "EUR" ;
  ns0:start.use "1993-11-01" ;
  ns1:op-code "EUR" .

