@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix eulanguages: <http://publications.europa.eu/resource/authority/language/> .
@prefix ns0: <http://publications.europa.eu/ontology/euvoc#> .
@prefix ns1: <http://publications.europa.eu/ontology/authority/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ns2: <http://publications.europa.eu/resource/authority/> .

<http://publications.europa.eu/resource/authority/language>
  rdfs:label "Language"@en ;
  skos:prefLabel "Language"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept eulanguages:SOT .

eulanguages:0002
  rdfs:label "frequent language"@en ;
  skos:prefLabel "frequent language"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept eulanguages:SOT .

eulanguages:SOT
  skos:notation "st"^^ns0:XML_LNG, "sot"^^ns0:ISO_639_2T, "sot"^^ns0:ISO_639_2B, "sot"^^ns0:ISO_639_3, "st"^^ns0:ISO_639_1 ;
  skos:topConceptOf eulanguages:0002, <http://publications.europa.eu/resource/authority/language> ;
  skos:prefLabel "soto meridional"@pt, "Southern Sotho"@nl, "Southern Sotho"@en, "sotho du sud"@fr, "южен сото"@bg, "jižní sotština"@cs, "južná sothčina"@sk, "eteläsotho"@fi, "sotho meridional"@es, "syd-sotho"@da, "νότια σότο"@el, "dienvidsotu valoda"@lv, "sotho"@pl, "Sotho tan-Nofsinhar"@mt, "južni soto"@hr, "Sútúis an Deiscirt"@ga, "južni sotho"@sl, "південна сото"@uk, "suuto keel"@et, "sydsotho"@sv, "pietų sotų"@lt, "sotho del Sud"@it, "déli szotó"@hu, "Sesotho"@de, "sesotho"@ro ;
  skos:inScheme eulanguages:0002, <http://publications.europa.eu/resource/authority/language> ;
  ns1:op-mapped-code [ a ns1:MappedCode ], [ a ns1:MappedCode ], [ a ns1:MappedCode ], [ a ns1:MappedCode ] ;
  skos:altLabel "sesotų"@lt, "Sesotho"@st ;
  ns1:deprecated "false" ;
  skos:exactMatch <http://id.loc.gov/vocabulary/iso639-1/st> ;
  skos:definition "Southern Sotho is a Bantu language. It is one of the official languages of South Africa."@en ;
  ns1:start.use "1950-05-09" ;
  a skos:Concept ;
  ns1:op-code "SOT" ;
  dc11:identifier "SOT" ;
  ns2:op-code "SOT" ;
  ns1:authority-code "SOT" .

<http://id.loc.gov/vocabulary/iso639-1/st> skos:exactMatch eulanguages:SOT .
