pub fn apply_patches(
document_path: &Path,
patches: &[PatchOp],
preview_only: bool,
namespaces: &BTreeMap<String, String>,
) -> Result<ApplyPatchResult>Expand description
Apply patches to a document on disk (Turtle span surgery or XML re-serialize).