@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/ndi>
  ns0:iso639P3Code "ndi" ;
  a skos:Concept, ns0:Language ;
  owl:sameAs <http://www.mpii.de/yago/resource/Chamba_Leko>, <http://dbpedia.org/resource/Chamba_Leko> ;
  skos:inScheme isolangs: ;
  skos:definition "Chamba Leko is one of two languages spoken by the Chamba people, the other being Chamba Daka. It is a member of the Leko branch of Savanna languages, and is spoken across the northern Nigerian–Cameroonian border."@en ;
  skos:prefLabel "Samba Leko"@en, "Samba Leko"@de ;
  skos:notation "ndi" ;
  skos:altLabel "Chamba Leko"@en .

