Traqula
    Preparing search index...

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

    interface Bgp {
        patterns: Algebra.Pattern[];
        subType?: string;
        type: BGP;
    }

    Hierarchy (View Summary)

    Index

    Properties

    patterns: Algebra.Pattern[]
    subType?: string
    type: BGP