namedgraph opened a new issue, #3101: URL: https://github.com/apache/jena/issues/3101
### Version 4.7.0 ### Feature Hi. I was wondering why relative URIs in `Model` are allowed if the RDF model is based on absolute URIs? I can see this quote: > If the base is the empty string, then relative URIs will be retained in the model. This is typically unwise and will usually generate errors when writing the model back out. I think this is too lax. If relative URIs cannot be rejected due to backwards compatibility and such, at least there should be a config setting that would enforce absolute URIs and throw error on relative ones. And at some point it should probably be enabled by default. WDYT? ### Are you interested in contributing a solution yourself? None -- 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]
