543544545546547548549550551552553
+ graphConfigFile+"'!",e); } //add the parsed data! if(triples != null) { //load the initial and final set of triples mg.getJenaAdapter().addAll(triples); mg.sync(); } } finally { datasetLock.writeLock().unlock(); } return mg.getGraph();
526527528529530531532533534535536
addToIndex( name, Symbols.Graph); //add the parsed data! if(triples != null) { //load the initial and final set of triples mg.getJenaAdapter().addAll(triples); mg.sync(); } } finally { datasetLock.writeLock().unlock(); } return mg.getGraph();