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

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

<http://publications.europa.eu/resource/authority/country/BHS> owl:sameAs bcp47:region_BS .
bcp47:region_BS
  a dc:Location, owl:NamedIndividual, skos:Concept ;
  rdfs:label "Bahama’s"@nl, "Bahama"@et, "Bahama"@fi, "Na Bahámaí"@ga, "Bahamaeyjar"@is, "バハマ"@ja, "Bahamu salas"@lv, "Bahamy"@cs, "Bahamy"@pl, "Bahamy"@sk, "Bahamos"@lt, "Baamas"@pt, "Bahamalar"@tr, "Bahames, les"@ca, "Bahama-szigetek"@hu, "Бахамски острови"@bg, "Bahami"@hr, "Bahami"@sl, "جزر البهاما"@ar, "Багамские Острова"@ru, "Багамські Острови"@uk, "巴哈马"@zh, "Μπαχάμες"@el, "Il-Bahamas"@mt, "Bahamas"@de, "Bahamas"@en, "Bahamas"@da, "Bahamas"@es, "Bahamas"@fr, "Bahamas"@it, "Bahamas"@lb, "Bahamas"@no, "Bahamas"@ro, "Bahamas"@sv ;
  skos:prefLabel "Bahamaeyjar"@is, "バハマ"@ja, "Bahama-szigetek"@hu, "Bahama’s"@nl, "جزر البهاما"@ar, "Bahamy"@sk, "Bahamy"@pl, "Bahamy"@cs, "Bahamos"@lt, "Бахамски острови"@bg, "Bahamu salas"@lv, "Багамские Острова"@ru, "Na Bahámaí"@ga, "Baamas"@pt, "Bahama"@fi, "Bahama"@et, "Багамські Острови"@uk, "巴哈马"@zh, "Bahamas"@sv, "Bahamas"@ro, "Bahamas"@no, "Bahamas"@lb, "Bahamas"@it, "Bahamas"@fr, "Bahamas"@es, "Bahamas"@da, "Bahamas"@de, "Bahamas"@en, "Il-Bahamas"@mt, "Bahames, les"@ca, "Μπαχάμες"@el, "Bahamalar"@tr, "Bahami"@sl, "Bahami"@hr ;
  ms:hasIANASubtag "BS" ;
  skos:topConceptOf ms:LocationTaxonomy ;
  skos:inScheme ms:LocationTaxonomy .

