@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 .
bcp47:region_GU
  rdfs:label "غوام"@ar, "Гуам"@bg, "Гуам"@ru, "Гуам"@uk, "关岛"@zh, "Guam"@it, "Guam"@lb, "Guam"@mt, "Guam"@nl, "Guam"@no, "Guam"@pl, "Guam"@pt, "Guam"@ro, "Guam"@sk, "Γκουάμ"@el, "Guam"@sv, "Guam"@tr, "Guam"@de, "Guam"@en, "Guam"@es, "Guam"@et, "Guam"@ca, "Guam"@cs, "Guam"@da, "Guam"@fi, "Guam"@fr, "Guam"@ga, "Guam"@hr, "Guam"@hu, "グアム"@ja, "Guamas"@lt, "Gvam"@is, "Gvam"@sl, "Guama"@lv ;
  skos:prefLabel "Γκουάμ"@el, "Guamas"@lt, "Guama"@lv, "Gvam"@sl, "Gvam"@is, "غوام"@ar, "关岛"@zh, "Гуам"@uk, "Гуам"@ru, "Гуам"@bg, "グアム"@ja, "Guam"@tr, "Guam"@sv, "Guam"@sk, "Guam"@ro, "Guam"@pt, "Guam"@pl, "Guam"@no, "Guam"@nl, "Guam"@mt, "Guam"@lb, "Guam"@it, "Guam"@hu, "Guam"@hr, "Guam"@ga, "Guam"@fr, "Guam"@fi, "Guam"@et, "Guam"@es, "Guam"@en, "Guam"@de, "Guam"@da, "Guam"@ca, "Guam"@cs ;
  a owl:NamedIndividual, skos:Concept, dc:Location ;
  ms:hasIANASubtag "GU" ;
  skos:inScheme ms:LocationTaxonomy ;
  skos:topConceptOf ms:LocationTaxonomy .

ms:hasIANASubtag
  rdfs:comment "Used in BCP47 recommendation for the subtag of a language, script, region or variant"@en ;
  rdfs:label "IANA subtag"@en .

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

<http://publications.europa.eu/resource/authority/country/GUM> owl:sameAs bcp47:region_GU .
