5556575859606162636465
} protected boolean isContextual(NamedGraphStatement statement) { Resource subject = statement.getSubject(); NamedGraph graph = graphset.getGraph(subject.asNode()); if(graph != null) return true; return false;