@triply/triplydb
    Preparing search index...

    Type Alias NtriplyStatement

    NtriplyStatement:
        | [NtriplyTerm, NtriplyTerm, NtriplyTerm, NtriplyTerm]
        | [NtriplyTerm, NtriplyTerm, NtriplyTerm]

    One statement, as a tuple rather than an object.

    Three terms for a triple, four when the statement names the graph it belongs to. The compact form TriplyDB sends them in, so reading statements does not cost an object per term.