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

country:COK
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Isole Cook"@it, "Cookeilanden"@nl, "Cookove ostrovy"@sk, "Cooki saared"@et, "Cookovi Otoci"@hr, "Wyspy Cooka"@pl, "Ilhas Cook"@pt, "Il-Gżejjer Cook"@mt, "Cooköarna"@sv, "Islas Cook"@es, "Cook Islands"@en, "Insulele Cook"@ro, "Cookøerne"@da, "Cook-szigetek"@hu, "Oileáin Cook"@ga, "Kuka salas"@lv, "Oстрови Кук"@bg, "Îles Cook"@fr, "Cookinsaaret"@fi, "Cookovi otoki"@sl, "Kuko Salos"@lt, "Νήσοι Κουκ"@el, "Cookinseln"@de, "Cookovy ostrovy"@cs ;
  dc11:identifier "COK" ;
  ns0:authority-code "COK" ;
  ns0:deprecated "false" ;
  ns0:op-code "COK" ;
  ns0:start.use "1960-08-04" ;
  ns1:op-code "COK" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] ;
  skos:broader country:COU0331 .

