Re: Query sparql without reasoner
Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Query-sparql-without-reasoner-tp1136p1213.html
Hello,
I also think the size of your ontology is the problem. Possibly you may reduce it -- in particular, closing the world entirely generate a lot of constraints, thus increasing the size and the complexity of the ontology.
I'm planning about writing a new reasoner in Python, and making this reasoner work at the SQL level -- thus allowing reasoning on large ontology. However, do not expect something working soon !
Jiba