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

country:ALA
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Olandes salas"@lv, "Alandai"@lt, "Åland"@es, "Oстрови Оланд"@bg, "Wyspy Alandzkie"@pl, "Alandy"@cs, "Åland"@nl, "Alandy"@sk, "Åland"@sv, "Ahvenamaa"@et, "Ahvenanmaa"@fi, "Isole Åland"@it, "Na hOileáin Åland"@ga, "Νήσοι Ώλαντ"@el, "Åland Islands"@en, "Insulele Åland"@ro, "Îles Åland"@fr, "Åland-szigetek"@hu, "Ålandski Otoci"@hr, "Ålandinseln"@de, "Il-Gżejjer Åland"@mt, "Ålandski otoki"@sl, "Alanda"@pt, "Åland"@da ;
  skos:altLabel "Islas Åland"@es, "Oileáin Åland"@ga, "Alandų Salos"@lt, "Landskapet Åland"@sv, "Ahvenanmaan maakunta"@fi ;
  dc11:identifier "ALA" ;
  ns0:authority-code "ALA" ;
  ns0:deprecated "false" ;
  ns0:op-code "ALA" ;
  ns0:start.use "1950-05-09" ;
  ns1:op-code "ALA" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] ;
  skos:broader country:COU0020 .

