Hi, In my GTFS Fuseki endpoint I loaded the data set to the default graph using tdbloader. Later I added two new graphs to the store with a smaller set of data. This seems to work fine, I can address the triples in each graph.
Now I would like to expose everything in the default graph for easier querying, for that I added " tdb:unionDefaultGraph true" to my configuration. However, this doesn't seem to change anything, I still have to address the graph to get the triples in the other two graphs. Is that supposed to work in this combination or is this something I would have to enable before I load triples to the store? regards Adrian
