SPARQL:
MOVE GRAPH <uri> TO DEFAULT
Doing an API copy then clear will work as well.
Because the destination is the default graph and that already exists and
may have data in it, it is a copy operation.
Andy
On 08/03/2022 06:03, Aayush Yadav wrote:
Hi,
I just wanted to check if there is any API in JENA to move all the triples
in one (or more) named graphs to a default graph of the same dataset?
Current;y I'm planning on iterating and moving manually, but was wondering
if there is anything optimized for this case.
Thanks in advance.
Kind regards,
Aayush