@Override
public QueryResult call() throws Exception {
//Get the processing result asynchron
final SubgraphContainerFormatter serializer = new SubgraphContainerFormatter();
try {
final JSONObject serializedGraph = serializer
.serialize(AsynchronSubgraphContainer.this
.getRootOfSubgraph(), 0);
final QueryResult result = AsynchronSubgraphContainer.this.subgraphExecutor
.evaluate(AsynchronSubgraphContainer.this.getKey(),
serializedGraph.toString(),bindingsFactory);