On Sun, Jul 9, 2017 at 4:42 AM, Andy Seaborne <[email protected]> wrote: > > From Java, > > http://jena.apache.org/documentation/rdfconnection/ > > This pulls together the different SPARQL protocol APIs (query, update, GSP) > into one thing and provides for a uniformity between local and remote. > > That's not the same as making remote look like local. The unit of work is no > longer an individual statement in a model for remote.
Oooh, very cool. And here I was thinking I had to roll my own client using HttpClient or something. Thanks for pointing that out. Saves a lot of bother. :-) Phil
