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

owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

bcp47:region_LV
  rdfs:label "Letland"@da, "Letland"@nl, "Летонија"@sr, "Letonia"@es, "Letonia"@eu, "Letonia"@gl, "Letonia"@ro, "Letonia"@sq, "Латвия"@ru, "ラトビア"@ja, "拉脱维亚"@zh, "Λετονία"@el, "Лaтвия"@bg, "Lettország"@hu, "An Laitvia"@ga, "لاتفيا"@ar, "Latvija"@lt, "Latvija"@lv, "Latvija"@sl, "Latvija"@bs, "Latvija"@hr, "Ла́твія"@be, "Łotwa"@pl, "Il-Latvja"@mt, "Lettland"@de, "Latvia"@fi, "Latvia"@no, "Latvia"@en, "Lettland"@fo, "Lettland"@is, "Lettland"@lb, "Lettland"@sv, "Letònia"@ca, "Латвија"@mk, "Letonya"@tr, "Letónia"@pt, "Латвія"@uk, "Lotyšsko"@cs, "Lotyšsko"@sk, "Lettonie"@fr, "Lettonia"@it, "Lettonia"@rm, "Läti"@et ;
  a dc:Location, owl:NamedIndividual, skos:Concept ;
  skos:prefLabel "Lettonia"@rm, "Lettonia"@it, "Lotyšsko"@sk, "Lotyšsko"@cs, "Ла́твія"@be, "ラトビア"@ja, "Летонија"@sr, "Lettország"@hu, "Läti"@et, "Latvia"@no, "Latvia"@fi, "Latvia"@en, "An Laitvia"@ga, "Λετονία"@el, "Латвія"@uk, "Lettland"@sv, "Lettland"@lb, "Lettland"@is, "Lettland"@fo, "Lettland"@de, "لاتفيا"@ar, "Letonia"@sq, "Letonia"@ro, "Letonia"@gl, "Letonia"@eu, "Letonia"@es, "Latvija"@sl, "Latvija"@lv, "Latvija"@lt, "Latvija"@hr, "Latvija"@bs, "Lettonie"@fr, "Il-Latvja"@mt, "Латвија"@mk, "Letonya"@tr, "Łotwa"@pl, "Letland"@nl, "Letland"@da, "拉脱维亚"@zh, "Латвия"@ru, "Лaтвия"@bg, "Letónia"@pt, "Letònia"@ca ;
  ms:hasIANASubtag "LV" ;
  skos:topConceptOf ms:LocationTaxonomy ;
  skos:inScheme ms:LocationTaxonomy .

ms:LocationTaxonomy
  rdfs:label "Location Taxonomy"@en ;
  skos:prefLabel "Location Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme ;
  skos:hasTopConcept bcp47:region_LV .

<http://publications.europa.eu/resource/authority/country/LVA> owl:sameAs bcp47:region_LV .
