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

country:NZL
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Nova Zelândia"@pt, "Nový Zéland"@sk, "Naujoji Zelandija"@lt, "Neuseeland"@de, "Нова Зеландия"@bg, "Nový Zéland"@cs, "An Nua-Shéalainn"@ga, "New Zealand"@mt, "Nuova Zelanda"@it, "Nowa Zelandia"@pl, "Új-Zéland"@hu, "New Zealand"@en, "Νέα Ζηλανδία"@el, "Noua Zeelandă"@ro, "Jaunzēlande"@lv, "Uus-Meremaa"@et, "Uusi-Seelanti"@fi, "New Zealand"@da, "Nieuw-Zeeland"@nl, "Nya Zeeland"@sv, "Nova Zelandija"@sl, "Nueva Zelanda"@es, "Novi Zeland"@hr, "Nouvelle-Zélande"@fr ;
  dc11:identifier "NZL" ;
  ns0:authority-code "NZL" ;
  ns0:deprecated "false" ;
  ns0:op-code "NZL" ;
  ns0:start.use "1950-05-09" ;
  ns1:op-code "NZL" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

