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.
The URI of the file (used to derive the prefix).
A BlankNodeIdGenerator that produces file-scoped blank node IDs.
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.