I've made a modification to query_raw so that it will accept an initBindings parameter and modify the query with the bindings.
I've tried it within material-flow-mapping with the SELECT query that wasn't working with RDFox 7 because of the unbound variables and it does seem to work.
@ricklupton,
I've made a modification to
query_raw
so that it will accept aninitBindings
parameter and modify the query with the bindings. I've tried it within material-flow-mapping with the SELECT query that wasn't working with RDFox 7 because of the unbound variables and it does seem to work.