@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/ERI> owl:sameAs bcp47:region_ER .
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_ER .

bcp47:region_ER
  skos:inScheme ms:LocationTaxonomy ;
  ms:hasIANASubtag "ER" ;
  a skos:Concept, dc:Location, owl:NamedIndividual ;
  rdfs:label "Erytrea"@pl, "L-Eritrea"@mt, "厄立特里亚"@zh, "Eritrėja"@lt, "An Eiritré"@ga, "Eritre"@tr, "エリトリア"@ja, "Еритрея"@bg, "Еритрея"@uk, "Ερυθραία"@el, "Érythrée"@fr, "Eritrea"@ca, "Eritrea"@cs, "Eritrea"@da, "Eritrea"@de, "Eritrea"@en, "Eritrea"@es, "Eritrea"@et, "Eritrea"@fi, "Eritrea"@hu, "Eritrea"@is, "Eritrea"@it, "Eritrea"@lb, "Eritrea"@nl, "Eritrea"@no, "Eritrea"@sk, "Eritrea"@sv, "Eritreia"@pt, "Eritreea"@ro, "Eritreja"@hr, "Eritreja"@lv, "Eritreja"@sl, "Эритрея"@ru, "اريتريا"@ar ;
  skos:prefLabel "エリトリア"@ja, "Eritreea"@ro, "Эритрея"@ru, "Eritreia"@pt, "Ερυθραία"@el, "Érythrée"@fr, "Erytrea"@pl, "Eritrea"@sv, "Eritrea"@sk, "Eritrea"@no, "Eritrea"@nl, "Eritrea"@lb, "Eritrea"@it, "Eritrea"@is, "Eritrea"@hu, "Eritrea"@fi, "Eritrea"@et, "Eritrea"@es, "Eritrea"@da, "Eritrea"@cs, "Eritrea"@ca, "Eritrea"@de, "Eritrea"@en, "An Eiritré"@ga, "اريتريا"@ar, "Eritre"@tr, "Eritrėja"@lt, "Еритрея"@uk, "Еритрея"@bg, "L-Eritrea"@mt, "厄立特里亚"@zh, "Eritreja"@sl, "Eritreja"@lv, "Eritreja"@hr ;
  skos:topConceptOf ms:LocationTaxonomy .

