Closed ebremer closed 6 days ago
I read deeper in the Jena documentation and appears to be by design even though it differs from https://www.w3.org/TR/rdf11-datasets/#default-graph-as-union-or-as-merge
Using ModelFactory.createUnion(a,b) to get around it.
Version
5.2.0
What happened?
Run the following code
outputs
I thought the union model would include the triples in the default graph as well.
Relevant output and stacktrace
No response
Are you interested in making a pull request?
None