5758596061626364656667
try { c.begin(); // TODO: remove only from the authoritative graph c.removeStatements(uriOf(p), null, null); Graph g = p.getEmbedsKnowledge(); if (null != g) { c.removeStatements(null, null, null, uriOf(g)); } c.commit();