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

country:PCN
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Islas Pitcairn"@es, "Pitcairneilanden"@nl, "Pitcairnöarna"@sv, "Pitcairn"@fi, "Îles Pitcairn"@fr, "Oileáin Pitcairn"@ga, "Oстрови Питкерн"@bg, "Insulele Pitcairn"@ro, "Pitcairninseln"@de, "Pitkernas"@lt, "Pitcairn"@pl, "Pitkērna"@lv, "Pitcairn"@pt, "Il-Gżejjer Pitcairn"@mt, "Isole Pitcairn"@it, "Pitcairn"@sl, "Pitcairn"@cs, "Pitcairn Islands"@en, "Pitcairn"@da, "Νήσοι Πίτκαιρν"@el, "Otoci Pitcairn"@hr, "Pitcairn-szigetek"@hu, "Pitcairnove ostrovy"@sk, "Pitcairn"@et ;
  skos:altLabel "Pitkērnas salas"@lv, "Pitkerno Salos"@lt, "Pitcairnovy ostrovy"@cs, "Pitcairn ja sõltkonnad"@et, "Wyspy Pitcairn"@pl ;
  dc11:identifier "PCN" ;
  ns0:authority-code "PCN" ;
  ns0:deprecated "false" ;
  ns0:op-code "PCN" ;
  ns0:start.use "1950-05-09" ;
  ns1:op-code "PCN" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] ;
  skos:broader country:COU0057 .

