---- On Tue, 16 Aug 2016 12:26:01 +0200 Dave Reynolds
<[email protected]> wrote ----
>
> Nothing is stored on disk in that snippet, looks like it's all running
> in memory.
>
> Even if your real base model the data were on disk the reasoner
> information would still be in memory.
>
> Since you have forced the reasoner into backward mode then it'll be
> dynamically recreating the information on the fly in response to each query.
Indeed, it is just stored in memory. I was more interested in the what if...
case. Anyway, thanks for help. It seems to work in the way how I wanted it. But
since I do not really know what I actually want, it is likely I have to change
something here anyway once I understand the reasoner better.