Traqula
    Preparing search index...

    Basic Graph Pattern

    interface BgpPattern {
        triples: Triple[];
        type: "bgp";
    }
    Index

    Properties

    Properties

    triples: Triple[]
    type: "bgp"