Re: log4j error when using sync_reasoner_pellet
Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/log4j-error-when-using-sync-reasoner-pellet-tp3041p3044.html
Hello,
Another possible explanation is that, when making the reasoning on the first ontology, it somehow modify the second one and thus modify the reasoning.
It which ontology did you asserted the inferred facts? Possibly you can try to put the call to sync_reasoner_pellet() inside a "with onto:..." block. You may create a new, empty, ontology for storing the inferred facts. Then try to make the reasoning on the second ontology. You may also try to destroy the ontology with the inferred facts, in order to see whether it changes something or not.
Do you have a working example that I can use to reproduce the problem?
Jiba