- About what is wrong:
- The first argument of
betweenexpects a block. - Try instead this:
[(>= ?d ?day)] [(<= ?d ?next5)]
- The first argument of
- Concerning sorting: Sort deadline query chronologically
between expects a block.[(>= ?d ?day)]
[(<= ?d ?next5)]