*--------------*/
public HTTPRepository(String serverURL, String repositoryID) {
ValueFactory vf = new ValueFactoryImpl(new BNodeFactoryImpl(), uf, lf);
pool = new HTTPConnectionPool(serverURL, vf);
client = new SesameClient(pool).repositories().slash(repositoryID);
cache = new RepositoryCache(client);
}