Re: Sparql Insert Data bug?

2017-06-03 Thread Claude Warren
I didn't think so but the examples would imply that it is. Thx. On Sat, Jun 3, 2017 at 4:37 PM, Andy Seaborne wrote: > Prefixes are not part of SPARQL Update. > > > On 03/06/17 14:36, Claude Warren wrote: > >> I am starting with the second example in the SPARQL recommendation: >> >> https://www

Re: Sparql Insert Data bug?

2017-06-03 Thread Andy Seaborne
Prefixes are not part of SPARQL Update. On 03/06/17 14:36, Claude Warren wrote: I am starting with the second example in the SPARQL recommendation: https://www.w3.org/TR/sparql11-update/#example_2 I construct a model with the "data before" data. I construct an UpdateRequest as per the snippet

Sparql Insert Data bug?

2017-06-03 Thread Claude Warren
I am starting with the second example in the SPARQL recommendation: https://www.w3.org/TR/sparql11-update/#example_2 I construct a model with the "data before" data. I construct an UpdateRequest as per the snippet I execute UpdateAction.execute( updateRequest, model); should the model reflect