From RDF4J user's list (https://groups.google.com/g/rdf4j-users/c/RG9ZVq-NEXs/m/QECcOoquAgAJ)
The parser generates a unique id for parsed blank nodes deliberately, to avoid clashes.
There is a configuration option in the parser to preserve blank node identifiers, but it will not work in combination with SKOLEMIZE_ORIGIN.
Sometimes it can be useful to generate the same skolem IRIs, instead of creating unique IRIs on each and every run.
From RDF4J user's list (https://groups.google.com/g/rdf4j-users/c/RG9ZVq-NEXs/m/QECcOoquAgAJ)
Sometimes it can be useful to generate the same skolem IRIs, instead of creating unique IRIs on each and every run.