Re: How we store date after shutdowning fuseki server

2018-07-05 Thread Lorenz Buehmann
For next time please, put the StackOverflow question link(s) [1], [2] here to avoid redundancy [1] https://stackoverflow.com/questions/51032922/how-to-save-modification-creation-update-of-owl-file-into-fuseki-server [2]

Re: Fuseki and bulk loading problem via HTTP (heap space)

2018-07-05 Thread Davide
I resolved the issue, It was a configuration problem. Thanks 2018-06-30 17:57 GMT+02:00 Andy Seaborne : > Davide, > > A couple of things aren't clear: > > * Is the server being used for other requests at the same time? > * After how many interactions do problems occur? > * What's the stacktrace

StackOverflowError with Fuseki

2018-07-05 Thread Davide
Hi, I've a question. First I created a TDB dataset with Fuseki, I loaded data, and I make a query adding in the where construct a condition like this: ?a prop:next+ ?next with LIMIT 100 And it worked. Now I create a new TDB2 dataset with Fuseki, I loaded more data than the other time, and I

RETE conflict set- triple removal

2018-07-05 Thread Dileep Kumar Pattipati
Hi, The rules are processed by the Jena RETE engine in forward chaining in the following manner. First, the queues of pending inserts/deletes are processed until they are empty. Then, when there is nothing more to inject, a non-monotonic rule is processed from the conflict set. During the

Re: StackOverflowError with Fuseki

2018-07-05 Thread Andy Seaborne
On 05/07/18 10:52, Davide wrote: Hi, I've a question. First I created a TDB dataset with Fuseki, I loaded data, and I make a query adding in the where construct a condition like this: ?a prop:next+ ?next What does the data look link? There seems to be an extreme chain of prop:next.