@Override
 protected long sizeInternal(Resource... contexts) throws SailException {
   try {
     return triples.size(vf.asRdbmsResource(contexts));
   } catch (SQLException e) {
     throw new RdbmsException(e);
   }
 }