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

<http://lexvo.org/ontology#iso639P2TCode> rdfs:label "ISO 639-2 Terminological code"@en, "Código terminológico ISO 639-2"@pt .
<http://lexvo.org/ontology#iso639P3Code> rdfs:label "ISO 639-3 code"@en, "Código ISO 639-3"@pt .
<http://lexvo.org/ontology#iso639P2BCode> rdfs:label "ISO 639-2 Bibliographical code"@en, "Código bibliográfico ISO 639-2"@pt .
<http://lexvo.org/ontology#Language>
  rdfs:label "Língua"@pt, "Language"@en ;
  a owl:Class .

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/zun>
  skos:inScheme isolangs: ;
  a <http://lexvo.org/ontology#Language>, skos:Concept ;
  owl:sameAs <http://www.lingvoj.org/lang/zun>, <info:lc/vocabulary/languages/zun>, <http://www.mpii.de/yago/resource/Zuni_language>, <http://psi.oasis-open.org/iso/639/#zun>, <http://dbpedia.org/resource/Zuni_language> ;
  skos:prefLabel "zuni"@it, "zuni"@fr, "zuni"@es, "Zuñi"@de, "Zuni"@en, "zunhi"@pt ;
  skos:altLabel "Zuni-Sprache"@de, "Zuni language"@en, "Língua zuni"@pt, "Idioma zuñi"@es ;
  skos:notation "zun" ;
  ns0:iso639P2TCode "zun" ;
  ns0:iso639P3Code "zun" ;
  ns0:iso639P2BCode "zun" ;
  skos:definition "Zuni (also Zuñi) is a language of the Zuni people, indigenous to western New Mexico and eastern Arizona in the United States. It is spoken by around 9,500 people worldwide, especially in the vicinity of Zuni Pueblo, New Mexico, and much smaller numbers in parts of Arizona."@en .

