Mark the identifier parameter of ConjunctiveGraph as deprecated #2407
Labels
breaking change
This involves or proposes breaking RDFLib's public API.
concept: RDF dataset
Relates to the RDF datasets concept.
core
Relates to core functionality of RDFLib, i.e. `rdflib.{graph,store,term}`
ConjunctiveGraph's constructor allows specification of a custom identifier for the default graph with the
identifier
parameter.I don't think there is a good reason to do this, the default graph should be the default graph, but I may be wrong. If there is a good reason I think it would be good to document it. If, however, there is no good reason to allow specifying a custom identifier for the default graph, then we should deprecate the
identifier
parameter by raising a deprecation warning when it is used.The text was updated successfully, but these errors were encountered: