PatchHandler that supports specific types of SPARQL updates.
Currently all DELETE/INSERT types are supported that have empty where bodies and no variables.
Helper function that first runs the canHandle function followed by the handle function.
Throws the error of the canHandle function if the data can't be handled,
or returns the result of the handle function otherwise.
PatchHandler that supports specific types of SPARQL updates. Currently all DELETE/INSERT types are supported that have empty where bodies and no variables.