tripleStoreUrl = TripleStoreUtil.defaultDataRepoUrl;
}
logger.info("tripleStoreURl : " + tripleStoreUrl);
result &= utilObj.saveToStoreFromFile(rdfFileLocalPath, tripleStoreUrl, this.graphUri, this.replaceContext, this.rdfSourceNamespace);
if (url != null && !url.isEmpty() && url.compareTo("") != 0 && utilObj.testURIExists(modelRepoUrl, "", url)) {
StringBuilder sb = new StringBuilder();
url = url.trim();
if(!url.startsWith("<"))
{