*/
@Before
public void setUp() throws Exception {
System.setOut(new PrintStream(outContent));
System.setErr(new PrintStream(errContent));
SnarlTemplate tmp = new SnarlTemplate();
tmp.setDataSource(dataSource);
tmp.doWithAdder(new AdderCallback<Boolean>() {
@Override
public Boolean add(Adder adder) throws StardogException {
String uriA = "urn:test:resource";
String uriB = "urn:test:predicate";