// Ask directly.
private QueryIterator execEvaluatedConcrete(Binding binding, Node containerNode, Node predicate, Node member,
ExecutionContext execCxt)
{
Graph graph = execCxt.getActiveGraph() ;
QueryIterator qIter = new QueryIterTriplePattern(QueryIterRoot.create(execCxt), new Triple(containerNode, predicate, member), execCxt) ;
return qIter ;
}