* @return whether the target existed beforehand.
*/
protected static boolean addDataIntoNonTxn(HttpAction action, boolean overwrite) {
Graph graphTmp = GraphFactory.createGraphMem() ;
StreamRDF dest = StreamRDFLib.graph(graphTmp) ;
try { incomingData(action, dest); }
catch (RiotException ex) {
errorBadRequest(ex.getMessage()) ;
return false ;