On 01/02/2022 17:13, Erik Bijsterbosch wrote:
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?


Hi Erik,

fuseki    | [2022-02-01 17:08:15] INFO  GeoSPARQLOperations :: GeoSPARQL
schema not applied to empty graph: default

That message is for the attempt the default graph but it does not mean it is ignoring the named graphs. The code loops on the named graphs as well.

https://github.com/apache/jena/blob/main/jena-geosparql/src/main/java/org/apache/jena/geosparql/configuration/GeoSPARQLOperations.java#L269

Is that what you mean by "can't address the named graph"?

Or from a SPARQL query you can't get expected results?

    Andy

Reply via email to