Closed NicolasRouquette closed 3 years ago
I'm no named graph expert, so I have a few basic questions, sorry if the answer is obvious:
Looking at the implementation, I believe it's easier to add this functionality directly in the RIO storer without changing interfaces, which would reduce the size of the fix considerably.
It's also possible to build a simple override mechanism using the parameter map that exists already on OWLDocumentFormat
- this could be used if the ontology IRI is not supposed to always be used, or if the choice should be left to the calling application instead of to the OWL API.
I'll put my proposed implementation in a different pull request to simplify comparisons.
Propose to close in favor of the strategy in #1007
Fixes #1002