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

<http://publications.europa.eu/resource/authority/country/GUY> owl:sameAs bcp47:region_GY .
bcp47:region_GY
  rdfs:label "Гвиана"@bg, "Gajana"@lt, "Гайана"@ru, "Il-Guyana"@mt, "Gvæjana"@is, "Gajāna"@lv, "Γουιάνα"@el, "Guiana"@pt, "Gujana"@pl, "Гаяна"@uk, "Gvajana"@hr, "Gvajana"@sl, "Guyana"@de, "Guyana"@en, "Guyana"@ca, "Guyana"@cs, "Guyana"@da, "Guyana"@es, "Guyana"@et, "Guyana"@fi, "Guyana"@fr, "Guyana"@hu, "Guyana"@it, "Guyana"@lb, "Guyana"@nl, "Guyana"@no, "An Ghuáin"@ga, "Guyana"@ro, "Guyana"@sk, "Guyana"@sv, "Guyana"@tr, "ガイアナ"@ja, "غيانا"@ar, "圭亚那"@zh ;
  skos:prefLabel "Gajana"@lt, "Гаяна"@uk, "An Ghuáin"@ga, "ガイアナ"@ja, "圭亚那"@zh, "Guyana"@tr, "Guyana"@sv, "Guyana"@sk, "Guyana"@ro, "Guyana"@no, "Guyana"@nl, "Guyana"@lb, "Guyana"@it, "Guyana"@hu, "Guyana"@fr, "Guyana"@fi, "Guyana"@et, "Guyana"@es, "Guyana"@da, "Guyana"@cs, "Guyana"@ca, "Guyana"@de, "Guyana"@en, "Гайана"@ru, "Γουιάνα"@el, "غيانا"@ar, "Gajāna"@lv, "Il-Guyana"@mt, "Gvæjana"@is, "Gujana"@pl, "Гвиана"@bg, "Guiana"@pt, "Gvajana"@sl, "Gvajana"@hr ;
  ms:hasIANASubtag "GY" ;
  skos:inScheme ms:LocationTaxonomy ;
  a skos:Concept, dc:Location, owl:NamedIndividual ;
  skos:topConceptOf ms:LocationTaxonomy .

