Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON-LD parser warns end-user of deprecation of ConjunctiveGraph #3064

Open
ajnelson-nist opened this issue Feb 6, 2025 · 0 comments
Open

Comments

@ajnelson-nist
Copy link
Contributor

In my unit testing that loads JSON-LD into Graphs, I get a warning raised from this line (RDFLib 7.1.3):

https://github.com/RDFLib/rdflib/blob/7.1.3/rdflib/plugins/parsers/jsonld.py#L168

The warning reads:

DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.

I'm aware there's some significant discussion around Dataset, particularly in Discussion 2591. Apologies that I'm not caught up on the whole thread and am just asking instead.

Is it feasible and/or desirable to adapt that line of the JSON-LD parser to use a Dataset instead as part of another 7.x release? I'm aware the desire is to not do many more 7.x's, but it might be desirable to remove that warning for users who need to continue using 7.x for a while yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant