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

eulanguages:DGR
  skos:notation "dgr"^^ns0:ISO_639_2B, "dgr"^^ns0:ISO_639_2T, "dgr"^^ns0:XML_LNG, "dgr"^^ns0:ISO_639_3 ;
  skos:topConceptOf eulanguages:0003, <http://publications.europa.eu/resource/authority/language> ;
  skos:inScheme <http://publications.europa.eu/resource/authority/language>, eulanguages:0003 ;
  dc11:identifier "DGR" ;
  skos:definition "Tlicho, also known as Tłı̨chǫ Yatıì or the Dogrib language, is a Northern Athabaskan language spoken by the Tłı̨chǫ (Dogrib people) First Nations of the Canadian Northwest Territories. It is part of the Na-Dené language family and the disputed Dené–Yeniseian hypothesis."@en ;
  a skos:Concept ;
  ns1:authority-code "DGR" ;
  ns1:op-mapped-code [ a ns1:MappedCode ], [ a ns1:MappedCode ], [ a ns1:MappedCode ] ;
  skos:prefLabel "Tlicho"@en ;
  ns1:op-code "DGR" ;
  ns1:start.use "1950-05-09" ;
  ns1:deprecated "false" ;
  ns2:op-code "DGR" ;
  skos:altLabel "Tłı̨chǫ"@dgr, "Dogrib"@en .

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

