@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix language: <http://publications.europa.eu/resource/authority/language/> .
@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#> .

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

language:VLS
  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 "flamand"@fr ;
  skos:topConceptOf <http://data.legilux.public.lu/resource/authority/language> ;
  owl:deprecated "false"@en ;
  skos:notation "nl"^^ns0:ISO_639_1, "vls"^^ns0:ISO_639_2 ;
  skos:definition """Le flamand (vlaams) ou belge néerlandais est la langue néerlandaise parlée en Flandre, la partie nord de la Belgique.
Les différences entre le flamand et le néerlandais sont minimes. L’utilisation du flamand comme langue officielle en Flandre est trompeuse: la seule langue officielle en Flandre est le néerlandais standard."""@fr .

