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

country:CHL
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Čīle"@lv, "Chile"@en, "Χιλή"@el, "Čile"@hr, "Chili"@nl, "Чили"@bg, "Chili"@fr, "Chile"@hu, "Chile"@fi, "Čile"@sl, "Chile"@cs, "Čile"@sk, "Cile"@it, "Chile"@pt, "Chile"@pl, "Chile"@de, "Iċ-Ċilì"@mt, "Čilė"@lt, "Chile"@da, "An tSile"@ga, "Chile"@sv, "Tšiili"@et, "Chile"@ro, "Chile"@es ;
  skos:altLabel "República do Chile"@pt, "Republiek Chili"@nl, "Čilės Respublika"@lt, "Republika Čile"@sl, "Repubblica del Cile"@it, "Republiken Chile"@sv, "Chilen tasavalta"@fi, "Poblacht na Sile"@ga, "Tšiili Vabariik"@et, "Republik Chile"@de, "République du Chili"@fr, "Čilská republika"@sk, "Republika Čile"@hr, "República de Chile"@es, "Republika Chile"@pl, "Republica Chile"@ro, "Republic of Chile"@en, "Δημοκρατία της Χιλής"@el, "Republikken Chile"@da, "Ir-Repubblika taċ-Ċilì"@mt, "Република Чили"@bg, "Chilei Köztársaság"@hu, "Chilská republika"@cs, "Čīles Republika"@lv ;
  dc11:identifier "CHL" ;
  ns0:authority-code "CHL" ;
  ns0:deprecated "false" ;
  ns0:op-code "CHL" ;
  ns0:start.use "1950-05-09" ;
  ns1:op-code "CHL" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

