Skip to main content

apply_sparql_patch

Function apply_sparql_patch 

Source
pub fn apply_sparql_patch(
    target: Graph,
    update: &str,
) -> Result<PatchOutcome, PodError>
Expand description

Apply a SPARQL 1.1 Update document (INSERT DATA, DELETE DATA, DELETE WHERE) to target using spargebra for parsing.