@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/id/iso639-3/xag>
  ns0:iso639P3Code "xag" ;
  a skos:Concept, ns0:Language ;
  skos:prefLabel "Aghwan"@en, "Alwanische Sprache"@de ;
  owl:sameAs <http://dbpedia.org/resource/Caucasian_Albanian_language>, <http://www.mpii.de/yago/resource/Caucasian_Albanian_language> ;
  skos:notation "xag" ;
  skos:inScheme isolangs: ;
  skos:altLabel "Caucasian Albanian language"@en ;
  skos:definition "Caucasian Albanian, Aghwan or Old Udi, is an extinct member of the Caucasian language family. It was spoken in Caucasian Albania, which stretched from current day south Dagestan to Azerbaijan. Linguists believe it is an early linguistic predecessor to the endangered North Caucasian Udi language."@en .

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 .

