@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/authority/start.> .
@prefix ns1: <http://publications.europa.eu/ontology/authority/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ns2: <http://publications.europa.eu/ontology/euvoc#> .
@prefix ns3: <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:NIC .

eulanguages:NIC
  ns0:use "1950-05-09" ;
  ns1:op-mapped-code [ a ns1:MappedCode ], [ a ns1:MappedCode ] ;
  dc11:identifier "NIC" ;
  skos:prefLabel "Niger-Kordofanian languages"@en ;
  ns1:authority-code "NIC" ;
  a skos:Concept ;
  skos:notation "nic"^^ns2:ISO_639_2B, "nic"^^ns2:XML_LNG, "nic"^^ns2:ISO_639_2T ;
  skos:topConceptOf eulanguages:0003, <http://publications.europa.eu/resource/authority/language> ;
  ns1:deprecated "false" ;
  skos:historyNote "Manually added collection language"@en ;
  ns1:op-code "NIC" ;
  ns3:op-code "NIC" ;
  skos:inScheme eulanguages:0003, ns3:language .

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

