@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/GTM> owl:sameAs bcp47:region_GT .
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_GT .

bcp47:region_GT
  skos:prefLabel "Γουατεμάλα"@el, "Guatemala"@tr, "Guatemala"@sv, "Guatemala"@sk, "Guatemala"@ro, "Guatemala"@pt, "Guatemala"@no, "Guatemala"@nl, "Guatemala"@lb, "Guatemala"@it, "Guatemala"@hu, "Guatemala"@fr, "Guatemala"@fi, "Guatemala"@et, "Guatemala"@es, "Guatemala"@da, "Guatemala"@cs, "Guatemala"@ca, "Guatamala"@ga, "Guatemala"@de, "Guatemala"@en, "Gwatemala"@pl, "غواتيمالا"@ar, "Гватемала"@uk, "Гватемала"@ru, "Гватемала"@bg, "Gvatemala"@sl, "Gvatemala"@lv, "Gvatemala"@lt, "Gvatemala"@is, "Gvatemala"@hr, "Il-Gwatemala"@mt, "危地马拉"@zh, "グアテマラ"@ja ;
  a dc:Location, owl:NamedIndividual, skos:Concept ;
  rdfs:label "Gwatemala"@pl, "Guatamala"@ga, "Il-Gwatemala"@mt, "Гватемала"@bg, "Гватемала"@ru, "Гватемала"@uk, "Guatemala"@da, "Guatemala"@es, "Guatemala"@de, "Guatemala"@en, "Guatemala"@ca, "Guatemala"@cs, "Guatemala"@et, "Guatemala"@fi, "Guatemala"@fr, "غواتيمالا"@ar, "Guatemala"@hu, "Guatemala"@it, "Guatemala"@lb, "Guatemala"@nl, "Guatemala"@no, "Guatemala"@pt, "Guatemala"@ro, "Guatemala"@sk, "Guatemala"@sv, "Guatemala"@tr, "グアテマラ"@ja, "危地马拉"@zh, "Γουατεμάλα"@el, "Gvatemala"@hr, "Gvatemala"@is, "Gvatemala"@lt, "Gvatemala"@lv, "Gvatemala"@sl ;
  skos:inScheme ms:LocationTaxonomy ;
  ms:hasIANASubtag "GT" ;
  skos:topConceptOf ms:LocationTaxonomy .

