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

country:GHA
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Ghana"@es, "Ghana"@pl, "Ghana"@sv, "Ghana"@da, "Gána"@ga, "Ghána"@hu, "Ghana"@de, "Ghana"@fr, "Gana"@pt, "Ghana"@it, "Gana"@lt, "Ghana"@et, "Γκάνα"@el, "Gana"@sl, "Il-Ghana"@mt, "Ghana"@ro, "Ghana"@cs, "Gana"@lv, "Гана"@bg, "Ghana"@fi, "Ghana"@sk, "Ghana"@en, "Ghana"@nl, "Gana"@hr ;
  skos:altLabel "Ghanská republika"@sk, "Δημοκρατία της Γκάνας"@el, "Poblacht Ghána"@ga, "Ghanská republika"@cs, "République du Ghana"@fr, "Ghánai Köztársaság"@hu, "Republika Ganaa"@hr, "Repubblica del Ghana"@it, "Република Гана"@bg, "Republika Gana"@sl, "Republiken Ghana"@sv, "Republiek Ghana"@nl, "Republik Ghana"@de, "República de Ghana"@es, "Republika Ghany"@pl, "Ghanan tasavalta"@fi, "Republic of Ghana"@en, "Ir-Repubblika tal-Ghana"@mt, "Ghana Vabariik"@et, "Republikken Ghana"@da, "Ganos Respublika"@lt, "Republica Ghana"@ro, "República do Gana"@pt, "Ganas Republika"@lv ;
  dc11:identifier "GHA" ;
  ns0:authority-code "GHA" ;
  ns0:deprecated "false" ;
  ns0:op-code "GHA" ;
  ns0:start.use "1957-03-05" ;
  ns1:op-code "GHA" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

