TripleStoreUtil tsu = new TripleStoreUtil();
// TODO Find purpose of Graph URI and replace it with formParams
String baseURI = "http://isiimagefinder/";
boolean success = tsu.saveToStoreFromString(strRDF, tripleStoreURL,
formParams.getFirst(FormParameters.GRAPH_URI), overWrite,
baseURI);
responseCode = (success) ? 200 : 503; // HTTP OK or Error
break;
default: