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

country:KEN
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Kenya"@it, "Kenia"@fi, "Kenia"@pl, "Kenya"@hu, "Keenia"@et, "Kenija"@lv, "Kenya"@sv, "Kenija"@lt, "Kenya"@da, "Kenya"@ro, "Кения"@bg, "Kenija"@sl, "Kenia"@es, "An Chéinia"@ga, "Kenia"@de, "Quénia"@pt, "Kenya"@fr, "Keňa"@sk, "Kenya"@en, "Kenia"@nl, "Keňa"@cs, "Il-Kenja"@mt, "Κένυα"@el, "Kenija"@hr ;
  skos:altLabel "Republikken Kenya"@da, "República de Kenia"@es, "Kenská republika"@sk, "Република Кения"@bg, "Kenijos Respublika"@lt, "Poblacht na Céinia"@ga, "Republiek Kenia"@nl, "Kenyai Köztársaság"@hu, "Republica Kenya"@ro, "Δημοκρατία της Κένυας"@el, "Republic of Kenya"@en, "Kenian tasavalta"@fi, "Republik Kenia"@de, "Keňská republika"@cs, "Republika Kenija"@sl, "Repubblica del Kenya"@it, "República do Quénia"@pt, "Republika Kenii"@pl, "Keenia Vabariik"@et, "Ir-Repubblika tal-Kenja"@mt, "République du Kenya"@fr, "Republiken Kenya"@sv, "Republika Kenija"@hr, "Kenijas Republika"@lv ;
  dc11:identifier "KEN" ;
  ns0:authority-code "KEN" ;
  ns0:deprecated "false" ;
  ns0:op-code "KEN" ;
  ns0:start.use "1964-12-12" ;
  ns1:op-code "KEN" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

