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

country:GIN
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Γουινέα"@el, "Guinea"@es, "Guinea"@sv, "Guinée"@fr, "Guinea"@da, "Гвинея"@bg, "Gwinea"@pl, "Gvineja"@hr, "Guinea"@cs, "Guinea"@hu, "Il-Guinea"@mt, "Gvinėja"@lt, "Guinea"@fi, "Guinee"@nl, "Guinea"@en, "Guiné"@pt, "Gvineja"@sl, "Guinea"@de, "Guinea"@sk, "An Ghuine"@ga, "Gvineja"@lv, "Guinea"@it, "Guineea"@ro, "Guinea"@et ;
  skos:altLabel "Poblacht na Guine"@ga, "Ir-Repubblika tal-Guinea"@mt, "Repubblica di Guinea"@it, "Republic of Guinea"@en, "Republika Gvineja"@hr, "República da Guiné"@pt, "Guinea Vabariik"@et, "Republiken Guinea"@sv, "Republiek Guinee"@nl, "Gvinėjos Respublika"@lt, "Guinejská republika"@cs, "Guineai Köztársaság"@hu, "République de Guinée"@fr, "Gvinejas Republika"@lv, "República de Guinea"@es, "Republikken Guinea"@da, "Republica Guineea"@ro, "Guinean tasavalta"@fi, "Republika Gvineja"@sl, "Republik Guinea"@de, "Δημοκρατία της Γουινέας"@el, "Guinejská republika"@sk, "Република Гвинея"@bg, "Republika Gwinei"@pl ;
  dc11:identifier "GIN" ;
  ns0:authority-code "GIN" ;
  ns0:deprecated "false" ;
  ns0:op-code "GIN" ;
  ns0:start.use "1958-10-02" ;
  ns1:op-code "GIN" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

