Each request you send to Fuseki is executed in its own transaction, but it's not possible to bundle up requests, if that's what you mean. That's generally difficult to do well for an operation-oriented API being exposed over HTTP.
You could provide some mechanism in front of Fuseki to gather, execute, and potentially rollback requests. Can you say a little more about your use case? That might help us give you better advice. ajs6f > On Dec 3, 2018, at 10:20 AM, Brad Stallion <bradstall...@yahoo.com.INVALID> > wrote: > > Hi All,is it possible to work with transactions (commit/rollback) using > Fuseki (3.9.0) REST API?Thanks a lot