aliariff commented on issue #1997: URL: https://github.com/apache/jena/issues/1997#issuecomment-1697319875
Hi @afs, Our platform allows users to export data in various formats, including JSON, XML, and CSV. When using `ARQ.outputGraphBNodeLabels = true`, the blank node labels in JSON and XML outputs appear without the `_:bN` form. However, in the CSV format, they're represented in the `_:bN` form. Imagine a user referencing a blank node labelled `node1` in a JSON file. If they decide to cross-reference or re-analyze the data in CSV, they would expect to see `node1` but instead, they'd encounter something like `_:b0`, which could lead to confusion. Though the `_:bN` form in CSV provides brevity, the inconsistency across formats can be misleading. Consistent representations across all export formats reduce potential misunderstandings for our users. -- 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]
