[redland-dev] Rasqal hooks for supporting SPARQL 1.1. Update

Dave Beckett dave at dajobe.org
Mon Jan 27 17:22:54 EST 2014


On 12/18/13 2:55 PM, Andrew Reslan wrote:
> I need to add support for a subset of SPARQL 1.1 to an app that uses the redland libraries, I understand that rasqal parses Update operation, but there is nothing to execute them.
> 
> Does anyone know where I should hook into the library to pass off execution of update operators when a query is executed?

Right now, there are no such hooks.  4store uses rasqal as a parser and
then walks the data structures for executing some of the sparql update
(graph management) APIs, but not all of them for sure.  4store has
it's own query engine / database management system.

Dave



More information about the redland-dev mailing list