depends on what kind of inference you need. you can get a lot of things done with SPARQL that naturally run much faster.
On Thu, Aug 1, 2013 at 6:06 AM, Bahador(reza)? OFOGHI <[email protected]>wrote: > Hi, > > I have a relatively large OWL file (~50MB) I have created as > OntModel.OWL_MEM. Today I tried to bind it with an OWL reasoner using the > following code: > > Reasoner reasoner = ReasonerRegistry.getOWLReasoner(); > reasoner = reasoner.bindSchema(my50MBModel); > > And it took forever for the binding process and it did not even return > before I got disappointed and stopped the process. > > I wonder if I am missing anything here? Is there any faster way of > defining the model as an inferece model? What should I expect as average > query time on this model then? > > Thanks, > BO > -- --- Marco Neumann KONA
