@prefix eulanguages: <http://publications.europa.eu/resource/authority/language/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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#> .

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

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

eulanguages:LGS
  skos:inScheme eulanguages:0003, <http://publications.europa.eu/resource/authority/language> ;
  ns0:deprecated "false" ;
  skos:altLabel "Língua Gestual Guineense"@lgs, "Língua gestual guineense"@pt ;
  ns0:start.use "1950-05-09" ;
  skos:prefLabel "Guinea-Bissau Sign Language"@en ;
  skos:topConceptOf <http://publications.europa.eu/resource/authority/language>, eulanguages:0003 ;
  ns1:op-code "LGS" ;
  ns0:authority-code "LGS" ;
  skos:definition "Guinea-Bissau Sign Language is an incipient sign language evolving from the single school for the deaf in Guinea-Bissau, which was founded in Bissau in 2003. It is not directly related to the Portuguese sign language, although it has borrowed the alphabet from it."@en ;
  a skos:Concept ;
  dc11:identifier "LGS" ;
  skos:notation "lgs"^^ns2:ISO_639_3, "lgs"^^ns2:XML_LNG ;
  ns0:op-code "LGS" .

