@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/abe>
  skos:prefLabel "Westliche Abenaki"@de, "Western Abnaki"@en ;
  skos:definition "Western Abnaki (also known as Abenaki or St. Francis Abenaki) is one of the World's most endangered languages. In 1991 it was spoken by 20 individuals along the St. Lawrence River between Montreal and Quebec City, who lived mostly at Odanak, the site of the former mission village of St. Francis and about 50 individuals living throughout New York state and Connecticut. It is now considered nearly extinct. However, a new generation of speakers are actively preserving and revitalizing the language. Fluent speakers Joseph Elie Joubert from the Odanak reservation and fluent speaker Jesse Bowman Bruchac lead partial immersion classes in the language across the northeast. They have also created several new books in and about the language as well as audio, video and web-based media to help others learn the language."@en ;
  owl:sameAs <http://www.mpii.de/yago/resource/Western_Abnaki_language>, <http://dbpedia.org/resource/Western_Abnaki_language> ;
  skos:altLabel "Western Abnaki language"@en, "Abnaki, Western"@en ;
  a <http://lexvo.org/ontology#Language>, skos:Concept ;
  skos:inScheme isolangs: ;
  ns0:iso639P3Code "abe" ;
  skos:notation "abe" .

