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

<http://lexvo.org/id/iso639-3/fra>
  skos:altLabel "Língua francesa"@pt, "Französische Sprache"@de, "Idioma francés"@es, "French language"@en, "Lingua francese"@it, "Français"@fr ;
  skos:prefLabel "francés"@es, "français"@fr, "francês"@pt, "francese"@it, "Französisch"@de, "French"@en ;
  owl:sameAs <http://lexvo.org/id/iso639-1/fr>, <http://www.mpii.de/yago/resource/French_language>, <info:lc/vocabulary/languages/fre>, <http://www.lingvoj.org/lang/fr>, <http://psi.oasis-open.org/iso/639/#fra>, <http://dbpedia.org/resource/French_language>, <http://lexvo.org/id/wordnet/30/noun/french_1_10_00> ;
  a <http://lexvo.org/ontology#Language>, skos:Concept ;
  ns0:iso639P2TCode "fra" ;
  skos:notation "fra" ;
  ns0:iso639P1Code "fr" ;
  ns0:iso639P3Code "fra" ;
  skos:inScheme isolangs: ;
  skos:definition "French ( or ) is a Romance language spoken as a first language in France, the Romandy region in Switzerland, Wallonia and Brussels in Belgium, Monaco, the province of Quebec and the Acadia region in Canada, and by various communities elsewhere. Second-language speakers of French are distributed throughout many parts of the world, the largest numbers of which reside in Francophone Africa. In Africa, French is most commonly spoken in Gabon (where 80% report fluency) and 110 million native speakers and 190 million second language speakers. French is the second-most studied foreign language in the world, after English."@en ;
  ns0:iso639P2BCode "fre" .

ns0:iso639P2TCode rdfs:label "ISO 639-2 Terminological code"@en, "Código terminológico ISO 639-2"@pt .
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 .

