//take the contents of the RDF file and save them to the store
logger.info("Using Jena DB:" + hostName + "/"+dbName + " user="+userName);
saveToStore(rdfFileLocalPath);
}
start = System.currentTimeMillis();
if (generateBloomFilters && utilObj.testURIExists(modelRepoUrl, "", url)) {
JSONObject obj = new JSONObject(sw.toString());
result &= updateTripleStore(obj, bloomfilterMapping, modelRepoUrl, modelContext, utilObj);
Map<String, String> verification = new HashMap<String, String>();
Set<String> triplemaps = new HashSet<String>(Arrays.asList(obj.getString("ids").split(",")));
verification.putAll(utilObj.getBloomFiltersForMaps(modelRepoUrl, modelContext, triplemaps));