@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/QAT> owl:sameAs bcp47:region_QA .
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_QA .

bcp47:region_QA
  skos:prefLabel "Catar"@pt, "Catar"@ga, "卡塔尔"@zh, "Κατάρ"@el, "カタール"@ja, "Katara"@lv, "Katar"@tr, "Katar"@sl, "Katar"@sk, "Katar"@pl, "Katar"@lb, "Katar"@is, "Katar"@hu, "Katar"@hr, "Katar"@et, "Katar"@cs, "Katar"@de, "Катар"@uk, "Катар"@ru, "Катар"@bg, "قطر"@ar, "Qatar"@sv, "Qatar"@ro, "Qatar"@no, "Qatar"@nl, "Qatar"@it, "Qatar"@fr, "Qatar"@fi, "Qatar"@es, "Qatar"@da, "Qatar"@ca, "Qatar"@en, "Il-Qatar"@mt, "Kataras"@lt ;
  rdfs:label "Katar"@cs, "Katar"@et, "Katar"@de, "Katar"@hr, "Katar"@hu, "Katar"@is, "Katar"@lb, "Katar"@pl, "Katar"@sk, "Katar"@sl, "Katar"@tr, "Il-Qatar"@mt, "Qatar"@en, "Qatar"@ca, "Qatar"@da, "Qatar"@es, "Qatar"@fi, "Qatar"@fr, "Kataras"@lt, "قطر"@ar, "Qatar"@it, "Qatar"@nl, "Qatar"@no, "Qatar"@ro, "Qatar"@sv, "Catar"@ga, "Catar"@pt, "卡塔尔"@zh, "Катар"@bg, "Катар"@ru, "Катар"@uk, "Κατάρ"@el, "カタール"@ja, "Katara"@lv ;
  a skos:Concept, dc:Location, owl:NamedIndividual ;
  skos:inScheme ms:LocationTaxonomy ;
  ms:hasIANASubtag "QA" ;
  skos:topConceptOf ms:LocationTaxonomy .

