Re: Reasoning slows down over runtime

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Reasoning-slows-down-over-runtime-tp2012p2035.html

Hello,

By default, the reasoning is performed over ALL created and loaded ontologies. So if you load or create more and more ontologies, reasoning will be slower and slower.

You can avoid this by specifying the desired ontology(ies) when calling the reasoner, or by destroying unused ontologies, or by using World to isolate the various ontologies (probably the more radical approach, but not always possible).

Jiba