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

country:KOR
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "An Chóiré Theas"@ga, "Il-Korea t’Isfel"@mt, "Corea del Sud"@it, "Südkorea"@de, "Zuid-Korea"@nl, "South Korea"@en, "Korea Południowa"@pl, "Sydkorea"@sv, "Coreia do Sul"@pt, "Južná Kórea"@sk, "Etelä-Korea"@fi, "Dél-Korea"@hu, "Corée du Sud"@fr, "Coreea de Sud"@ro, "Южна Корея"@bg, "Južna Koreja"@sl, "Sydkorea"@da, "Νότια Κορέα"@el, "Pietų Korėja"@lt, "Corea del Sur"@es, "Jižní Korea"@cs, "Lõuna-Korea"@et, "Južna Koreja"@hr, "Dienvidkoreja"@lv ;
  skos:altLabel "Ir-Repubblika tal-Korea"@mt, "Republiek Korea"@nl, "Republica Coreea"@ro, "Korejská republika"@cs, "Republika Koreja"@hr, "Δημοκρατία της Κορέας"@el, "Kórejská republika"@sk, "Република Корея"@bg, "Korean tasavalta"@fi, "Republika Korei"@pl, "Republik Korea"@de, "Poblacht na Cóiré"@ga, "Korėjos Respublika"@lt, "Republiken Korea"@sv, "Republic of Korea"@en, "République de Corée"@fr, "Korejas Republika"@lv, "Republika Koreja"@sl, "ROK"@en, "Koreai Köztársaság"@hu, "Repubblica di Corea"@it, "Republikken Korea"@da, "Korea Vabariik"@et, "República de Corea"@es, "República da Coreia"@pt ;
  dc11:identifier "KOR" ;
  ns0:authority-code "KOR" ;
  ns0:deprecated "false" ;
  ns0:op-code "KOR" ;
  ns0:start.use "1948-08-15" ;
  ns1:op-code "KOR" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

