@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/id/iso639-3/knj>
  owl:sameAs <http://www.mpii.de/yago/resource/Akatek_language>, <http://dbpedia.org/resource/Akatek_language> ;
  skos:prefLabel "Akateko"@fr, "Akatek language"@en, "Akatekisch"@de, "Língua acateca"@pt, "Idioma acateco"@es ;
  skos:notation "knj" ;
  a skos:Concept, <http://lexvo.org/ontology#Language> ;
  skos:altLabel "Kanjobal, Western"@en, "Western Kanjobal"@en ;
  skos:definition "Akatek is a Mayan language spoken by the Akatek people primarily in the Huehuetenango Department, Guatemala in and around the municipalities of Concepción Huista, Nentón, San Miguel Acatán, San Rafael La Independencia and San Sebastián Coatán. A number of speakers also live in Chiapas, Mexico. It is a living language with 58,600 speakers as of 1998, of which 48,500 lived in Guatemala and the remaining in Mexico."@en ;
  ns0:iso639P3Code "knj" ;
  skos:inScheme isolangs: .

ns0:Language
  rdfs:label "Língua"@pt, "Language"@en ;
  a owl:Class .

