print("Graph contains (after remove): ", graph);
}
private void performQuery(Graph graph) throws InvalidQuerySyntaxException, GraphException,
XMLStreamException, URISyntaxException {
final Triple triple = person.asTriple(new URI("http://example.org/terms#hasConfirmed"),
new URI("http://example.org/statement#address1"));
graph.add(triple);
print("Graph now contains: ", graph);
SparqlConnection connection = JRDF_FACTORY.getNewSparqlConnection();
String query =