Re: SPARQL Update does not changes the triple values

2020-04-21 Thread Andy Seaborne
The Fuseki servers distributed by the Jena project don't need those in the configuration,. If repacking the jars in the process is described in: https://jena.apache.org/documentation/notes/jena-repack.html Its like any Java system : there may be files in the jar that need including which is

Re: SPARQL Update does not changes the triple values

2020-04-20 Thread Silvio Domingos
Hi Andy, That works, thanks so much for your help. The triples you mean, perhaps are those from the config.tll I have them coded because of my docker image and container that needs it. Best Regards, Silvio On 2020/04/20 16:21:06, Andy Seaborne wrote: > Hi Silvio, > > You have: > > >

Re: SPARQL Update does not changes the triple values

2020-04-20 Thread Andy Seaborne
Hi Silvio, You have: > tdb2:unionDefaultGraph true ; so the default graph for query is the union of the names graph and not the real default graph. WHERE {...} will be over the query union of the names graph. That isn't a real graph - its calculated on demand. Updates do go to the

SPARQL Update does not changes the triple values

2020-04-20 Thread Silvio Domingos
Hi everyone, I'm trying to execute a SPARQL update on fuseki 3.14.0 I have a output success, but the triples are not updated. It means, they remain with the previous value. Find here the example I'm using in the update: DELETE {