@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix isolangs: <http://lexvo.org/id/> .
@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#> .

<http://lexvo.org/ontology#iso639P3Code> rdfs:label "ISO 639-3 code"@en, "Código ISO 639-3"@pt .
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#Language>
  rdfs:label "Língua"@pt, "Language"@en ;
  a owl:Class .

<http://lexvo.org/id/iso639-3/ibg>
  ns0:iso639P3Code "ibg" ;
  skos:prefLabel "Ibanag"@fr, "Ibanag"@en ;
  skos:inScheme isolangs: ;
  owl:sameAs <http://dbpedia.org/resource/Ibanag_language>, <http://www.mpii.de/yago/resource/Ibanag_language> ;
  a skos:Concept, ns0:Language ;
  skos:definition "The Ibanag language (also Ybanag or Ibanak) is spoken by up to 500,000 speakers (the Ibanag people) in the Philippines, in the northeastern provinces of Isabela and Cagayan, especially in Tuguegarao City, Solana, Cabagan, and Ilagan and with overseas immigrants in countries located in the Middle East, UK and the U.S.A.. Most of the speakers can also speak Ilocano, the lingua franca of Northern Luzon. Ibanag is derived from bannag river. It is closely related to Gaddang, Itawis, Agta, Atta, Yogad, Isneg and Malaweg."@en ;
  skos:altLabel "Ibanag language"@en ;
  skos:notation "ibg" .

