@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:LAO ;
  skos:prefLabel "Langues"@fr .

language:LAO
  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 "lao"@fr ;
  skos:topConceptOf <http://data.legilux.public.lu/resource/authority/language> ;
  owl:deprecated "false"@en ;
  skos:notation "lo"^^ns0:ISO_639_1, "lao"^^ns0:ISO_639_2 ;
  skos:definition """Le lao ou laotien est une langue du groupe taï de la branche dite «kam-taï» de la famille des langues taï-kadaï. C’est la langue officielle du Laos. La langue lao peut être divisée en cinq dialectes différents selon la région. Le lao de Vientiane est en général bien compris dans tout le pays.
L’alphabet laotien est basé sur l’alphabet siamois ancien, comme pour l’alphabet thaï."""@fr .

