---
Note that for correct parsing of multi-graph data, e.g. Trig, HexT, etc., into a Dataset,
as opposed to a context-unaware Graph, you will need to set the publicID of the Dataset to the identifier of the default_context (default graph)
---
is at odds with aucampia's fix in commit
4b96e9d18 (
merged) of May 23 2003:
---
When parsing data into a `ConjunctiveGraph` or `Dataset`, the triples in the
default graphs in the sources were loaded into a graph named `publicID`.
This behaviour has been changed, and now the triples from the default graph in
source RDF documents will be loaded into `ConjunctiveGraph.default_context` or
`Dataset.default_context`.
The `publicID` parameter to `ConjunctiveGraph.parse` and `Dataset.parse`
constructors will now only be used as the base URI for relative URI resolution.
---
Cheers,
Graham