Assert.assertThat(resources, hasItems(
"http://localhost:8080/LMF/resource/hans_meier",
"http://localhost:8080/LMF/resource/sepp_huber",
"http://localhost:8080/LMF/resource/anna_schmidt"
));
connection.commit();
connection.close();
end = System.currentTimeMillis();
log.info("QUERY EVALUATION: {} ms", end-start);