@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/hoc>
  skos:prefLabel "Língua ho"@pt, "Ho"@fr, "Ho"@en ;
  owl:sameAs <http://www.mpii.de/yago/resource/Ho_language>, <http://dbpedia.org/resource/Ho_language> ;
  ns0:iso639P3Code "hoc" ;
  a skos:Concept, ns0:Language ;
  skos:notation "hoc" ;
  skos:inScheme isolangs: ;
  skos:definition "Ho (also known as Bihar Ho and Lanka Kol) is a Munda language of the Austroasiatic language family spoken primarily in India by about 3,803,126 people. It is written with the Devanagari and the Varang Kshiti scripts. It is spoken by the Ho people. 0.103% of India's Population speaks this language as per the 2001 census. The Script was founded and developed by pandit Dr. Lako Bodra."@en ;
  skos:altLabel "Ho language"@en .

