@Override
 protected RdbmsResourceIteration getContextIDsInternal() throws SailException {
   try {
     return triples.findContexts();
   } catch (SQLException e) {
     throw new RdbmsException(e);
   }
 }