@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/acw>
  skos:prefLabel "Árabe hiyazí"@es, "Hijazi Arabic"@en ;
  skos:altLabel "Arabic, Hijazi"@en, "Hejazi Arabic"@en ;
  a skos:Concept, <http://lexvo.org/ontology#Language> ;
  skos:notation "acw" ;
  skos:inScheme isolangs: ;
  owl:sameAs <http://dbpedia.org/resource/Hejazi_Arabic>, <http://www.mpii.de/yago/resource/Hejazi_Arabic> ;
  skos:definition "Hejazi Arabic (also known as Hijazi Arabic [ISO 639-3], West Arabian Arabic) is a variety of the Arabic language spoken in the western region of Saudi Arabia. Although, strictly speaking, there are two distinct dialects spoken in the Hejaz region, one by the bedouin and rural tribes, and another by the urban population, the term most often applies to the urban variety, spoken in cities such as Jeddah, Mecca, Yanbu, and Medina. Outside of Arabia, Urban Hejazi appears to be most closely related to the Arabic dialects of Northern Sudan and Upper Egypt (Ingham 1971)."@en ;
  ns0:iso639P3Code "acw" .

