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 DeprecationWarning when using with rdflib 6.2 #86

Open
stain opened this issue Mar 7, 2023 · 0 comments
Open

json-ld DeprecationWarning when using with rdflib 6.2 #86

stain opened this issue Mar 7, 2023 · 0 comments

Comments

@stain
Copy link

stain commented Mar 7, 2023

When using rdflib 6.2 I get a DeprecationWarning from shexeval because rdflib-jsonld is deprecated.

(validate) stain@xena11:~/src/runcrate$ shexeval 
/home/stain/miniconda3/envs/validate/lib/python3.11/site-packages/rdflib_jsonld/__init__.py:9: DeprecationWarning: The rdflib-jsonld package has been integrated into rdflib as of rdflib==6.0.0.  Please remove rdflib-jsonld from your project's dependencies.
  warnings.warn(
usage: shexeval [-h] [-f FORMAT] [-s START] [-ut] [-sp STARTPREDICATE] [-fn FOCUS] [-A] [-d] [-ss] [-ssg] [-cf] [-sq SPARQL] [-se] [--stopafter STOPAFTER] [-ps] [-pr] [-gn GRAPHNAME]
                [-pb] [--useragent USERAGENT]
                rdf shex
shexeval: error: the following arguments are required: rdf, shex

This is caused by pyshexc/rdflib/contextcache.py so I have raised shexSpec/grammar-python-antlr#13 -- I don't see a way to ignore the warnings using warnings.filterwarning because rdflib rudely forces a new warnings context..

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