- About what is wrong:
- The first argument of
between
expects 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)]