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

country:EGY
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Egypten"@da, "Egyiptom"@hu, "Egiptas"@lt, "Ēģipte"@lv, "Egypten"@sv, "Egypt"@cs, "Egiptus"@et, "Egipto"@es, "L-Eġittu"@mt, "Egypti"@fi, "Égypte"@fr, "Egypt"@en, "Egitto"@it, "Egipto"@pt, "Egipat"@hr, "An Éigipt"@ga, "Αίγυπτος"@el, "Egipt"@pl, "Egypt"@sk, "Ägypten"@de, "Египет"@bg, "Egipt"@ro, "Egypte"@nl, "Egipt"@sl ;
  skos:altLabel "República Árabe do Egipto"@pt, "Arapska Republika Egipat"@hr, "Republica Arabă Egipt"@ro, "Egyptin arabitasavalta"@fi, "Ēģiptes Arābu Republika"@lv, "República Árabe de Egipto"@es, "Ir-Repubblika Għarbija tal-Eġittu"@mt, "Den Arabiske Republik Egypten"@da, "Arabska republika Egipt"@sl, "Egyiptomi Arab Köztársaság"@hu, "République arabe d’Égypte"@fr, "Αραβική Δημοκρατία της Αιγύπτου"@el, "Arabska Republika Egiptu"@pl, "Repubblica araba d’Egitto"@it, "Arabische Republiek Egypte"@nl, "Egiptuse Araabia Vabariik"@et, "Arabrepubliken Egypten"@sv, "Egyptská arabská republika"@sk, "Egipto Arabų Respublika"@lt, "Arab Republic of Egypt"@en, "Arabische Republik Ägypten"@de, "Poblacht Arabach na hÉigipte"@ga, "Egyptská arabská republika"@cs, "Арабска република Египет"@bg ;
  dc11:identifier "EGY" ;
  ns0:authority-code "EGY" ;
  ns0:deprecated "false" ;
  ns0:op-code "EGY" ;
  ns0:start.use "1950-05-09" ;
  ns1:op-code "EGY" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

