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

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 .

<http://lexvo.org/ontology#iso639P3Code> rdfs:label "ISO 639-3 code"@en, "Código ISO 639-3"@pt .
<http://lexvo.org/ontology#Language>
  rdfs:label "Língua"@pt, "Language"@en ;
  a owl:Class .

<http://lexvo.org/id/iso639-3/dba>
  skos:inScheme isolangs: ;
  owl:sameAs <http://dbpedia.org/resource/Bangime_language>, <http://www.mpii.de/yago/resource/Bangime_language> ;
  skos:prefLabel "Bangime"@en ;
  skos:altLabel "Bangi Me"@en, "Bangime language"@en ;
  a <http://lexvo.org/ontology#Language>, skos:Concept ;
  ns0:iso639P3Code "dba" ;
  skos:definition "The Bangime language, or in full , is spoken by some 1500 ethnic Dogon in seven villages in southern Mali, who call themselves the (hidden people). Long known to be highly divergent from (other) Dogon languages, it was first proposed as a possible isolate by Blench (2005). Research since then has confirmed that it appears to be unrelated to neighboring languages."@en ;
  skos:notation "dba" .

