repo = makeAGRepository();
} catch (RepositoryException e) {
throw new SailException(e);
}
RepositorySail sail = new RepositorySail(repo);
sail.disableInference();
if (enableLogging) {
File logFile = new File("/tmp/twitlogic-ag-sail.log");
Sail recorderSail;
try {