@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix votelegalbase: <http://data.legilux.public.lu/resource/authority/vote-legal-base/> .
@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/vote-legal-base>
  a skos:ConceptScheme ;
  skos:hasTopConcept votelegalbase:defaut ;
  skos:prefLabel "Base légale des votes"@fr .

votelegalbase:defaut
  a skos:Concept ;
  dc:created "2019-07-23T00:00:00Z"^^xsd:dateTime ;
  ns0:status <http://publications.europa.eu/resource/authority/concept-status/CURRENT> ;
  skos:inScheme <http://data.legilux.public.lu/resource/authority/vote-legal-base> ;
  skos:prefLabel "par défaut (art. 113 de la Constitution)"@fr ;
  skos:topConceptOf <http://data.legilux.public.lu/resource/authority/vote-legal-base> ;
  owl:deprecated "false"@en ;
  skos:altLabel "par défaut (art. 112 de la Constitution avant le 1er juillet 2023)"@fr ;
  skos:definition """base légale par défaut (art. 112 de la Constitution avant le 1er juillet 2023, art. 113 de la Constitution à partir du 1er juillet 2023) 
Cas où le vote d’une loi se fait selon la procédure habituelle"""@fr .

