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

country:ISL
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Islanda"@rm, "Island"@da, "Islandija"@lt, "Исландия"@bg, "Islanda"@ro, "Iceland"@en, "Island"@de, "Islandia"@eu, "Islândia"@pt, "Island"@sv, "Island"@bs, "L-Iżlanda"@mt, "Ísland"@fo, "Исланд"@mk, "Islandia"@gl, "Islanti"@fi, "Ĳsland"@nl, "Islanda"@it, "An Íoslainn"@ga, "Island"@cs, "Islande"@lv, "Island"@no, "Izland"@hu, "Islandia"@es, "Islàndia"@ca, "Island"@sk, "Ісла́ндія"@uk, "Ισλανδία"@el, "Islandija"@sl, "Исландия"@ru, "İzlanda"@tr, "Ісландыя"@be, "Islanda"@sq, "Island"@et, "Islande"@fr, "Island"@hr, "Ísland"@is, "Исланд"@sr, "Islandia"@pl ;
  dc11:identifier "ISL" ;
  ns0:authority-code "ISL" ;
  ns0:deprecated "false" ;
  ns0:op-code "ISL" ;
  ns0:start.use "1950-05-09" ;
  ns1:op-code "ISL" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

