@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 bcp47: <http://w3id.org/meta-share/bcp47/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ms: <http://w3id.org/meta-share/meta-share/> .

dc:Location
  rdfs:label "Location"@en ;
  a owl:Class .

bcp47:region_BM
  rdfs:label "Бермудські Острови"@uk, "Bermudas"@es, "Bermudas"@pt, "百慕大"@zh, "برمودا"@ar, "Bermudy"@cs, "Bermudy"@pl, "Bermudy"@sk, "Бермудские Острова"@ru, "Bermúda"@is, "Bermudu salas"@lv, "Βερμούδες"@el, "Beirmiúda"@ga, "Bermudes"@ca, "Bermudes"@fr, "Бермудски острови"@bg, "Bermuda"@hu, "Bermuda"@da, "Bermuda"@de, "Bermuda"@en, "Bermuda"@et, "Bermudi"@sl, "Bermudi"@hr, "Bermuda"@fi, "Bermuda"@it, "Bermuda"@lb, "Bermuda"@lt, "Bermuda"@mt, "Bermuda"@nl, "Bermuda"@no, "Bermuda"@ro, "Bermuda"@sv, "Bermuda"@tr, "バミューダ"@ja ;
  skos:prefLabel "Bermuda"@tr, "Bermuda"@sv, "Bermuda"@ro, "Bermuda"@no, "Bermuda"@nl, "Bermuda"@mt, "Bermuda"@lt, "Bermuda"@lb, "Bermuda"@it, "Bermuda"@hu, "Bermuda"@fi, "Bermuda"@et, "Bermuda"@en, "Bermuda"@de, "Bermuda"@da, "Bermudi"@sl, "Bermudi"@hr, "Bermudy"@sk, "Bermudy"@pl, "Bermudy"@cs, "Bermudas"@pt, "Bermudas"@es, "Bermudes"@fr, "Bermudes"@ca, "Бермудские Острова"@ru, "Βερμούδες"@el, "Bermudu salas"@lv, "Бермудські Острови"@uk, "Bermúda"@is, "Бермудски острови"@bg, "百慕大"@zh, "Beirmiúda"@ga, "برمودا"@ar, "バミューダ"@ja ;
  a owl:NamedIndividual, skos:Concept, dc:Location ;
  skos:topConceptOf ms:LocationTaxonomy ;
  skos:inScheme ms:LocationTaxonomy ;
  ms:hasIANASubtag "BM" .

<http://publications.europa.eu/resource/authority/country/BMU> owl:sameAs bcp47:region_BM .
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_BM .

