public static UpdateBuilder fromUpdate(com.hp.hpl.jena.update.Update update, String uri, Model model)
{
if (update == null) throw new IllegalArgumentException("Update cannot be null");
ARQ2SPIN arq2spin = new ARQ2SPIN(model);
return fromUpdate(arq2spin.createUpdate(update, uri));
}