@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isolangs: <http://lexvo.org/id/> .
@prefix ns0: <http://lexvo.org/ontology#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://lexvo.org/id/iso639-3/vgt>
  owl:sameAs <http://dbpedia.org/resource/Flemish_Sign_Language>, <http://www.mpii.de/yago/resource/Flemish_Sign_Language> ;
  a skos:Concept, <http://lexvo.org/ontology#Language> ;
  skos:definition "Flemish Sign Language (Vlaamse Gebarentaal or VGT, previously known as Belgian Sign Language, which included also the divergent dialect known as Walloon or French Belgian Sign Language) is the language used by signers in Flanders, which is the northern part of Belgium, a country in Western Europe. The Flemish Deaf community is estimated to include approximately 6,000 sign language users (Loots et al., 2003)."@en ;
  skos:prefLabel "Vlaamse Gebarentaal"@en ;
  skos:altLabel "Flemish Sign Language"@en ;
  skos:inScheme isolangs: ;
  ns0:iso639P3Code "vgt" ;
  skos:notation "vgt" .

isolangs:
  rdfs:label "Lexvo - ISO 639-3 language codes"@en, "Lexvo - códigos de língua ISO 639-3"@pt ;
  skos:prefLabel "Lexvo - ISO 639-3 language codes"@en, "Lexvo - códigos de língua ISO 639-3"@pt ;
  a skos:ConceptScheme, owl:Ontology .

ns0:iso639P3Code rdfs:label "ISO 639-3 code"@en, "Código ISO 639-3"@pt .
ns0:Language
  rdfs:label "Língua"@pt, "Language"@en ;
  a owl:Class .

