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

bcp47:region_EG
  skos:prefLabel "Egipte"@ca, "Egito"@pt, "Egiptus"@et, "Egipto"@es, "Єгипет"@uk, "Egyptaland"@is, "Египет"@ru, "Египет"@bg, "Egypti"@fi, "Mısır"@tr, "埃及"@zh, "Egitto"@it, "مصر"@ar, "Egypten"@sv, "Egypten"@da, "L-Eġittu"@mt, "An Éigipt"@ga, "Egypte"@nl, "エジプト"@ja, "Αίγυπτος"@el, "Ēģipte"@lv, "Egipt"@sl, "Egipt"@ro, "Egipt"@pl, "Égypte"@fr, "Egyiptom"@hu, "Ägypten"@lb, "Ägypten"@de, "Egypt"@sk, "Egypt"@no, "Egypt"@cs, "Egypt"@en, "Egiptas"@lt, "Egipat"@hr ;
  rdfs:label "Egypt"@en, "Egypt"@cs, "Egypt"@no, "Egypt"@sk, "Egyptaland"@is, "Mısır"@tr, "مصر"@ar, "Ägypten"@de, "Ägypten"@lb, "Єгипет"@uk, "埃及"@zh, "Égypte"@fr, "Egyiptom"@hu, "Egipte"@ca, "Egiptus"@et, "Egypten"@da, "Egypten"@sv, "An Éigipt"@ga, "Egipat"@hr, "Egitto"@it, "Ēģipte"@lv, "Egito"@pt, "Αίγυπτος"@el, "Egypte"@nl, "L-Eġittu"@mt, "Egypti"@fi, "Egiptas"@lt, "エジプト"@ja, "Egipt"@sl, "Egipt"@pl, "Egipt"@ro, "Egipto"@es, "Египет"@bg, "Египет"@ru ;
  a owl:NamedIndividual, dc:Location, skos:Concept ;
  skos:inScheme ms:LocationTaxonomy ;
  ms:hasIANASubtag "EG" ;
  skos:topConceptOf ms:LocationTaxonomy .

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

<http://publications.europa.eu/resource/authority/country/EGY> owl:sameAs bcp47:region_EG .
