@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 ns2: <http://publications.europa.eu/resource/authority/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

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

eulanguages:0003
  rdfs:label "infrequent language"@en ;
  skos:prefLabel "infrequent language"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept eulanguages:WAL .

eulanguages:WAL
  skos:topConceptOf eulanguages:0003, <http://publications.europa.eu/resource/authority/language> ;
  skos:notation "wal"^^ns0:ISO_639_2T, "wal"^^ns0:XML_LNG, "wal"^^ns0:ISO_639_3, "wal"^^ns0:ISO_639_2B ;
  ns1:op-mapped-code [ a ns1:MappedCode ], [ a ns1:MappedCode ], [ a ns1:MappedCode ] ;
  skos:inScheme <http://publications.europa.eu/resource/authority/language>, eulanguages:0003 ;
  ns1:start.use "1950-05-09" ;
  ns1:deprecated "false" ;
  a skos:Concept ;
  skos:definition "Wolaytta is a North Omotic language of the Ometo group spoken in the Wolayita Zone and some other parts of southwestern Ethiopia. It is the native language of the Welayta people. The estimates of the population vary greatly because it is not agreed where the boundaries of the language are. There are conflicting claims about how widely Wolaytta is spoken. Some hold that Melo, Oyda, and Gamo-Gofa-Dawro are also dialects, but most sources, including Glottolog and ISO 639-3 now list these as separate languages."@en ;
  ns2:op-code "WAL" ;
  skos:altLabel "Wolaytta Doonaa"@wal, "Wolaitta"@en ;
  skos:prefLabel "Wolaytta"@en ;
  dc11:identifier "WAL" ;
  ns1:authority-code "WAL" ;
  ns1:op-code "WAL" .

