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

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

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

eulanguages:VEN
  skos:altLabel "Tshivenḓa"@ve ;
  skos:definition "Venda is a Bantu language. It is one of the official languages of South Africa."@en ;
  skos:prefLabel "jezik venda"@sl, "venda"@ro, "venda"@pl, "venda"@pt, "venda"@it, "venda"@fi, "venda"@es, "venda"@hu, "venda"@sv, "venda"@hr, "venda"@fr, "venda"@da, "vendčina"@sk, "vendų"@lt, "vendu valoda"@lv, "βέντα"@el, "вендійська мова"@uk, "Venda"@en, "Venda"@mt, "Venda"@nl, "Veindis"@ga, "vendština"@cs, "Tshivenda"@de, "venda keel"@et, "венда"@bg ;
  ns0:op-mapped-code [ a ns0:MappedCode ], [ a ns0:MappedCode ], [ a ns0:MappedCode ], [ a ns0:MappedCode ] ;
  ns0:authority-code "VEN" ;
  ns0:deprecated "false" ;
  skos:notation "ve"^^ns1:XML_LNG, "ven"^^ns1:ISO_639_2B, "ve"^^ns1:ISO_639_1, "ven"^^ns1:ISO_639_2T, "ven"^^ns1:ISO_639_3 ;
  skos:inScheme eulanguages:0002, <http://publications.europa.eu/resource/authority/language> ;
  skos:topConceptOf eulanguages:0002, <http://publications.europa.eu/resource/authority/language> ;
  a skos:Concept ;
  ns0:op-code "VEN" ;
  ns2:op-code "VEN" ;
  skos:exactMatch <http://id.loc.gov/vocabulary/iso639-1/ve> ;
  dc11:identifier "VEN" ;
  ns0:start.use "1950-05-09" .

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