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

bcp47:region_KM
  skos:prefLabel "Komoru salas"@lv, "Komorai"@lt, "Oileáin Chomóra"@ga, "Коморські Острови"@uk, "Comoren"@nl, "Komorlar"@tr, "科摩罗"@zh, "جزر القمر (كوموروس)"@ar, "コモロ"@ja, "Κομόρες"@el, "Komorit"@fi, "Comores, les"@ca, "Komori"@sl, "Komori"@hr, "Comorerne"@da, "Коморские Острова"@ru, "Comoras"@es, "Komoorid"@et, "Komorerna"@sv, "Komoren"@lb, "Komoren"@de, "Коморски острови"@bg, "Comore-szigetek"@hu, "Comore"@ro, "Comore"@it, "Comores"@pt, "Comores"@fr, "Komory"@sk, "Komory"@pl, "Komory"@cs, "Kómorur"@is, "Komorene"@no, "Comoros"@mt, "Comoros"@en ;
  rdfs:label "Komorai"@lt, "Komoorid"@et, "Comore"@it, "Comore"@ro, "Komory"@cs, "Komory"@pl, "Komory"@sk, "Komoru salas"@lv, "Komorene"@no, "Comorerne"@da, "Коморски острови"@bg, "Κομόρες"@el, "Comores, les"@ca, "Komori"@hr, "Komori"@sl, "科摩罗"@zh, "Коморские Острова"@ru, "Comores"@fr, "Comores"@pt, "Comoren"@nl, "Komorlar"@tr, "Komorerna"@sv, "コモロ"@ja, "Comore-szigetek"@hu, "Oileáin Chomóra"@ga, "Komorit"@fi, "Comoros"@en, "Kómorur"@is, "Comoros"@mt, "Komoren"@de, "Komoren"@lb, "Коморські Острови"@uk, "Comoras"@es, "جزر القمر (كوموروس)"@ar ;
  a skos:Concept, owl:NamedIndividual, dc:Location ;
  skos:topConceptOf ms:LocationTaxonomy ;
  ms:hasIANASubtag "KM" ;
  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_KM .

<http://publications.europa.eu/resource/authority/country/COM> owl:sameAs bcp47:region_KM .
