rdflib
rdflib copied to clipboard
Draft: Dataset add named graph
This is a draft PR to add to the discussion from #2591
Can we add graphs: Dict[IdentifiedNod, Graph]
to Dataset
instead of using Graph.identifier
?
Can we add
graphs: Dict[IdentifiedNod, Graph]
toDataset
instead of usingGraph.identifier
?
We should get rid of Graph.identifier but Dataset.graphs
that would have to probably be a property and I would start with making it read only, it would have to interface with the store somehow.