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

country:NCL
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Uus-Kaledoonia"@et, "Nova Kaledonija"@sl, "Naujoji Kaledonija"@lt, "New Caledonia"@mt, "Neukaledonien"@de, "Nueva Caledonia"@es, "Noua Caledonie"@ro, "Nouvelle-Calédonie"@fr, "Nová Kaledónia"@sk, "An Nua-Chaladóin"@ga, "New Caledonia"@en, "Új-Kaledónia"@hu, "Nowa Kaledonia"@pl, "Uusi-Kaledonia"@fi, "Nová Kaledonie"@cs, "Нова Каледония"@bg, "Nuova Caledonia"@it, "Nova Kaledonija"@hr, "Jaunkaledonija"@lv, "Nova Caledónia"@pt, "Nya Kaledonien"@sv, "Νέα Καληδονία"@el, "Nieuw-Caledonië"@nl, "Ny Kaledonien"@da ;
  skos:altLabel "Nova Kaledónia"@sk ;
  dc11:identifier "NCL" ;
  ns0:authority-code "NCL" ;
  ns0:deprecated "false" ;
  ns0:op-code "NCL" ;
  ns0:start.use "1998-05-05" ;
  ns1:op-code "NCL" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] ;
  skos:broader country:COU0022 .

