@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 bcp47: <http://w3id.org/meta-share/bcp47/> .
@prefix ms: <http://w3id.org/meta-share/meta-share/> .

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

skos:Concept a owl:Class .
<http://publications.europa.eu/resource/authority/country/COG> owl:sameAs bcp47:region_CG .
ms:hasIANASubtag
  rdfs:comment "Used in BCP47 recommendation for the subtag of a language, script, region or variant"@en ;
  rdfs:label "IANA subtag"@en .

bcp47:region_CG
  skos:prefLabel "コンゴ"@ja, "刚果"@zh, "Congo-Brazzaville"@pt, "Κονγκό"@el, "Kongas"@lt, "Kongó"@is, "Kongó"@hu, "Congo"@ro, "Congo"@nl, "An Congó"@ga, "Congo"@it, "Congo"@fr, "Congo"@es, "Congo"@en, "Congo"@da, "Congo"@ca, "الكونغو"@ar, "Kongo"@tr, "Kongo"@sv, "Kongo"@sl, "Kongo"@sk, "Kongo"@pl, "Kongo"@no, "Kongo"@lv, "Kongo"@lb, "Kongo"@hr, "Kongo"@fi, "Kongo"@et, "Kongo"@de, "Kongo"@cs, "Конго"@uk, "Конго"@ru, "Конго"@bg, "Il-Kongo"@mt ;
  a dc:Location, skos:Concept, owl:NamedIndividual ;
  skos:topConceptOf ms:LocationTaxonomy ;
  rdfs:label "Конго"@bg, "Конго"@ru, "Конго"@uk, "Kongo"@cs, "Kongo"@de, "Kongo"@et, "Kongo"@fi, "Kongo"@hr, "Kongo"@lb, "Kongo"@lv, "Kongo"@no, "Kongo"@pl, "Kongo"@sk, "Kongo"@sl, "Kongo"@sv, "Kongo"@tr, "コンゴ"@ja, "الكونغو"@ar, "Kongas"@lt, "Kongó"@hu, "Kongó"@is, "Κονγκό"@el, "An Congó"@ga, "Congo"@ca, "Congo"@da, "Congo"@en, "Congo"@es, "Congo"@fr, "Congo"@it, "Congo"@nl, "Congo"@ro, "刚果"@zh, "Congo-Brazzaville"@pt, "Il-Kongo"@mt ;
  ms:hasIANASubtag "CG" ;
  skos:inScheme ms:LocationTaxonomy .

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

