@prefix language: <http://publications.europa.eu/resource/authority/language/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <http://publications.europa.eu/ontology/euvoc#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

language:POR
  a skos:Concept ;
  dc:created "2016-01-01T00:00:00Z"^^xsd:dateTime ;
  ns0:status <http://publications.europa.eu/resource/authority/concept-status/CURRENT> ;
  skos:inScheme <http://data.legilux.public.lu/resource/authority/language> ;
  skos:prefLabel "portugais"@fr ;
  skos:topConceptOf <http://data.legilux.public.lu/resource/authority/language> ;
  owl:deprecated "false"@en ;
  skos:notation "pt"^^ns0:ISO_639_1, "por"^^ns0:ISO_639_2 ;
  skos:definition """Le portugais est une langue appartenant au sous-groupe ibéro-roman des langues romanes. Il est parlé au Portugal, au Brésil, au Mozambique, en Angola, au Cap-Vert, en Guinée-Bissau, à Sao Tomé-et-Principe, à Macao (Chine), en Guinée équatoriale et au Timor-Oriental.
Le portugais est la langue la plus parlée de l’hémisphère Sud."""@fr .

<http://data.legilux.public.lu/resource/authority/language>
  a skos:ConceptScheme ;
  skos:hasTopConcept language:POR ;
  skos:prefLabel "Langues"@fr .

