ricklupton / rdfox_runner

Python package to help run RDFox scripts and queries
MIT License
0 stars 1 forks source link

Add extra parameters to query_raw function #8

Open stephenjboyle opened 4 months ago

stephenjboyle commented 4 months ago

@ricklupton,

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.