@prefix bcp47: <http://w3id.org/meta-share/bcp47/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ms: <http://w3id.org/meta-share/meta-share/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

bcp47:region_YT
  rdfs:label "مايوت"@ar, "Mayotte"@da, "Mayotte"@ca, "Mayotte"@cs, "Mayotte"@de, "Mayotte"@en, "Mayotte"@es, "Mayotte"@et, "Mayotte"@fi, "Mayotte"@fr, "Mayotte"@ga, "Mayotte"@hr, "Mayotte"@hu, "Mayotte"@is, "Mayotte"@it, "Mayotte"@lb, "Mayotte"@mt, "Mayotte"@nl, "Mayotte"@no, "Mayotte"@ro, "Mayotte"@sk, "Mayotte"@sl, "Mayotte"@sv, "Mayotte"@tr, "Μαγιότ"@el, "Майот"@bg, "マヨット"@ja, "马约特"@zh, "Майотта"@ru, "Майотта"@uk, "Maiote"@pt, "Majotta"@pl, "Majotas"@lt, "Majota"@lv ;
  skos:prefLabel "Majotas"@lt, "Майот"@bg, "Майотта"@uk, "Майотта"@ru, "マヨット"@ja, "Mayotte"@tr, "Mayotte"@sv, "Mayotte"@sl, "Mayotte"@sk, "Mayotte"@ro, "Mayotte"@no, "Mayotte"@nl, "Mayotte"@mt, "Mayotte"@lb, "Mayotte"@it, "Mayotte"@is, "Mayotte"@hu, "Mayotte"@hr, "Mayotte"@ga, "Mayotte"@fr, "Mayotte"@fi, "Mayotte"@et, "Mayotte"@es, "Mayotte"@en, "Mayotte"@de, "Mayotte"@da, "Mayotte"@cs, "Mayotte"@ca, "مايوت"@ar, "Μαγιότ"@el, "Majota"@lv, "Maiote"@pt, "Majotta"@pl, "马约特"@zh ;
  skos:topConceptOf ms:LocationTaxonomy ;
  a dc:Location, owl:NamedIndividual, skos:Concept ;
  skos:inScheme ms:LocationTaxonomy ;
  ms:hasIANASubtag "YT" .

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

<http://publications.europa.eu/resource/authority/country/MYT> owl:sameAs bcp47:region_YT .
