// adding a statement to the model
model.addStatement(max, currentProject, semweb4j);
model.addStatement(max, name, "Max Völkel");
// dumping model to the screen
model.dump();
// removing a statement from the model
model.removeStatement(max, currentProject, semweb4j);
// dumping model to the screen