Expand description
RDF Patch parser (batch and streaming) and graph mutation helpers.
Exports: PatchParser, apply_patch, diff_to_patch.
Structs§
- Patch
Parser - Parser for the RDF Patch text format
Functions§
- apply_
patch - Apply an
RdfPatchto an in-memoryGraph, updating it in place. - diff_
to_ patch - Generate a minimal
RdfPatchthat transformsoldintonew.