*/
public LoaderHandler load() throws RDFHandlerException {
LoaderHandler handler = getLoader();
if(configuration.containsKey(LoaderOptions.CONTEXT)) {
handler = new ContextHandler(handler, new URIImpl(configuration.getString(LoaderOptions.CONTEXT)));
}
if(configuration.containsKey(LoaderOptions.STATISTICS_ENABLED)) {
handler = new StatisticsHandler(handler, configuration);
}