@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#> .
@prefix isolangs: <http://lexvo.org/id/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://lexvo.org/id/iso639-3/dbw>
  a skos:Concept, <http://lexvo.org/ontology#Language> ;
  skos:altLabel "Dogon, Bankan Tey"@en ;
  owl:sameAs <http://dbpedia.org/resource/Bankan_Tey_Dogon>, <http://www.mpii.de/yago/resource/Bankan_Tey_Dogon> ;
  ns0:iso639P3Code "dbw" ;
  skos:prefLabel "Bankan Tey Dogon"@en ;
  skos:definition "Bankan Tey Dogon, at first called Walo-Kumbe Dogon after the two main villages it is spoken in, also known as Walo and Walonkore, is a divergent, recently described Dogon language spoken in Mali. It was first reported online by Roger Blench, who reports that it is \"clearly related to Nanga\", which is only known from one report from 1953."@en ;
  skos:notation "dbw" ;
  skos:inScheme isolangs: .

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 .

