Triples from the default graph in RDF documents do not go into the default_context of Dataset or ConjunctiveGraph #2404
Labels
breaking change
This involves or proposes breaking RDFLib's public API.
concept: RDF dataset
Relates to the RDF datasets concept.
critical
interface bug
An issue with our public interface
parsing
Related to a parsing.
I expect data from the default graph in RDF documents to go into the default context/graph of Dataset and ConjunctiveGraph, but they don't.
Given my expectation, this test should pass:
However, when running it against the main branch, it fails:
The text was updated successfully, but these errors were encountered: