// now we delete justification 2; as a consequence,
// - there should be only once justification left
// - there should be two unsupported triples
connection.deleteJustifications(Collections.singleton(j2));
// we should now have one justifications in the database
resultListJustifications = listJustifications.executeQuery();