@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/tmd>
  skos:definition "Haruai (less commonly Harway) is one of two languages of the Piawi family of New Guinea. The language has borrowings from Kalam. Young men are likely to know Kobon and Tok Pisin, but many Haruai are monolingual. Commonly known as Waibuk, also Wiyaw, Wovan, Taman. Dialects are North Waibuk (Hamil), Central Waibuk (Mambar), South Waibuk (Arama); word taboo is practiced but does not impede communication."@en ;
  owl:sameAs <http://dbpedia.org/resource/Haruai_language>, <http://www.mpii.de/yago/resource/Haruai_language> ;
  skos:prefLabel "Haruai"@en ;
  skos:notation "tmd" ;
  a skos:Concept, <http://lexvo.org/ontology#Language> ;
  skos:altLabel "Haruai language"@en ;
  ns0:iso639P3Code "tmd" ;
  skos:inScheme isolangs: .

