@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix draftstatus: <http://data.legilux.public.lu/resource/authority/draft-status/> .
@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/draft-status>
  a skos:ConceptScheme ;
  skos:hasTopConcept draftstatus:evacue ;
  skos:prefLabel "Statuts des projets"@fr .

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

<http://data.legilux.public.lu/resource/authority/draft-status/collection/CHD>
  a skos:Collection ;
  skos:prefLabel "Collection des statuts de projets de la CHD"@fr ;
  skos:member draftstatus:evacue .

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

draftstatus:evacue
  a skos:Concept ;
  dc:created "2022-08-11T00:00:00Z"^^xsd:dateTime ;
  ns0:status <http://publications.europa.eu/resource/authority/concept-status/CURRENT> ;
  skos:inScheme <http://data.legilux.public.lu/resource/authority/draft-status> ;
  skos:prefLabel "évacué"@fr ;
  skos:topConceptOf <http://data.legilux.public.lu/resource/authority/draft-status> ;
  owl:deprecated "false" ;
  skos:notation "evacuated" ;
  skos:definition "projet évacué"@fr ;
  skos:editorialNote "Ce statut couvre les projets d'AGD et autres projets \"zombies\"."@fr .

