/**
* Initialise a new sesame backend. Repository needs to be set using setRepository.
*/
protected AbstractLDBackend() {
ldCache = new LDCache(this);
try {
Configuration config = new PropertiesConfiguration("endpoints.properties");
HashSet<String> endpointNames = new HashSet<String>();