@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix isolangs: <http://lexvo.org/id/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://lexvo.org/ontology#> .

<http://lexvo.org/ontology#iso639P2TCode> rdfs:label "ISO 639-2 Terminological code"@en, "Código terminológico ISO 639-2"@pt .
<http://lexvo.org/ontology#iso639P1Code> rdfs:label "ISO 639-1 code"@en, "Código ISO 639-1"@pt .
<http://lexvo.org/ontology#iso639P3Code> rdfs:label "ISO 639-3 code"@en, "Código ISO 639-3"@pt .
<http://lexvo.org/ontology#iso639P2BCode> rdfs:label "ISO 639-2 Bibliographical code"@en, "Código bibliográfico ISO 639-2"@pt .
<http://lexvo.org/ontology#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 .

<http://lexvo.org/id/iso639-3/isl>
  skos:altLabel "Lingua islandese"@it, "islandais"@fr, "Idioma islandés"@es, "Isländische Sprache"@de, "Língua islandesa"@pt, "Icelandic language"@en ;
  skos:prefLabel "Icelandic"@en, "islandese"@it, "islandés"@es, "islandês"@pt, "Islandais"@fr, "Isländisch"@de ;
  owl:sameAs <http://lexvo.org/id/wordnet/30/noun/icelandic_1_10_00>, <http://www.mpii.de/yago/resource/Icelandic_language>, <http://psi.oasis-open.org/iso/639/#isl>, <info:lc/vocabulary/languages/ice>, <http://www.lingvoj.org/lang/is>, <http://lexvo.org/id/iso639-1/is>, <http://dbpedia.org/resource/Icelandic_language> ;
  skos:definition "Icelandic is a North Germanic language, the main language of Iceland. Its closest relative is Faroese."@en ;
  ns0:iso639P2TCode "isl" ;
  skos:inScheme isolangs: ;
  ns0:iso639P3Code "isl" ;
  ns0:iso639P2BCode "ice" ;
  ns0:iso639P1Code "is" ;
  a skos:Concept, ns0:Language ;
  skos:notation "isl" .

