Re: Doubt regarding the returned result

2019-01-08 Thread Andy Seaborne
Hi Ganesh, Are the results a SPARQL Result Set or a RDF Graph? For a SPARQL result Set, formats such as aplication/sparql-results+json do actually stream so you can process the results without having t have them all in the client at the same time. For an RDF Graph, you can load a persistent

Doubt regarding the returned result

2019-01-07 Thread ganesh chandra
Hello All, I just started working on Jena and had a question I was hoping one of you could help me with. I have a Hugh pdf store and the after I make my query, I will have to convert the result to JSON format and store it elsewhere. The problem is, the returned result is too huge to store in the