// and finally garbage collect those triples that are inferred and deleted
// garbage collection is now carried out by a thread in the triple store
//garbageCollectTriples();
} catch (SQLException ex) {
connection.rollback();
throw ex;
} finally {
connection.close();
}
} catch (SailException ex) {