Hi all, I created a new jena tdb2 database and loaded it with 256 million triples in a named graph, using a fuseki2/tdb2 4.3.2 docker setup. The data also consist of geometries so I built a new docker image based on jena-fuseki-geosparql 4.3.2 When I bring up the new fuseki container it seems I can't address the named graph reusing the tdb2 database, it searches through the default graph. According to the --help graph names can only be provided when loading from files or is there another way?
Regards, Erik