Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make SPARQLConnector work with DBpedia #941

Merged
merged 1 commit into from
Oct 31, 2019

Conversation

joernhees
Copy link
Member

i think this was a leftover from #744

DBpedia seems to answer with application/sparql-results+xml; charset=UTF-8 header, which wasn't registered in plugins...

also unskips an old test on travis tha otherwise failed locally due to now unresolved SPARQLWrapper exception ref

also unskips an old test on travis tha otherwise failed locally due
to now unresolved SPARQLWrapper exception ref
@joernhees joernhees added bug Something isn't working enhancement New feature or request in-resolution SPARQL store Related to a store. labels Oct 30, 2019
@joernhees joernhees added this to the rdflib 5.0.0 milestone Oct 30, 2019
@joernhees joernhees requested a review from gromgull October 30, 2019 16:39
@gromgull
Copy link
Member

My gut feel would be to strip off the ; chatset=.. bit before looking for plugins.

Will we have one plugin for utf-8, one for utf-16?

But whatever, I don't care that deeply :D

@joernhees joernhees closed this Oct 31, 2019
@joernhees joernhees reopened this Oct 31, 2019
@joernhees
Copy link
Member Author

close & reopen to trigger travis...

@joernhees
Copy link
Member Author

yupp, actually thought about that, but didn't find the right spot quickly... also question is: what if the encoding is different, how to handle that correctly?

I'll merge for now as a quick-fix is better than none, but feel free to cleanup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request in-resolution SPARQL store Related to a store.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants