Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tester et paramétrer la requête "Tous les actes qui ont une conso après la date de fin de vigueur de l’acte " #4

Open
tfrancart opened this issue Feb 5, 2025 · 0 comments
Assignees

Comments

@tfrancart
Copy link
Collaborator

tfrancart commented Feb 5, 2025

Tous les actes qui ont une conso après la date de fin de vigueur de l’acte

Voic une exemple :

https://legilux.public.lu/eli/etat/leg/loi/1952/07/23/n1/jo
or abrogé en 2018
mais il y a des conso jusquen 2023 ??? est ce qu on a consolidé le mauvais acte ??

SELECT ?actBase ?dateNoLongerInForce ?conso ?dateApplicability WHERE {

  ?conso a jolux:Consolidation;
         jolux:dateApplicability ?dateApplicability;
         jolux:isMemberOf ?workActBase . 

  ?actBase a jolux:Act;
           jolux:dateNoLongerInForce ?dateNoLongerInForce;
           jolux:isMemberOf ?workActBase .    

  FILTER(?dateNoLongerInForce < ?dateApplicability)
}
@tfrancart tfrancart self-assigned this Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant