Hi there,
I was looking into using SPARQLMultiFunction and I just wanted to get a better grasp of how it works. So at
line 71 of the execute method, I saw that when activeGraph is null, by default an in-memory graph will be delivered. My goal is to run SPARQLMultiFunction against an external database and not be executed in-memory.
For the activeGraph and dataset parameters in the execute method, what classes are recommended for this use case? Is there any documentation or examples of SPARQLMultiFunction being used like this that I'd be able to reference?
I looked around and I wasn't able to find any examples so I might have overlooked a section. Please let me know if there's any other information I can provide that would be helpful or if I should rephrase anything differently.
Thank you.
Regards,
Alex