}
public ConfigLoader getServerConfig() {
if (serverConfig == null) {
// TODO Use mapModel instead of parsing RDF again
serverConfig = new ConfigLoader(
mappingFile == null ? null : ConfigLoader.toAbsoluteURI(mappingFile));
serverConfig.load();
}
return serverConfig;
}