@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/resource/authority/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ns2: <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:GLV .

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

eulanguages:GLV
  skos:exactMatch <http://id.loc.gov/vocabulary/iso639-1/gv> ;
  skos:prefLabel "mančina"@sk, "Gaeilge Mhanann"@ga, "manksi"@fi, "Manx"@nl, "Manx"@mt, "Manx"@en, "Manx"@de, "meniečių"@lt, "mannois"@fr, "μανξ"@el, "манська мова"@uk, "mannese"@it, "manés"@es, "manština"@cs, "meniešu valoda"@lv, "manščina"@sl, "manx"@da, "manx"@hr, "manx"@hu, "manx"@sv, "manx"@pl, "manx"@ro, "mänksi keel"@et, "manês"@pt, "манкс"@bg ;
  ns0:op-mapped-code [ a ns0:MappedCode ], [ a ns0:MappedCode ], [ a ns0:MappedCode ], [ a ns0:MappedCode ] ;
  ns1:op-code "GLV" ;
  skos:definition "Manx is a Celtic language. It is one of the official languages of the Isle of Man."@en ;
  ns0:start.use "1950-05-09" ;
  dc11:identifier "GLV" ;
  ns0:op-code "GLV" ;
  ns0:deprecated "false" ;
  skos:notation "glv"^^ns2:ISO_639_2T, "glv"^^ns2:ISO_639_2B, "glv"^^ns2:ISO_639_3, "gv"^^ns2:ISO_639_1, "gv"^^ns2:XML_LNG ;
  skos:topConceptOf eulanguages:0002, ns1:language ;
  a skos:Concept ;
  skos:altLabel "Manx Gaelic"@en, "y Ghaelg"@gv ;
  skos:inScheme ns1:language, eulanguages:0002 ;
  ns0:authority-code "GLV" .

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