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 _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
