@Override
 protected GraphStore getEmptyGraphStore() {
   GraphStore gStore = GraphStoreFactory.create();
   return gStore;
 }