Traqula
    Preparing search index...

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

    interface Create {
        silent?: boolean;
        source: NamedNode;
        subType?: string;
        type: CREATE;
    }

    Hierarchy (View Summary)

    Index

    Properties

    silent?: boolean
    source: NamedNode
    subType?: string
    type: CREATE