// If VIRTUOSO_HOST is given, then use the Virtuoso implementation.
//
String virtuosoHost = OntConfig.Prop.VIRTUOSO_HOST.getValue();
boolean useVirtuoso = virtuosoHost != null && virtuosoHost.trim().length() > 0;
if ( useVirtuoso ) {
return new JenaVirtuosoTripleStore(_db, _adminDispatcher);
}
//
// If the JENA_TDB_DIR is given, then use the JenaTbd implementation.
//