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

bcp47:region_NP
  skos:prefLabel "Nepal"@sv, "Nepal"@sl, "Nepal"@ro, "Nepal"@pt, "Nepal"@pl, "Nepal"@no, "Nepal"@nl, "Nepal"@lb, "Nepal"@it, "Nepal"@is, "Nepal"@hr, "Nepal"@fi, "Nepal"@et, "Nepal"@es, "Nepal"@da, "Nepal"@ca, "Nepal"@de, "Nepal"@en, "Непал"@uk, "Непал"@ru, "Непал"@bg, "In-Nepal"@mt, "Nepāla"@lv, "Nepalas"@lt, "Neipeal"@ga, "ネパール"@ja, "尼泊尔"@zh, "Nepál"@sk, "Nepál"@hu, "Nepál"@cs, "Νεπάλ"@el, "Népal"@fr, "نيبال"@ar, "Nepal"@tr ;
  a owl:NamedIndividual, skos:Concept, dc:Location ;
  rdfs:label "Népal"@fr, "Neipeal"@ga, "Nepál"@cs, "Nepál"@hu, "Nepál"@sk, "尼泊尔"@zh, "Nepāla"@lv, "In-Nepal"@mt, "Νεπάλ"@el, "ネパール"@ja, "Nepal"@sl, "Nepal"@sv, "Nepal"@tr, "Nepal"@es, "Nepal"@de, "Nepal"@en, "Nepal"@ca, "Nepal"@da, "Nepal"@et, "Nepal"@fi, "Nepal"@hr, "Nepal"@is, "Nepal"@it, "Nepal"@lb, "Nepal"@nl, "Nepal"@no, "Nepal"@pl, "Nepal"@pt, "Nepal"@ro, "Непал"@bg, "Непал"@ru, "Непал"@uk, "نيبال"@ar, "Nepalas"@lt ;
  ms:hasIANASubtag "NP" ;
  skos:inScheme ms:LocationTaxonomy ;
  skos:topConceptOf ms:LocationTaxonomy .

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

<http://publications.europa.eu/resource/authority/country/NPL> owl:sameAs bcp47:region_NP .
