@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/win>
  skos:prefLabel "Lingua winnebago"@it, "Ho-Chunk"@en, "Winnebago"@fr ;
  skos:altLabel "Winnebago language"@en ;
  skos:definition "The Winnebago language is the language of the Ho-Chunk (or Winnebago) tribe of Native Americans in the United States. The language is part of the Siouan language family, and is closely related to the languages of the Iowa, Missouri, and Oto. The language can be written using the \"Pa-Pe-Pi-Po\" syllabics, although as of 1994 the official orthography of the Ho-Chunk Nation is an adaptation of the Roman alphabet. Although the language is highly endangered, there are currently vigorous efforts underway to keep it alive, primarily through the Hocąk Wazija Haci Language Division."@en ;
  ns0:iso639P3Code "win" ;
  skos:notation "win" ;
  skos:inScheme isolangs: ;
  a ns0:Language, skos:Concept ;
  owl:sameAs <http://dbpedia.org/resource/Winnebago_language>, <http://www.mpii.de/yago/resource/Winnebago_language> .

