@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/tgf>
  ns0:iso639P3Code "tgf" ;
  a ns0:Language, skos:Concept ;
  skos:inScheme isolangs: ;
  skos:altLabel "Chali language"@en ;
  skos:definition "The Chali language (Dzongkha: ཚ་ལི་ཁ་; Wylie: Tsha-li-kha; also called \"Chalikha,\" \"Chalipkha,\" \"Tshali,\" and \"Tshalingpa\") is an East Bodish language spoken by about 8,200 people in Wangmakhar, Gorsum and Tormazhong villages in Mongar District in eastern Bhutan, mainly around Chhali Gewog on east bank of Kuri Chhu River. Chalikha is related to Bumthangkha and Kurtöpkha.<ref name=SIL1/>"@en ;
  owl:sameAs <http://www.mpii.de/yago/resource/Chali_language>, <http://dbpedia.org/resource/Chali_language> ;
  skos:prefLabel "Chalikha"@en ;
  skos:notation "tgf" .

