new PlainLiteralAST("foo2"), new ListAST(new PlainLiteralAST("bar2"), new ListAST()));
URI foobarUri = sail.getValueFactory().createURI(qe.getLexicon().getDefaultNamespace() + "foobar");
Literal foo = sail.getValueFactory().createLiteral("foo");
Literal foo2 = sail.getValueFactory().createLiteral("foo2");
Command defCmd = new DefineListCmd("foobar", foobar);
Command undefCmd = new UndefineListCmd("foobar");
Command redefCmd = new RedefineListCmd("foobar", foobar2);
int count;
Value obj;
count = countStatements(sc.getStatements(foobarUri, null, null, false));