Hi, We’ve been using jena-fuseki to store and interact with RDF data by running queries over the http endpoints. We are now facing the challenge to use transactional operations on the triple store, i.e. running multiple sparql queries (both select and update queries) in a single transaction. I would like to ask what your suggestion might be to achieve this.
The idea we have in mind is to extend jena-fuseki with new http endpoints for handling transactions. Would this be technically feasible, i.e. could we reach the internal transaction API (store API?) from jena-fuseki? Would you agree with this approach conceptually, or would you recommend something different? Thanks in advance, Gaspar PS: Sorry for the duplicate, I have the feeling that my other email address is blocked somehow.
