What are the actual queries you are expecting to run against these datasets? Do they share triple subjects? I am trying to understand why you are intent on putting them in separate graphs.
ajs6f > On Nov 26, 2017, at 1:30 PM, Laura Morales <[email protected]> wrote: > > Let's say you want a local (in your LAN) fuseki server with two graphs: > dbpedia and wikidata. Then, when a new wikidata dump is available you want to > update your local graph. The easier approach is to delete the old graph and > add the new one. So, how do you do this? Do you s-delete and then s-put? > What I was trying to do is, have dbpedia and wikidata in 2 separate folders, > so that I can easily delete one folder and replace it with the new updated > graph, instead of transmitting the whole thing over HTTP. Makes sense?
