afs commented on issue #3361: URL: https://github.com/apache/jena/issues/3361#issuecomment-3140129212
It is important to note that `LabelToNode.createUseLabelEncoded())` produces RDF that behaves differently to the standards. A blank node identifier is scoped to the parser run, and parsing the same document twice should produce different (internal) ids. Use `LabelToNode.createUseLabelEncoded())` with great care; do not rely on blank node identifiers. Jena uses the 3rd party Titanium-java library for JSON-DL 1.1 and id allocation seems to happen in `BlankNodeIdGenerator` (which is a final class). I don't see a way to influence that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
