@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:TUK
  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 "turkmène"@fr ;
  skos:topConceptOf <http://data.legilux.public.lu/resource/authority/language> ;
  owl:deprecated "false"@en ;
  skos:notation "tk"^^ns0:ISO_639_1, "tuk"^^ns0:ISO_639_2 ;
  skos:definition """Le turkmène est une langue appartenant au groupe des langues turques, parlée en Asie centrale, principalement au Turkménistan.
Le turkmène a été écrit avec un alphabet arabe adapté, puis un alphabet latin jusqu’en 1940. L’État soviétique force alors l’adoption d’une variante de l’alphabet cyrillique pour l’écriture du turkmène. Depuis 1997, l’alphabet officiel est une variante de l’alphabet latin avec quelques diacritiques, proche de celui du turc."""@fr .

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

