@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/bgx>
  skos:definition "Balkan Gagauz Turkish (also known as Balkan Turkic) is a Turkic language spoken in European Turkey, Greece, and in the Kumanovo and Bitola areas of the Republic of Macedonia. Dialects include Gajal, Gerlovo Turk, Karamanli, Kyzylbash, Surguch, Tozluk Turk, Yuruk, and Macedonian Gagauz. This is a different language from Gagauz and Turkish."@en ;
  a skos:Concept, <http://lexvo.org/ontology#Language> ;
  skos:prefLabel "Balkan Gagauz Turkish"@en ;
  ns0:iso639P3Code "bgx" ;
  owl:sameAs <http://dbpedia.org/resource/Balkan_Gagauz_Turkish_language>, <http://www.mpii.de/yago/resource/Balkan_Gagauz_Turkish_language> ;
  skos:altLabel "Turkish, Balkan Gagauz"@en, "Balkan Gagauz Turkish language"@en ;
  skos:notation "bgx" ;
  skos:inScheme isolangs: .

