Hello Together,
within my current project, I am calling a reasoner several hundreds of times or more
since it is called within a pipeline. Also, the results of a reasoning process are manipulated
and used as the input for the next reasoning process.
Initially, one reasoning call takes 2.3 sec. and with time and reasoner calls it can
take up to approx. 80 sec. per call.
What I tried so far is destroy inferences, but it does not solve the issue.
onto_inferred = get_ontology("
http://inferrences/")
onto_inferred.destroy()
Do you by any chance have an idea, what causes this behavior?
What kind of further information do I need to provide?
Best regards,
Jayson