-
Notifications
You must be signed in to change notification settings - Fork 581
Closed
Labels
breaking changeThis involves or proposes breaking RDFLib's public API.This involves or proposes breaking RDFLib's public API.concept: RDF datasetRelates to the RDF datasets concept.Relates to the RDF datasets concept.coreRelates to core functionality of RDFLib, i.e. `rdflib.{graph,store,term}`Relates to core functionality of RDFLib, i.e. `rdflib.{graph,store,term}`good first issueGood for newcomersGood for newcomers
Description
ConjunctiveGraph is not a concept defined by the W3C spec, and it is not clear that it is a needed concept. People should use Dataset instead, as that is a much more well-defined concept.
If we intend to get rid of ConjunctiveGraph, then we should add a deprecation notice that it will be removed in the next major release.
Subsequently, we should also remove its use in the codebase where it occurs. Though, best to first mark it as deprecated.
Metadata
Metadata
Assignees
Labels
breaking changeThis involves or proposes breaking RDFLib's public API.This involves or proposes breaking RDFLib's public API.concept: RDF datasetRelates to the RDF datasets concept.Relates to the RDF datasets concept.coreRelates to core functionality of RDFLib, i.e. `rdflib.{graph,store,term}`Relates to core functionality of RDFLib, i.e. `rdflib.{graph,store,term}`good first issueGood for newcomersGood for newcomers