Hello there, I need to do a fairly complex order by operation like:
order by (datediff(“second”, ?date, now())*?score) while datediff and now are builtin functions in virtuoso. I need to express this with arq api, and I think i should use Expr, specifically, E_function. But E_function constructor always requires a functionIRI so the output is always <datediff>(). Is there anyway I can get rid of the square brackets? Thanks.
