> I don't think there is, or at least wasn't last time I looked. > FWIW the code I use to do something like this is below. I tend to > package it as a writer so it can stream the data body while leaving the > controlling code able to inject other commands in the stream.
Hi Dave, thanks for your code. I have put together something similar, that combines the APIs from Jena, ng4j and fuseki to transform named graphs expressed in RDF, to sparql update requests, which is then run against a sparql endpoint. This is effectively inserting an RDF named graph into an RDF store, via a sparql endpoint. I've written it up, and put the compilable code, here: http://linuxsoftwareblog.com/?p=843 cheers, Rob Stewart
