Okay, so I have a GenericRuleReasoner instance with a hybrid configuration. I do some SPARQLCONSTRUCT on that InfModel and then add the results back into the InfModel. Everything looks like it works fine.
Then I wanted to iterate over the model and compute something new assertions myself. Being a newbie I used StmtIterator sceneIter = sourceModel.listStatements(select); -- for(;;); /* [email protected] */
