jupyrdf / ipyradiant

Jupyter widgets for working with RDF graphs.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Errors with RDFlib 6.0 from integrated JSON-LD plugin #119

Closed pattersoniv closed 2 years ago

pattersoniv commented 2 years ago

rdflib 6.0 has integrated the JSON-LD plugin into the core library. They have loaded their SUFFIX_FORMAT_MAP with related JSON-LD terms. This causes an error when defining the new SUFFIX_FORMAT_MAP locally, as it doubles up kwargs.

A rdflib pin would be a quickfix, or removing the JSON-LD plugin utilities would be better long term.

zwelz3 commented 2 years ago

Closed by #121