@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ms: <http://w3id.org/meta-share/meta-share/> .
@prefix bcp47: <http://w3id.org/meta-share/bcp47/> .

dc:Location
  rdfs:label "Location"@en ;
  a owl:Class .

skos:Concept a owl:Class .
ms:hasIANASubtag
  rdfs:comment "Used in BCP47 recommendation for the subtag of a language, script, region or variant"@en ;
  rdfs:label "IANA subtag"@en .

<http://publications.europa.eu/resource/authority/country/UGA> owl:sameAs bcp47:region_UG .
owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

ms:LocationTaxonomy
  rdfs:label "Location Taxonomy"@en ;
  skos:prefLabel "Location Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme ;
  skos:hasTopConcept bcp47:region_UG .

bcp47:region_UG
  skos:prefLabel "乌干达"@zh, "Ουγκάντα"@el, "Ouganda"@fr, "Úganda"@is, "Uganda"@tr, "Uganda"@sv, "Uganda"@sl, "Uganda"@sk, "Uganda"@ro, "Uganda"@pt, "Uganda"@pl, "Uganda"@no, "Uganda"@nl, "Uganda"@lv, "Uganda"@lt, "Uganda"@lb, "Uganda"@it, "Uganda"@hu, "Uganda"@hr, "Uganda"@ga, "Uganda"@fi, "L-Uganda"@mt, "Uganda"@et, "Uganda"@es, "Uganda"@da, "Uganda"@cs, "Uganda"@ca, "Uganda"@de, "Uganda"@en, "Уганда"@uk, "Уганда"@ru, "Уганда"@bg, "ウガンダ"@ja, "أوغندا"@ar ;
  rdfs:label "Уганда"@bg, "Уганда"@ru, "Уганда"@uk, "L-Uganda"@mt, "Ouganda"@fr, "أوغندا"@ar, "Uganda"@no, "Uganda"@pl, "Uganda"@pt, "Uganda"@ro, "Uganda"@sk, "Uganda"@sl, "Uganda"@sv, "Uganda"@tr, "Uganda"@de, "Uganda"@en, "Uganda"@ca, "Uganda"@cs, "Uganda"@da, "Uganda"@es, "Uganda"@et, "Uganda"@fi, "Uganda"@ga, "Uganda"@hr, "Uganda"@hu, "Uganda"@it, "Uganda"@lb, "Uganda"@lt, "Uganda"@lv, "Uganda"@nl, "Ουγκάντα"@el, "乌干达"@zh, "Úganda"@is, "ウガンダ"@ja ;
  ms:hasIANASubtag "UG" ;
  skos:topConceptOf ms:LocationTaxonomy ;
  a owl:NamedIndividual, skos:Concept, dc:Location ;
  skos:inScheme ms:LocationTaxonomy .

