Open nicholascar opened 2 years ago
@eggplants this is just re-issuing your Issue with better scope for resolution.
@nicholascar Hi, here as a first time contributor! I tried my hands on this issue and am submitting a PR that solves it. Request you to please review it and share your thoughts on the same! Thanks!
Pull request added #218 with the required changes as discussed.
This code fails because
RDF
is not a valid response format for a SELECT query:The code should not fail but should raise a
ValueError
Exception and explain why.