sparqlwrapper
sparqlwrapper copied to clipboard
A wrapper for a remote SPARQL endpoint
see * https://stackoverflow.com/questions/63486767/how-can-i-get-the-fuseki-api-via-sparqlwrapper-to-properly-report-a-detailed-err and * https://lists.apache.org/thread.html/r55586eec9b37b2441e0b97cc6c3adc8fe172e6cf9a494688ee0256bf%40%3Cusers.jena.apache.org%3E
hi, I am interested to know if there is any way I could use Levenstein distance within a SPARQL query. Let's say I want to select only the objects that...
It's not the right time, but just because the discussion at issue #36, I'd like to share this idea/methodology I had with the whole community. The current `SPARQLWrapper` 1.x is...
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...
In order to handle SPARQL endpoints with self-signed certificates, a new parameter was introduced to the __init__ of the Wrapper for a .pem file of the certificate.
To make life easier for Python developers a "ListOfDict" support would be nice as implemented in https://github.com/WolfgangFahl/pyLoDStorage/blob/master/lodstorage/sparql.py and tested in https://github.com/WolfgangFahl/pyLoDStorage/blob/master/tests/testSPARQL.py see also http://wiki.bitplan.com/index.php/PyLoDStorage#SPARQL_unit_test It allows for round-trip handling of...
When doing a query with some 400.000 result records via Wikidata i get the error message: File "/Users/wf/Library/Python/3.8/lib/python/site-packages/SPARQLWrapper/SmartWrapper.py", line 315, in query ``` return Bindings(res) File "/Users/wf/Library/Python/3.8/lib/python/site-packages/SPARQLWrapper/SmartWrapper.py", line 112, in...
From #138 issue, this could be an initial support for HTTP code 429 "Too Many Requests".
This was removed in 5.0.0 (see https://github.com/RDFLib/rdflib/pull/744), but it may be useful for people wanting backwards compatibility, or who relied on particular SPARQLWrapper features. In retrospect, this code should always...
I don't see an easy way to add a custom ca cert for verifying your sparql requests. I made a simple change so that you can easily add a custom...