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

bcp47:region_PS
  skos:prefLabel "Палестина*"@bg, "Palesztina*"@hu, "Palestina"@no, "Palestina"@ca, "Палестина"@uk, "Палестина"@ru, "巴勒斯坦"@zh, "Palestína"@is, "Palestīna*"@lv, "State of Palestine"@en, "فلسطين"@ar, "Palæstina*"@da, "パレスチナ"@ja, "Palestina*"@sv, "Palestina*"@sl, "Palestina*"@ro, "Palestina*"@pt, "Palestina*"@nl, "Palestina*"@lt, "Palestina*"@it, "Palestina*"@hr, "Palestina*"@es, "Palestina*"@cs, "Il-Palestina*"@mt, "Palestyna*"@pl, "Παλαιστίνη*"@el, "An Phalaistín*"@ga, "Palästina"@lb, "Palestine*"@fr, "Palestína*"@sk, "Filistin"@tr, "Palestiina*"@fi, "Palestiina*"@et, "Palästina*"@de ;
  rdfs:label "Palästina"@lb, "Palesztina*"@hu, "Palæstina*"@da, "Παλαιστίνη*"@el, "Палестина*"@bg, "Palestina*"@cs, "Palestina*"@es, "Palestina*"@hr, "Palestina*"@it, "Palestina*"@lt, "Palestina*"@nl, "Palestina*"@pt, "Palestina*"@ro, "Palestina*"@sl, "Palestina*"@sv, "Palestína*"@sk, "An Phalaistín*"@ga, "巴勒斯坦"@zh, "Palestína"@is, "Palästina*"@de, "Palestina"@no, "Palestina"@ca, "Palestiina*"@et, "Palestiina*"@fi, "Palestine*"@en, "Palestine*"@fr, "فلسطين"@ar, "Il-Palestina*"@mt, "State of Palestine"@en, "Palestyna*"@pl, "Palestīna*"@lv, "Палестина"@ru, "Палестина"@uk, "Filistin"@tr, "パレスチナ"@ja ;
  skos:inScheme ms:LocationTaxonomy ;
  skos:topConceptOf ms:LocationTaxonomy ;
  a skos:Concept, owl:NamedIndividual, dc:Location ;
  skos:altLabel "Palestine*"@en ;
  ms:hasIANASubtag "PS" .

<http://publications.europa.eu/resource/authority/country/PSE> owl:sameAs bcp47:region_PS .
