Restricting SPARQL update to a single named graph

2022-06-07 Thread Martynas Jusevičius
Hi, I have implemented PATCH method for the Graph Store Protocol: https://www.w3.org/TR/sparql11-http-rdf-update/#http-patch The PATCH is applied to a named graph. I am missing this bit however: " If a SPARQL 1.1 Update request is used as the RDF payload for a PATCH request that makes changes to

SPARQL query won't abort

2022-06-07 Thread Reid Yoder
Hello, I'm having a problem where I can't stop a SPARQL query mid-execution -- .abort() and .close() are not working. I'm just going to link to my stackoverflow question so there's a central place for discussion: https://stackoverflow.com/questions/72522307/apache-jena-sparql-query-will-not-abort

Re: Restricting SPARQL update to a single named graph

2022-06-07 Thread Andy Seaborne
On 07/06/2022 10:47, Martynas Jusevičius wrote: > Hi, > > I have implemented PATCH method for the Graph Store Protocol: > https://www.w3.org/TR/sparql11-http-rdf-update/#http-patch > > The PATCH is applied to a named graph. I am missing this bit however: > " If a SPARQL 1.1 Update request is used