j2.getSupportingTriples().add((KiWiTriple) baseTriples.get(1));
j2.getSupportingTriples().add((KiWiTriple) baseTriples.get(2));
j2.setTriple((KiWiTriple) infTriples.get(1));
justifications.add(j2);
connection.storeJustifications(justifications);
connection.commit();
// we should now have two justifications in the database
PreparedStatement listJustifications = connection.getJDBCConnection().prepareStatement("SELECT count(*) AS count FROM reasoner_justifications");
ResultSet resultListJustifications = listJustifications.executeQuery();