@prefix draftstatus: <http://data.legilux.public.lu/resource/authority/draft-status/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://purl.org/umu/uneskos#> .

draftstatus:en-cours
  a skos:Concept ;
  skos:prefLabel "en cours"@fr ;
  skos:notation "in progress" .

draftstatus:publie
  a skos:Concept ;
  skos:prefLabel "publié"@fr ;
  skos:notation "published" .

draftstatus:retire
  a skos:Concept ;
  skos:prefLabel "retiré"@fr ;
  skos:notation "withdrawn" .

<http://data.legilux.public.lu/resource/authority/draft-status>
  a skos:ConceptScheme ;
  skos:prefLabel "Statuts des projets"@fr ;
  ns0:hasMicroThesaurus <http://data.legilux.public.lu/resource/authority/draft-status/collection/CE> .

draftstatus:en-suspens
  a skos:Concept ;
  skos:prefLabel "en suspens"@fr ;
  skos:notation "outstanding" .

draftstatus:transforme
  a skos:Concept ;
  skos:prefLabel "transformé"@fr ;
  skos:notation "transformed" .

<http://data.legilux.public.lu/resource/authority/draft-status/collection/CE>
  a skos:Collection ;
  skos:inScheme <http://data.legilux.public.lu/resource/authority/draft-status> ;
  skos:prefLabel "Collection des statuts de projets du CE"@fr ;
  skos:member draftstatus:evacue, draftstatus:transforme, draftstatus:en-cours, draftstatus:en-suspens, draftstatus:publie, draftstatus:retire .

draftstatus:evacue
  a skos:Concept ;
  skos:prefLabel "évacué"@fr ;
  skos:notation "evacuated" .

