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

country:NIU
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Niue"@es, "Niue"@pl, "Niue"@da, "Niue"@lv, "Niue"@sv, "Niue"@de, "Niue"@mt, "Niue"@ga, "Niujė"@lt, "Niue"@cs, "Niue"@hu, "Niue"@hr, "Niue"@sk, "Niue"@it, "Niue"@et, "Niue"@pt, "Niue"@sl, "Niue"@fi, "Niue"@ro, "Ниуе"@bg, "Niue"@en, "Νιούε"@el, "Niue"@nl, "Niué"@fr ;
  dc11:identifier "NIU" ;
  ns0:authority-code "NIU" ;
  ns0:deprecated "false" ;
  ns0:op-code "NIU" ;
  ns0:start.use "1974-10-19" ;
  ns1:op-code "NIU" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] ;
  skos:broader country:COU0331 .

