|
summary
versions
code: error: |
Answered by
gdbassett
Nov 10, 2022
Replies: 3 comments
0 replies
|
that example was written against rdflib 4 I think with 5, NSSPARQLWrapper no longer appears to exist and I'm unsure what it was replaced with. |
0 replies
|
I was able to make this work with RDFLIB 6.2. This errored on RDFLIB 5.0.0 due to lack of encoding (error from requests) Based on Ted Lawless's code above: |
0 replies
Answer selected by
nicholascar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to make this work with RDFLIB 6.2. This errored on RDFLIB 5.0.0 due to lack of encoding (error from requests)
Based on Ted Lawless's code above: