@prefix eulanguages: <http://publications.europa.eu/resource/authority/language/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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/> .

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

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

eulanguages:TJL
  skos:notation "tjl"^^ns0:ISO_639_3, "tjl"^^ns0:XML_LNG ;
  skos:topConceptOf eulanguages:0003, <http://publications.europa.eu/resource/authority/language> ;
  a skos:Concept ;
  ns1:authority-code "TJL" ;
  skos:altLabel "Tai Lai"@en ;
  ns1:op-mapped-code [ a ns1:MappedCode ] ;
  dc11:identifier "TJL" ;
  ns2:op-code "TJL" ;
  ns1:op-code "TJL" ;
  ns1:deprecated "false" ;
  skos:inScheme ns2:language, eulanguages:0003 ;
  skos:prefLabel "Tai Laing"@en ;
  ns1:start.use "1950-05-09" .

