@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix bcp47: <http://w3id.org/meta-share/bcp47/> .
@prefix dc: <http://purl.org/dc/terms/> .
@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/> .

<http://publications.europa.eu/resource/authority/country/PER> owl:sameAs bcp47:region_PE .
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_PE .

bcp47:region_PE
  rdfs:label "Peiriú"@ga, "秘鲁"@zh, "Pérou"@fr, "Perú"@ca, "Perú"@es, "Perú"@is, "بيرو"@ar, "Peru"@nl, "Peru"@no, "Peru"@pl, "Peru"@pt, "Peru"@ro, "Peru"@sk, "Peru"@sl, "Peru"@sv, "Peru"@tr, "Il-Perù"@mt, "Peru"@fi, "Peru"@de, "Peru"@en, "Peru"@cs, "Peru"@da, "Peru"@hr, "Peru"@hu, "Peru"@lb, "Peru"@lt, "Peru"@lv, "Περού"@el, "Перу"@bg, "Перу"@ru, "Перу"@uk, "ペルー"@ja, "Perù"@it, "Peruu"@et ;
  a skos:Concept, owl:NamedIndividual, dc:Location ;
  skos:prefLabel "Perú"@is, "Perú"@es, "Perú"@ca, "Pérou"@fr, "秘鲁"@zh, "Peruu"@et, "Il-Perù"@mt, "Peiriú"@ga, "ペルー"@ja, "Peru"@tr, "Peru"@sv, "Peru"@sl, "Peru"@sk, "Peru"@ro, "Peru"@pt, "Peru"@pl, "Peru"@no, "Peru"@nl, "Peru"@lv, "Peru"@lt, "Peru"@lb, "Peru"@hu, "Peru"@hr, "Peru"@fi, "Peru"@da, "Peru"@cs, "Peru"@de, "Peru"@en, "Perù"@it, "بيرو"@ar, "Перу"@uk, "Перу"@ru, "Перу"@bg, "Περού"@el ;
  ms:hasIANASubtag "PE" ;
  skos:inScheme ms:LocationTaxonomy ;
  skos:topConceptOf ms:LocationTaxonomy .

