Traqula
    Preparing search index...

    Type Alias TripleCollectionBlankNodeProperties

    TripleCollectionBlankNodeProperties: Patch<
        TripleCollectionBlankNodeProperties,
        {
            identifier: TermBlank
            | TermVariable
            | TermIri;
            triples: TripleNesting[];
        },
    >

    The subject of the triples does not have a string manifestation.