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

bcp47:region_GH
  a dc:Location, skos:Concept, owl:NamedIndividual ;
  skos:prefLabel "Gána"@ga, "ガーナ"@ja, "غانا"@ar, "Ghána"@hu, "Il-Ghana"@mt, "Гана"@uk, "Гана"@ru, "Гана"@bg, "Gana"@tr, "Gana"@sl, "Gana"@pt, "Gana"@lv, "Gana"@lt, "Gana"@is, "Gana"@hr, "加纳"@zh, "Γκάνα"@el, "Ghana"@sv, "Ghana"@sk, "Ghana"@ro, "Ghana"@pl, "Ghana"@no, "Ghana"@nl, "Ghana"@lb, "Ghana"@it, "Ghana"@fr, "Ghana"@fi, "Ghana"@et, "Ghana"@es, "Ghana"@da, "Ghana"@cs, "Ghana"@ca, "Ghana"@de, "Ghana"@en ;
  rdfs:label "加纳"@zh, "غانا"@ar, "Γκάνα"@el, "Гана"@bg, "Гана"@ru, "Гана"@uk, "Gana"@pt, "Gana"@hr, "Gana"@is, "Gana"@lt, "Gana"@lv, "Gana"@sl, "Gana"@tr, "Ghana"@da, "Ghana"@es, "Gána"@ga, "Ghana"@et, "Ghana"@fi, "Ghana"@fr, "Ghana"@it, "Ghana"@lb, "Ghana"@nl, "Ghana"@no, "Ghana"@pl, "Ghana"@ro, "Ghana"@sk, "Ghana"@sv, "ガーナ"@ja, "Ghana"@de, "Ghana"@en, "Ghana"@ca, "Ghana"@cs, "Ghána"@hu, "Il-Ghana"@mt ;
  ms:hasIANASubtag "GH" ;
  skos:topConceptOf ms:LocationTaxonomy ;
  skos:inScheme ms:LocationTaxonomy .

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 .

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_GH .

<http://publications.europa.eu/resource/authority/country/GHA> owl:sameAs bcp47:region_GH .
