Traqula
    Preparing search index...

    All SPARQL operations are typed nodes, allowing them to be altered using the transformers in @traqula/core

    interface DeleteInsert {
        delete?: Algebra.Pattern[];
        insert?: Algebra.Pattern[];
        subType?: string;
        type: DELETE_INSERT;
        where?: Algebra.Operation;
    }

    Hierarchy (View Summary)

    Index

    Properties

    delete?: Algebra.Pattern[]
    insert?: Algebra.Pattern[]
    subType?: string