Traqula
    Preparing search index...

    Type Alias TripleCollectionBase

    TripleCollectionBase: Node & {
        identifier: Term;
        subType: string;
        triples: TripleNesting[];
        type: "tripleCollection";
    }