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

<http://lexvo.org/id/iso639-3/zav>
  a skos:Concept, <http://lexvo.org/ontology#Language> ;
  skos:inScheme isolangs: ;
  ns0:iso639P3Code "zav" ;
  owl:sameAs <http://www.mpii.de/yago/resource/Yatzachi_Zapotec>, <http://dbpedia.org/resource/Yatzachi_Zapotec> ;
  skos:altLabel "Zapotec, Yatzachi"@en ;
  skos:definition "Yatzachi Zapotec is an Oto-Manguean language of the Zapotecan branch, spoken in northern central Oaxaca, Mexico. It had about 2,500 speakers at the time of the 1990 Mexican census. The Yatzachi dialect belongs to the Villa Alta group of Zapotec dialects, of which the main dialect is San Bartolomé Zoogocho. The degree of mutual intelligibility between Yatzachi and the San Bartolomé Zoogocho dialect is estimated to be around 90 percent."@en ;
  skos:prefLabel "Yatzachi Zapotec"@en ;
  skos:notation "zav" .

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 .

