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

country:CPT
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Clipperton"@hu, "Klipertonas"@lt, "Clipperton"@de, "Κλίπερτον"@el, "Clipperton"@it, "Clipperton"@en, "Clipperton"@pt, "Clipperton"@mt, "Clipperton"@es, "Clipperton"@ro, "Klipertona"@lv, "Clipperton"@nl, "Clipperton"@fr, "Clipperton"@et, "Клипертон"@bg, "Clipperton"@sk, "Clipperton"@pl, "Clipperton"@ga, "Clipperton"@fi, "Clipperton"@cs, "Clipperton"@sl, "Clipperton"@hr, "Clipperton"@da, "Clipperton"@sv ;
  skos:altLabel "Clippertonův ostrov"@cs, "Isla Clipperton"@es, "Νήσος Κλίπερτον"@el, "Clippertonøen"@da, "Il-Gżira Clipperton"@mt, "Oстров Клипертон"@bg, "Clippertonön"@sv, "Klipertono Sala"@lt, "Clipperton Island"@en, "Île Clipperton"@fr, "Clippertonov ostrov"@sk, "Klipertona sala"@lv, "Clippertoninsaari"@fi, "Otok Clipperton"@sl, "Clippertoneiland"@nl, "Oileán Clipperton"@ga, "Ilha de Clipperton"@pt, "Clipperton-sziget"@hu, "Insula Clipperton"@ro, "Clipperton saar"@et, "Isola di Clipperton"@it, "Wyspa Clipperton"@pl ;
  dc11:identifier "CPT" ;
  ns0:authority-code "CPT" ;
  ns0:deprecated "false" ;
  ns0:op-code "CPT" ;
  ns0:start.use "1950-05-09" ;
  ns1:op-code "CPT" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] ;
  skos:broader country:COU0022 .

