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

    Function createFileBlankNodeIdGenerator

    • Creates a blank node ID generator scoped to a specific file URI. All blank node IDs produced by this generator are prefixed with a short deterministic hash of the URI, preventing collisions across files.

      Parameters

      • fileUri: string

        The URI of the file (used to derive the prefix).

      Returns BlankNodeIdGenerator

      A BlankNodeIdGenerator that produces file-scoped blank node IDs.