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

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

<http://lexvo.org/id/iso639-3/xzh>
  skos:notation "xzh" ;
  owl:sameAs <http://www.mpii.de/yago/resource/Zhang-Zhung_language>, <http://dbpedia.org/resource/Zhang-Zhung_language> ;
  a skos:Concept, <http://lexvo.org/ontology#Language> ;
  skos:inScheme isolangs: ;
  ns0:iso639P3Code "xzh" ;
  skos:definition "Zhang-Zhung is an extinct Tibeto-Burman language that was spoken in what is now western Tibet. The term Zhang-zhung language has been used to refer to two different entities. The first Old Zhang-zhung refers to the language which appears in a small number of documents preserved in Dunhuang. The language of these text was identified as Zhang-zhung by F. W. Thomas and this identification has been accepted by Takeuchi Tsuguhito (武内紹人). However, Dan Martin questions the wisdom of connecting the language of these texts to the language which occurs occasionally in the scriptures of the Bon religion."@en ;
  skos:prefLabel "Zhang-Zhung"@en ;
  skos:altLabel "Zhang-Zhung language"@en .

