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

country:AIA
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Ανγκουίλα"@el, "Anguilla"@de, "Anguilla"@mt, "Angvila"@hr, "Anguilla"@nl, "Anguilla"@en, "Anguila"@es, "Angvila"@sl, "Anguilla"@pl, "Anguilla"@et, "Angaíle"@ga, "Ангила"@bg, "Anguilla"@ro, "Anguilla"@fi, "Anguila"@pt, "Angilija"@lt, "Anguilla"@fr, "Anguilla"@sk, "Anguilla"@cs, "Anguilla"@hu, "Angilja"@lv, "Anguilla"@sv, "Anguilla"@da, "Anguilla"@it ;
  dc11:identifier "AIA" ;
  ns0:authority-code "AIA" ;
  ns0:deprecated "false" ;
  ns0:op-code "AIA" ;
  ns0:start.use "1980-09-19" ;
  ns1:op-code "AIA" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] ;
  skos:broader country:COU0057 .

