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

<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/CG> .

draftstatus:antichambre_cg
  a skos:Concept ;
  skos:prefLabel "antichambre CG"@fr ;
  skos:notation "antichambre_cg" .

<http://data.legilux.public.lu/resource/authority/draft-status/collection/CG>
  a skos:Collection ;
  skos:inScheme <http://data.legilux.public.lu/resource/authority/draft-status> ;
  skos:prefLabel "Collection des statuts de projets du Conseil de Gouvernement"@fr ;
  skos:member draftstatus:antichambre_cg .

