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

country:LCA
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Saint Lucia"@ro, "Αγία Λουκία"@el, "Santa Lúcia"@pt, "Saint Lucia"@fi, "Saint Lucia"@nl, "Sveta Lucija"@sl, "Sentlūsija"@lv, "Saint Lucia"@sv, "St. Lucia"@de, "Saint Lucia"@pl, "Saint Lucia"@da, "Saint Lucia"@it, "Sent Lusija"@lt, "Saint Lucia"@en, "Svätá Lucia"@sk, "Sveta Lucija"@hr, "Svatá Lucie"@cs, "Santa Lucía"@es, "Saint Lucia"@mt, "Saint Lucia"@ga, "Сейнт Лусия"@bg, "Sainte-Lucie"@fr, "Saint Lucia"@hu, "Saint Lucia"@et ;
  dc11:identifier "LCA" ;
  ns0:authority-code "LCA" ;
  ns0:deprecated "false" ;
  ns0:op-code "LCA" ;
  ns0:start.use "1979-02-22" ;
  ns1:op-code "LCA" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

