On 07/04/16 12:46, Valerio Belcastro wrote:
Hi guys, I need an information about DatasetGraphAccessor.
See the source code :-)
When I use this interface to access a graph contained in a remote dataset, does it downloads all the triples immediately or are they downloaded on-demand (e.g. calling the method find())?
Dataset[Graph]Accessor is the SPARQL Graph Store Protocol - it only does GET, PUT, POST and DELETE whole graph or the local equivalent.
If you GET a graph, it is a local copy of the whole graph.
Thank you in advance.
You may be interested in a proposed combined SPARQL API: https://github.com/afs/jena-rdfconnection/ Andy
