Combines SPARQL update operations into a single request.
Joins the operations with ;, the separator that sequences multiple operations in one request; they are applied in
order against the graph store, as produced by insert and deleet. Empty operations, such as those
produced by nil, are dropped before joining, so optional operations left out do not introduce redundant
separators.
Combines SPARQL update operations into a single request.
Joins the operations with
;, the separator that sequences multiple operations in one request; they are applied in order against the graph store, as produced by insert and deleet. Empty operations, such as those produced by nil, are dropped before joining, so optional operations left out do not introduce redundant separators.