@dokieli/web-access-control - v1.0.0
    Preparing search index...

    Interface PatchPlan

    interface PatchPlan {
        deletes: Quad[];
        inserts: Quad[];
        target: string;
        where?: Quad[];
    }
    Index
    deletes: Quad[]
    inserts: Quad[]
    target: string
    where?: Quad[]

    caller-provided patterns; SPARQL applies to every match, N3 Patch requires exactly one mapping