//
// Otherwise, use the memory based implementation.
//
if ( true ) { // new JenaMem implementation
return new JenaMemTripleStore(_db);
}
else {
// TODO: remove this previous version of the memory-based impl when JenaMem is tested.
return new org.mmisw.ont.triplestore.mem.OntGraphMem(_db);
}