@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://lexvo.org/ontology#> .
@prefix isolangs: <http://lexvo.org/id/> .
@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/xad>
  skos:notation "xad" ;
  skos:definition "Adai (also Adaizan, Adaizi, Adaise, Adahi, Adaes, Adees, Atayos) is an extinct language that was spoken in northwestern Louisiana. It is very poorly documented, being known only from a list of 275 words from 1804, so classification is probably impossible. It was once proposed that there may be a connection between Adai and the nearby Caddoan languages, but this now seems unlikely."@en ;
  skos:altLabel "Adai language"@en ;
  skos:prefLabel "Adaizan"@fr, "Adai"@es, "Adai"@en, "Adai"@de ;
  ns0:iso639P3Code "xad" ;
  skos:inScheme isolangs: ;
  owl:sameAs <http://dbpedia.org/resource/Adai_language>, <http://www.mpii.de/yago/resource/Adai_language> ;
  a skos:Concept, ns0:Language .

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 .

