@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 dc11: <http://purl.org/dc/elements/1.1/> .
@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:BIS .

eulanguages:0002
  rdfs:label "frequent language"@en ;
  skos:prefLabel "frequent language"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept eulanguages:BIS .

eulanguages:BIS
  skos:prefLabel "Bislama"@mt, "Bislama"@en, "Bislama"@de, "Bislama"@nl, "бісламська мова"@uk, "bislamá"@pt, "bislamština"@cs, "μπισλάμα"@el, "bislama keel"@et, "biszlama"@hu, "bislamščina"@sl, "bislamčina"@sk, "bislama"@lt, "bislama"@es, "bislama"@da, "bislama"@fi, "bislama"@pl, "bislama"@it, "bislama"@fr, "bislama"@sv, "bislama"@hr, "bislama"@lv, "bislama"@ro, "Bioslaimis"@ga, "бислама"@bg ;
  skos:exactMatch <http://id.loc.gov/vocabulary/iso639-1/bi> ;
  skos:notation "bis"^^ns0:ISO_639_2B, "bi"^^ns0:XML_LNG, "bis"^^ns0:ISO_639_3, "bi"^^ns0:ISO_639_1, "bis"^^ns0:ISO_639_2T ;
  skos:topConceptOf eulanguages:0002, <http://publications.europa.eu/resource/authority/language> ;
  ns1:op-mapped-code [ a ns1:MappedCode ], [ a ns1:MappedCode ], [ a ns1:MappedCode ], [ a ns1:MappedCode ] ;
  ns1:start.use "1950-05-09" ;
  dc11:identifier "BIS" ;
  ns1:op-code "BIS" ;
  ns1:deprecated "false" ;
  ns1:authority-code "BIS" ;
  skos:definition "Bislama is an English-based creole language. It is one of the official languages of Vanuatu."@en ;
  skos:inScheme eulanguages:0002, <http://publications.europa.eu/resource/authority/language> ;
  skos:altLabel "bišlamā"@lv, "Bislama"@bi ;
  ns2:op-code "BIS" ;
  a skos:Concept .

<http://id.loc.gov/vocabulary/iso639-1/bi> skos:exactMatch eulanguages:BIS .
