You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, RDFProxy uses SPARQLWrapper for query execution. SPARQLWrapper uses urllib for HTTP operations and therefore isn't entirely trivial to mock and does not support asyncio.
Also, for some complex queries, SPARQLWrapper has very long retrieval times for unknown reasons, the same queries with httpx return almost instantly.
The text was updated successfully, but these errors were encountered:
Currently, RDFProxy uses SPARQLWrapper for query execution. SPARQLWrapper uses
urllib
for HTTP operations and therefore isn't entirely trivial to mock and does not support asyncio.Also, for some complex queries, SPARQLWrapper has very long retrieval times for unknown reasons, the same queries with httpx return almost instantly.
The text was updated successfully, but these errors were encountered: