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

bcp47:region_AT
  a dc:Location, skos:Concept, owl:NamedIndividual ;
  skos:prefLabel "Österreich"@de, "Австрія"@uk, "Itävalta"@fi, "Austria"@sq, "Austria"@ro, "Austria"@rm, "Austria"@pl, "Austria"@it, "Austria"@gl, "Austria"@eu, "Austria"@et, "Austria"@es, "Austria"@en, "Østerrike"@no, "Oostenrijk"@nl, "Austrija"@lv, "Austrija"@lt, "Austrija"@hr, "Austrija"@bs, "Австрија"@mk, "Áustria"@pt, "Éisträich"@lb, "L-Awstrija"@mt, "Avstrija"@sl, "النمسا"@ar, "Rakousko"@cs, "奥地利"@zh, "Аустрија"@sr, "Rakúsko"@sk, "Аўстрыя"@be, "オーストリア"@ja, "Österrike"@sv, "Austurríki"@is, "Østrig"@da, "Αυστρία"@el, "Autriche"@fr, "Àustria"@ca, "Avusturya"@tr, "Aвcтpия"@bg, "Ausztria"@hu, "Австрия"@ru, "Eysturríki"@fo, "An Ostair"@ga ;
  rdfs:label "Аустрија"@sr, "Avstrija"@sl, "奥地利"@zh, "النمسا"@ar, "Aвcтpия"@bg, "An Ostair"@ga, "Αυστρία"@el, "Австрия"@ru, "Éisträich"@lb, "Аўстрыя"@be, "Rakúsko"@sk, "Austria"@et, "Austria"@eu, "Austria"@gl, "Austria"@en, "Austria"@es, "Austria"@it, "Austria"@pl, "Austria"@rm, "Austria"@ro, "Austria"@sq, "Rakousko"@cs, "Austurríki"@is, "Австрија"@mk, "Ausztria"@hu, "Österrike"@sv, "Østrig"@da, "Austrija"@bs, "Austrija"@hr, "Austrija"@lt, "Austrija"@lv, "Itävalta"@fi, "L-Awstrija"@mt, "Oostenrijk"@nl, "オーストリア"@ja, "Østerrike"@no, "Österreich"@de, "Австрія"@uk, "Avusturya"@tr, "Àustria"@ca, "Áustria"@pt, "Autriche"@fr, "Eysturríki"@fo ;
  ms:hasIANASubtag "AT" ;
  skos:topConceptOf ms:LocationTaxonomy ;
  skos:inScheme ms:LocationTaxonomy .

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

<http://publications.europa.eu/resource/authority/country/AUT> owl:sameAs bcp47:region_AT .
