@Override
 protected void closeInternal() throws SailException {
   try {
     triples.close();
   } catch (SQLException e) {
     throw new RdbmsException(e);
   } finally {
     unlock();
   }
 }