@faubulous/mentor-rdf-parsers
    Preparing search index...

    Type Alias BlankNodeIdGenerator

    BlankNodeIdGenerator: (counter: number, token: IToken) => string

    A function that generates a blank node ID.

    Type Declaration

      • (counter: number, token: IToken): string
      • Parameters

        • counter: number

          The current counter value (incremented for each call).

        • token: IToken

          The token for which the ID is being generated.

        Returns string

        The blank node ID string (without the _: prefix).