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

<http://publications.europa.eu/resource/authority/country/ISL> owl:sameAs bcp47:region_IS .
bcp47:region_IS
  rdfs:label "İzlanda"@tr, "Iceland"@en, "Islândia"@pt, "Izland"@hu, "Islandija"@lt, "Islandija"@sl, "冰岛"@zh, "Исланд"@sr, "Исланд"@mk, "Islanda"@it, "Islanda"@rm, "Islanda"@ro, "Islanda"@sq, "Islande"@fr, "Islande"@lv, "Ísland"@fo, "Ísland"@is, "An Íoslainn"@ga, "أيسلندا"@ar, "L-Iżlanda"@mt, "アイスランド"@ja, "Ісландія"@uk, "Islandia"@es, "Islandia"@eu, "Islandia"@gl, "Islandia"@pl, "Islàndia"@ca, "Ісландыя"@be, "Island"@et, "Island"@de, "Island"@bs, "Island"@cs, "Island"@da, "Island"@hr, "Island"@lb, "Island"@no, "Ισλανδία"@el, "Island"@sk, "Island"@sv, "Ĳsland"@nl, "Islanti"@fi, "Исландия"@ru, "Исландия"@bg ;
  skos:prefLabel "Ісландыя"@be, "Ісландія"@uk, "アイスランド"@ja, "L-Iżlanda"@mt, "An Íoslainn"@ga, "Islandija"@sl, "Islandija"@lt, "Исланд"@sr, "Исланд"@mk, "İzlanda"@tr, "Island"@sv, "Island"@sk, "Island"@no, "Island"@lb, "Island"@hr, "Island"@et, "Island"@da, "Island"@cs, "Island"@bs, "Island"@de, "Iceland"@en, "Ísland"@is, "Ísland"@fo, "Islande"@lv, "Islande"@fr, "Islândia"@pt, "Islàndia"@ca, "Ισλανδία"@el, "Исландия"@ru, "Исландия"@bg, "Islandia"@pl, "Islandia"@gl, "Islandia"@eu, "Islandia"@es, "Ĳsland"@nl, "冰岛"@zh, "Islanti"@fi, "أيسلندا"@ar, "Izland"@hu, "Islanda"@sq, "Islanda"@ro, "Islanda"@rm, "Islanda"@it ;
  a dc:Location, owl:NamedIndividual, skos:Concept ;
  skos:inScheme ms:LocationTaxonomy ;
  skos:topConceptOf ms:LocationTaxonomy ;
  ms:hasIANASubtag "IS" .

