-
Tests targeting an actual remote triplestore are a source of flaky and/or slow tests.
Mocking SPARQLWrapper would be a solution for that and also potentially generally useful.
lu-pl updated
1 month ago
-
`rdfproxy` should run certain checks on queries to fail as fast as possible in case of inapplicable queries to avoid inadvertent side effects or simply crashing later in the program flow.
- [x] Uti…
-
Add Wikidata items to all Bundestag politicians to allow for further querying of related data. Wikidata item links are already downloaded from Wikidata Query Service as a csv file, as attached below. …
-
On jupiter lab when i tril to install the wrapper i have a simple error
!pip install sparqlwrapper
Error: no endpoint defined
![error](https://github.com/user-attachments/assets/a6f395db-3da1-4…
-
Integrate SPARQLWrapper along with the serialization methods, as a convenient means of consuming from a
Currently it's a bit clunky to use, which may required digging into its internals to interce…
-
When running any `CONSTRUCT` or `DESCRIBE` query on the UniProt SPARQL endpoint https://sparql.uniprot.org/sparql/, whatever the return format asked (XML, turtle) SPARQLWrapper fails to resolve the qu…
-
This will allow a wider range of the people the ability to
* regenerate derived files using the `Makefile` (current reqs: python, jena)
* run various reports in the makefile - e.g. sparql consis…
-
./lookup-service-sqlite.py labels.db
Traceback (most recent call last):
File "./lookup-service-sqlite.py", line 5, in
from SPARQLWrapper import SPARQLWrapper, JSON
ImportError: No module name…
-
A Docker container running a unification task encountered an error while processing a task identified by the URL http://redpencil.data.gift/id/task/668BE59D8B5E665623EBAC90, specifically for the opera…
-
HTTPX is a much more modern HTTP library than `requests`, it is higher performance, supports async/await, supports HTTP/2, and supports steaming large responses (in sync or async mode).
The downsid…