@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/resource/authority/> .
@prefix ns3: <http://publications.europa.eu/ontology/euvoc#> .

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

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

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

