jupyrdf/ipyradiant

Pin rdflib and remove SERVICE wrapper

Closed this issue · 1 comments

In #9 we added the ability to use SERVICE calls in SPARQL queries, which required a wrapper due to a known bug in rdflib .

Since that PR, rdflib has released v5.0.0, which addresses this issue. This PR scopes in the pinning of rdflib to >=5.0 and removes the service wrapper throughout ipyradiant.

rdflib 5.0 does not address this issue.
Ticket requesting support here