@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/EST> owl:sameAs bcp47:region_EE .
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_EE .

bcp47:region_EE
  rdfs:label "Ecтoния"@bg, "Estónia"@pt, "Естонія"@uk, "Estonya"@tr, "Estónsko"@sk, "Eistland"@is, "Estija"@lt, "Eesti"@et, "Estonie"@fr, "Észtország"@hu, "Estonsko"@cs, "Igaunija"@lv, "Эстонія"@be, "爱沙尼亚"@zh, "Estonia"@en, "Estonia"@es, "Estonia"@eu, "Estonia"@gl, "Estonia"@it, "Estonia"@pl, "Estonia"@rm, "Estonia"@ro, "Estland"@de, "Estland"@da, "Estland"@fo, "Estland"@lb, "Estland"@nl, "Estland"@no, "Estland"@sv, "Estonia"@sq, "Эстония"@ru, "استونيا"@ar, "Естонија"@mk, "Естонија"@sr, "Estonija"@bs, "Estonija"@hr, "Estonija"@sl, "エストニア"@ja, "Εσθονία"@el, "L-Estonja"@mt, "Estònia"@ca, "An Eastóin"@ga, "Viro"@fi ;
  skos:prefLabel "Estonya"@tr, "Észtország"@hu, "Estonia"@sq, "Estonia"@ro, "Estonia"@rm, "Estonia"@pl, "Estonia"@it, "Estonia"@gl, "Estonia"@eu, "Eesti"@et, "Estonia"@es, "Estonia"@en, "Estónia"@pt, "Estija"@lt, "Eistland"@is, "Эстонія"@be, "Ecтoния"@bg, "Estònia"@ca, "Εσθονία"@el, "استونيا"@ar, "Estónsko"@sk, "爱沙尼亚"@zh, "L-Estonja"@mt, "Estonsko"@cs, "An Eastóin"@ga, "Estland"@sv, "Estland"@no, "Estland"@nl, "Estland"@lb, "Estland"@fo, "Estland"@da, "Estland"@de, "Естонія"@uk, "Естонија"@sr, "Естонија"@mk, "エストニア"@ja, "Estonie"@fr, "Эстония"@ru, "Viro"@fi, "Igaunija"@lv, "Estonija"@sl, "Estonija"@hr, "Estonija"@bs ;
  a skos:Concept, owl:NamedIndividual, dc:Location ;
  skos:inScheme ms:LocationTaxonomy ;
  ms:hasIANASubtag "EE" ;
  skos:topConceptOf ms:LocationTaxonomy .

