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

country:NER
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Niger"@pl, "Νίγηρας"@el, "Niger"@de, "Níger"@es, "Niger"@en, "Niger"@hu, "Níger"@pt, "Nigeris"@lt, "An Nígir"@ga, "Niger"@it, "Niger"@cs, "Niger"@sl, "Niger"@fr, "Niger"@da, "Niger"@ro, "Niger"@sv, "Niger"@hr, "Niger"@sk, "Niger"@et, "In-Niġer"@mt, "Нигер"@bg, "Nigēra"@lv, "Niger"@nl, "Niger"@fi ;
  skos:altLabel "Republiken Niger"@sv, "Nigerin tasavalta"@fi, "Nigēras Republika"@lv, "Republikken Niger"@da, "Nigerská republika"@cs, "Republika Niger"@hr, "Nigerio Respublika"@lt, "Republica Niger"@ro, "Repubblica del Niger"@it, "Δημοκρατία του Νίγηρα"@el, "Republika Nigru"@pl, "République du Niger"@fr, "Република Нигер"@bg, "Republik Niger"@de, "Republika Niger"@sl, "Nigerská republika"@sk, "Ir-Repubblika tan-Niġer"@mt, "Republic of Niger"@en, "Poblacht na Nígire"@ga, "Nigeri Vabariik"@et, "República do Níger"@pt, "Republiek Niger"@nl, "Nigeri Köztársaság"@hu, "República de Níger"@es ;
  dc11:identifier "NER" ;
  ns0:authority-code "NER" ;
  ns0:deprecated "false" ;
  ns0:op-code "NER" ;
  ns0:start.use "1968-08-03" ;
  ns1:op-code "NER" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

