Traqula
    Preparing search index...

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

    interface Copy {
        destination: NamedNode<string> | "DEFAULT";
        silent?: boolean;
        source: NamedNode<string> | "DEFAULT";
        subType?: string;
        type: COPY;
    }

    Hierarchy (View Summary)

    Index

    Properties

    destination: NamedNode<string> | "DEFAULT"
    silent?: boolean
    source: NamedNode<string> | "DEFAULT"
    subType?: string
    type: COPY