RDFLib / sparqlwrapper

A wrapper for a remote SPARQL endpoint
https://sparqlwrapper.readthedocs.io/
Other
513 stars 121 forks source link

agent param not available for SPARQLWrapper2 #162

Open WolfgangFahl opened 3 years ago

WolfgangFahl commented 3 years ago

To fix https://github.com/WolfgangFahl/pyLoDStorage/issues/9 I need to set the agent param. It's available for SPARQLWrapper but not for SPARQLWrapper2. I think i can work around it but a more clean way would be to make it available.

dinispeixoto commented 3 years ago

This also happens with the updateEndpoint param. Would it make sense to open a PR around this?