Skip to main content

Module patch_parser

Module patch_parser 

Source
Expand description

RDF Patch parser (batch and streaming) and graph mutation helpers.

Exports: PatchParser, apply_patch, diff_to_patch.

Structs§

PatchParser
Parser for the RDF Patch text format

Functions§

apply_patch
Apply an RdfPatch to an in-memory Graph, updating it in place.
diff_to_patch
Generate a minimal RdfPatch that transforms old into new.