pub fn diff_to_patch(old: &Graph, new: &Graph) -> RdfPatchExpand description
Generate a minimal RdfPatch that transforms old into new.
All deletions come before additions in the generated patch, matching the convention used by most RDF Patch tools.