{
// Convert/cache s,p,o?
// The Node Cache will catch these so don't worry unduely.
Iterator<Tuple<NodeId>> iter = null ;
if ( gn == null )
iter = t.findAsNodeIds(s, p, o) ;
else
iter = t.findAsNodeIds(gn, s, p, o) ;
if ( iter == null )
// Finished?