Traqula
    Preparing search index...

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

    interface CompositeUpdate {
        subType?: string;
        type: COMPOSITE_UPDATE;
        updates: (Algebra.Nop | Algebra.Update)[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    subType?: string
    updates: (Algebra.Nop | Algebra.Update)[]