@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix committee: <http://data.legilux.public.lu/resource/authority/committee/> .
@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/committee>
  a skos:ConceptScheme ;
  skos:hasTopConcept committee:CE-SPE-PCUD ;
  skos:prefLabel "Commissions impliquées dans le processus législatif"@fr .

<http://data.legilux.public.lu/resource/authority/committee/collection/CE>
  a skos:Collection ;
  skos:prefLabel "Collection des commissions du Conseil d'État"@fr ;
  skos:member committee:CE-SPE-PCUD .

committee:CE-SPE-PCUD
  a skos:Concept ;
  dc:created "2024-11-08T00:00:00Z"^^xsd:dateTime ;
  ns0:status <http://publications.europa.eu/resource/authority/concept-status/CURRENT> ;
  skos:inScheme <http://data.legilux.public.lu/resource/authority/committee> ;
  skos:prefLabel "Commission spéciale Principe de la collecte unique des données"@fr ;
  skos:topConceptOf <http://data.legilux.public.lu/resource/authority/committee> ;
  owl:deprecated "false"@en ;
  skos:notation "CE-SPE-PCUD" ;
  ns0:startDate "2024-11-08T00:00:00Z"^^xsd:dateTime ;
  skos:hiddenLabel "PCUD"@en .

