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

bcp47:region_LY
  rdfs:label "Libija"@lt, "Ливия"@ru, "Libija"@sl, "Líbya"@sk, "Líbia"@ca, "Líbia"@hu, "Líbia"@pt, "Líbía"@is, "Лівія"@uk, "Liibüa"@et, "Il-Libja"@mt, "An Libia"@ga, "Lībija"@lv, "Λιβύη"@el, "Libye"@cs, "Libye"@fr, "Libië"@nl, "利比亚"@zh, "リビア"@ja, "ليبيا"@ar, "Libya"@en, "Libya"@fi, "Libya"@no, "Libya"@tr, "Libyen"@de, "Libyen"@da, "Libyen"@lb, "Libyen"@sv, "Libia"@it, "Libia"@pl, "Libia"@es, "Libia"@ro, "Либия"@bg, "Libija"@hr ;
  skos:prefLabel "Lībija"@lv, "Libië"@nl, "Il-Libja"@mt, "An Libia"@ga, "Λιβύη"@el, "Líbya"@sk, "Libija"@sl, "Libija"@lt, "Libija"@hr, "Libye"@fr, "Libye"@cs, "Либия"@bg, "Libyen"@sv, "Libyen"@lb, "Libyen"@da, "Libyen"@de, "Ливия"@ru, "Libya"@tr, "Libya"@no, "Libya"@fi, "Libya"@en, "Líbia"@pt, "Líbia"@hu, "Líbia"@ca, "ليبيا"@ar, "Líbía"@is, "Liibüa"@et, "Лівія"@uk, "利比亚"@zh, "リビア"@ja, "Libia"@ro, "Libia"@pl, "Libia"@it, "Libia"@es ;
  ms:hasIANASubtag "LY" ;
  a skos:Concept, dc:Location, owl:NamedIndividual ;
  skos:topConceptOf ms:LocationTaxonomy ;
  skos:inScheme ms:LocationTaxonomy .

<http://publications.europa.eu/resource/authority/country/LBY> owl:sameAs bcp47:region_LY .
