With Fuseki, if I send a SPARQL UPDATE to the 'update' endpoint that contains more than one operation, eg
DELETE {…pattern…} WHERE {…} ;
INSERT DATA { …some triples…}
what is the scope of the transaction? Does it include both of the operations?
Or does each operation happen in a separate transaction?
(Note that I am thinking of a case that can't easily be merged into a single
DELETE..INSERT..WHERE pattern so does require more than one operation}
Thanks
Bill
