// Note: this may or may not be worth the extra CPU cycles.
((RippleSesameValue) subject).setStack(stack);
}
stack = stack.push(modelConnection.canonicalValue(
new RDFValue(valueFactory.nativize(predicate)))).push(Operator.OP);
//System.out.println("\t\tstack (new) = " + stack);
CloseableIteration<RippleList, RippleException> solutions
= new LazyEvaluatingIterator(stack, modelConnection);