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

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

bcp47:region_FI
  rdfs:label "Il-Finlandja"@mt, "Finlande"@fr, "Финляндия"@ru, "Финска"@sr, "Финска"@mk, "芬兰"@zh, "Finlandia"@es, "Somija"@lv, "Finska"@bs, "Finska"@hr, "Finska"@sl, "Finlandia"@eu, "Finlandia"@gl, "Finlandia"@it, "Finlandia"@pl, "Finlàndia"@ca, "Finlândia"@pt, "Фінляндія"@uk, "Fínsko"@sk, "Suomija"@lt, "Suomi"@fi, "Фінляндыя"@be, "Finnország"@hu, "Finsko"@cs, "Finland"@en, "Finland"@da, "Finland"@nl, "Finland"@sv, "Φινλανδία"@el, "Финлaндия"@bg, "Finlanda"@rm, "Finlanda"@ro, "Finlanda"@sq, "Soome"@et, "Finnland"@de, "Finnland"@fo, "Finnland"@is, "Finnland"@lb, "Finnland"@no, "フィンランド"@ja, "Finlandiya"@tr, "An Fhionlainn"@ga, "فنلندا"@ar ;
  skos:prefLabel "Finlandia"@pl, "Finlandia"@it, "Finlandia"@gl, "Finlandia"@eu, "Finlandia"@es, "Finnland"@no, "Finnland"@lb, "Finnland"@is, "Finnland"@fo, "Finnland"@de, "Il-Finlandja"@mt, "Φινλανδία"@el, "Фінляндія"@uk, "فنلندا"@ar, "Finlanda"@sq, "Finlanda"@ro, "Finlanda"@rm, "Finlândia"@pt, "Финска"@sr, "Somija"@lv, "Финска"@mk, "An Fhionlainn"@ga, "Finland"@sv, "Finland"@nl, "Finland"@da, "Finland"@en, "Финлaндия"@bg, "Finsko"@cs, "Finlande"@fr, "Fínsko"@sk, "Soome"@et, "Finnország"@hu, "Finska"@sl, "Finska"@hr, "Finska"@bs, "フィンランド"@ja, "芬兰"@zh, "Finlandiya"@tr, "Фінляндыя"@be, "Suomi"@fi, "Suomija"@lt, "Финляндия"@ru, "Finlàndia"@ca ;
  a skos:Concept, owl:NamedIndividual, dc:Location ;
  ms:hasIANASubtag "FI" ;
  skos:topConceptOf ms:LocationTaxonomy ;
  skos:inScheme ms:LocationTaxonomy .

<http://publications.europa.eu/resource/authority/country/FIN> owl:sameAs bcp47:region_FI .
