Incremental inferencing and vitual models
366556Nov 28 2011 — edited Dec 7 2011Hello,
I have 3 models where one of them in the data model were an application is adding assertions on a daily/hourly bases. I need to inference these 3 models and be able to continue query them while adding more assertions.
I've tried creating an entailment wint INC=T and specified a delta model. And from that I created a virtual model that I use for query. However when I add assertions to the delta model it doesn't appear in the virtual model.
Would you please provide me with a sample code how to generate a virtual inferenced model that is updated incrementally?
Thanks.