final PrintStream out,
final PrintStream err)
throws RippleException {
// Create a Sesame triple store.
URIMap uriMap = new URIMap();
SailConfiguration sailConfig = new SailConfiguration(uriMap);
Sail sail = sailConfig.getSail();
// Attach a Ripple model to the repository.
Model model = new SesameModel(sail);
// Attach a query engine to the model.