jupyrdf / ipyradiant

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

Pin rdflib and remove SERVICE wrapper #92

Closed zwelz3 closed 3 years ago

zwelz3 commented 3 years ago

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.

zwelz3 commented 3 years ago

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