@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#> .
@prefix isolangs: <http://lexvo.org/id/> .

<http://lexvo.org/ontology#iso639P2TCode> rdfs:label "ISO 639-2 Terminological code"@en, "Código terminológico ISO 639-2"@pt .
<http://lexvo.org/id/iso639-3/ido>
  skos:definition "Ido is a language created with the goal of becoming a universal second language for speakers of diverse linguistic backgrounds. Ido was specifically designed to be grammatically, orthographically, and lexicographically regular, and above all easy to learn and use. In this sense, Ido is classified as a constructed international auxiliary language."@en ;
  owl:sameAs <info:lc/vocabulary/languages/ido>, <http://www.lingvoj.org/lang/io>, <http://lexvo.org/id/iso639-1/io>, <http://dbpedia.org/resource/Ido>, <http://www.mpii.de/yago/resource/Ido>, <http://lexvo.org/id/wordnet/30/noun/ido_1_10_00>, <http://psi.oasis-open.org/iso/639/#ido> ;
  skos:altLabel "Lingua ido"@it, "ido"@pt, "Ido"@es, "Ido"@fr, "Ido-Sprache"@de ;
  skos:prefLabel "ido"@it, "ido"@fr, "ido"@es, "Ido"@pt, "Ido"@en, "Ido"@de ;
  ns0:iso639P3Code "ido" ;
  a skos:Concept, ns0:Language ;
  ns0:iso639P2BCode "ido" ;
  skos:notation "ido" ;
  ns0:iso639P2TCode "ido" ;
  ns0:iso639P1Code "io" ;
  skos:inScheme isolangs: .

ns0:iso639P1Code rdfs:label "ISO 639-1 code"@en, "Código ISO 639-1"@pt .
ns0:iso639P3Code rdfs:label "ISO 639-3 code"@en, "Código ISO 639-3"@pt .
ns0:iso639P2BCode rdfs:label "ISO 639-2 Bibliographical code"@en, "Código bibliográfico ISO 639-2"@pt .
ns0:Language
  rdfs:label "Língua"@pt, "Language"@en ;
  a owl:Class .

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 .

