@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_LS
  rdfs:label "ليسوتو"@ar, "Lesoto"@es, "Lesoto"@hr, "Lesoto"@lv, "Lesoto"@no, "Lesoto"@pt, "Lesoto"@sl, "レソト"@ja, "Λεσότο"@el, "Il-Lesoto"@mt, "Lesotho"@fr, "Lesotho"@hu, "Lesotho"@it, "Lesotho"@lb, "Lesotho"@nl, "Lesotho"@pl, "Lesotho"@ro, "Lesotho"@sk, "Lesótó"@is, "Lesotho"@sv, "Lesotho"@tr, "Лесото"@bg, "Лесото"@ru, "Лесото"@uk, "Lesotho"@de, "Lesotho"@en, "Lesotho"@ca, "Lesotho"@cs, "Lesotho"@da, "Lesotho"@et, "Lesotho"@fi, "Lesotas"@lt, "Leosóta"@ga, "莱索托"@zh ;
  a owl:NamedIndividual, skos:Concept, dc:Location ;
  skos:prefLabel "Leosóta"@ga, "ليسوتو"@ar, "Лесото"@uk, "Lesótó"@is, "Лесото"@ru, "Лесото"@bg, "レソト"@ja, "莱索托"@zh, "Λεσότο"@el, "Lesoto"@sl, "Il-Lesoto"@mt, "Lesoto"@pt, "Lesoto"@no, "Lesoto"@lv, "Lesoto"@hr, "Lesoto"@es, "Lesotho"@tr, "Lesotho"@sv, "Lesotho"@sk, "Lesotho"@ro, "Lesotho"@pl, "Lesotho"@nl, "Lesotho"@lb, "Lesotho"@it, "Lesotho"@hu, "Lesotho"@fr, "Lesotho"@fi, "Lesotho"@et, "Lesotho"@da, "Lesotho"@cs, "Lesotho"@ca, "Lesotho"@de, "Lesotho"@en, "Lesotas"@lt ;
  ms:hasIANASubtag "LS" ;
  skos:inScheme ms:LocationTaxonomy ;
  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_LS .

<http://publications.europa.eu/resource/authority/country/LSO> owl:sameAs bcp47:region_LS .
