You can use SOH to upload files to particular graphs: https://jena.apache.org/documentation/fuseki2/soh.html#soh-sparql-http
and like any *nix CLI tool, you can loop it or use xargs or some equivalent. Any action against Fuseki's APIs is going to traverse HTTP and some network and that is often far more important than anything else. Otherwise, I have no idea what you mean by "fast". You've given no context nor told us what you've already tried. ajs6f > On Jan 7, 2018, at 4:02 PM, Dimov, Stefan <[email protected]> wrote: > > Thanks Adam, > > Yes, apparently I didn’t mean loading into an “off-line in-mem DB”, which > doesn’t make sense as you explained ( > > That’s why I said: “something like” tdbloader2. Apparently it (if there’s > such thing) will have to be with on-line DB (very likely with Fuseki). > > The point is – I need it to be fast … > > Regards, > Stefan > > On 1/7/18, 5:48 AM, "ajs6f" <[email protected]> wrote: > > What would be left after a command-line utility ran? If it set up a in-mem > dataset, then loaded into it, then finished, the in-mem dataset would go > away. > > Maybe you want to load into an in-memory dataset in Fuseki? > > Adam Soroka > >> On Jan 6, 2018, at 7:57 PM, Dimov, Stefan <[email protected]> wrote: >> >> Hi all, >> >> Is there a quick way to upload multiple trig/ttl files into in-mem DB? >> (something like tdbloader2) >> >> Regatds, >> Stefan > > >
