I'm using the following SPARQL query DELETE DATA { } ;
After I executing the following lines, Model model = ModelFactory.createDefaultModel(); UpdateAction.parseExecute(sparqlUpdateQuery, model);
my model is still empty. I am trying to execute the query on unnamed graph. I'm new to Jena, please guide.