@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/CHD> .

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

draftstatus:antichambre_chd
  a skos:Concept ;
  skos:prefLabel "antichambre CHD"@fr ;
  skos:notation "antichambre_chd" .

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

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

draftstatus:vote1ervote
  a skos:Concept ;
  skos:prefLabel "voté 1er vote"@fr ;
  skos:notation "first_vote" .

draftstatus:vote2ndvote
  a skos:Concept ;
  skos:prefLabel "voté 2nd vote / en attente de publication"@fr ;
  skos:notation "second_vote" .

