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

<http://publications.europa.eu/resource/authority/country/BRN> owl:sameAs bcp47:region_BN .
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_BN .

bcp47:region_BN
  skos:prefLabel "Bruneja"@lv, "Brunei Darussalam"@en, "Brunéi"@es, "Bruney"@tr, "Μπρουνέι"@el, "Brunėjus"@lt, "Brúiné"@ga, "Brunei"@sv, "Brunei"@ro, "Brunei"@pt, "Brunei"@pl, "Brunei"@no, "Brunei"@nl, "Brunei"@lb, "Brunei"@it, "Brunei"@hu, "Brunei"@fr, "Brunei"@fi, "Brunei"@et, "Brunei"@da, "Brunei"@ca, "Brunei"@de, "Brúnei"@is, "ブルネイ"@ja, "بروناي"@ar, "Бруней"@ru, "Бруней"@bg, "文莱"@zh, "Il-Brunei"@mt, "Brunej"@sl, "Brunej"@sk, "Brunej"@hr, "Brunej"@cs, "Бруні"@uk ;
  rdfs:label "Brunei"@fi, "Brunei"@fr, "Brunei"@de, "Brunei"@en, "Brunei"@ca, "Brunei"@da, "Brunei"@et, "Brunei"@hu, "Brunei"@it, "Brunei"@lb, "Brunei"@nl, "Brunei"@no, "Brunei"@pl, "Brunei"@pt, "Brunei"@ro, "Brunei"@sv, "Bruneja"@lv, "Brúnei"@is, "Il-Brunei"@mt, "Bruney"@tr, "文莱"@zh, "Brunei Darussalam"@en, "Μπρουνέι"@el, "بروناي"@ar, "Бруні"@uk, "Brunéi"@es, "Brunej"@cs, "Brunej"@hr, "Brunej"@sk, "Brunej"@sl, "ブルネイ"@ja, "Brunėjus"@lt, "Brúiné"@ga, "Бруней"@bg, "Бруней"@ru ;
  skos:altLabel "Brunei"@en ;
  skos:inScheme ms:LocationTaxonomy ;
  a owl:NamedIndividual, skos:Concept, dc:Location ;
  ms:hasIANASubtag "BN" ;
  skos:topConceptOf ms:LocationTaxonomy .

