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

country:UGA
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Uganda"@hu, "Uganda"@pt, "Uganda"@hr, "Uganda"@pl, "Уганда"@bg, "Uganda"@en, "Uganda"@sk, "Ouganda"@fr, "L-Uganda"@mt, "Uganda"@it, "Uganda"@ro, "Uganda"@sv, "Uganda"@da, "Uganda"@et, "Uganda"@lt, "Uganda"@cs, "Uganda"@es, "Ουγκάντα"@el, "Uganda"@sl, "Uganda"@ga, "Uganda"@nl, "Uganda"@de, "Uganda"@fi, "Uganda"@lv ;
  skos:altLabel "Ir-Repubblika tal-Uganda"@mt, "Ugandai Köztársaság"@hu, "Republic of Uganda"@en, "Repubblica dell’Uganda"@it, "Ugandská republika"@cs, "Republika Uganda"@sl, "Republiken Uganda"@sv, "Ugandos Respublika"@lt, "Republik Uganda"@de, "Republika Ugandy"@pl, "Republica Uganda"@ro, "República do Uganda"@pt, "Republiek Uganda"@nl, "Poblacht Uganda"@ga, "Ugandan tasavalta"@fi, "Republika Uganda"@hr, "République d’Ouganda"@fr, "República de Uganda"@es, "Ugandas Republika"@lv, "Δημοκρατία της Ουγκάντας"@el, "Republikken Uganda"@da, "Uganda Vabariik"@et, "Република Уганда"@bg, "Ugandská republika"@sk ;
  dc11:identifier "UGA" ;
  ns0:authority-code "UGA" ;
  ns0:deprecated "false" ;
  ns0:op-code "UGA" ;
  ns0:start.use "1962-10-09" ;
  ns1:op-code "UGA" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

