throws StoreException
{
verifyIsOpen();
if (noMatch(subj, pred, obj, inf, ctx)) {
return new ModelNamespaceResult(this, new EmptyCursor<Statement>());
}
flush();
StatementClient statements = client.statements();
GraphResult result = statements.get(subj, pred, obj, inf, ctx);