Matt Goldberg
Matt Goldberg
Federated queries do not work when the provided endpoint in a SERVICE clause is a prefixed name. I have tracked the error down to the [`evalServiceQuery` function](https://github.com/RDFLib/rdflib/blob/038af4547e799845e08986867b24acafcbe72d48/rdflib/plugins/sparql/evaluate.py#L302). The regular expression...
As of version 6.2.0, RDFLib seems to not support querying for RDF lists via the built-in SPARQL processor. For example, if I were to run the following: ```python from rdflib...
As of urllib 2.0.0 (released 2023-04-26), the `method_whitelist` argument for Retry (which has been deprecated for a while) was removed in favor of `allowed_methods`. This PR simply swaps the old...
As of urllib 2.0.0 (released 2023-04-26), the `method_whitelist` argument for `Retry` (which has been deprecated for a while) was removed in favor of `allowed_methods`. However, the removed argument is still...
I'm running into (what seems like on the surface) a strange situation where documents with contexts containing an index can be parsed (e.g. expanded) correctly but cannot be round tripped...
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...
I noticed that formatting various terms using the `n3` method seemed to be quite slow when calling it a large number of times. The `n3` method uses `NamespaceManager.normalizeUri`, shown here:...
I found the `mapping.baseIri` configuration option in the documentation. I added it to my properties file with the base IRI I'd like to be used when running the ontop endpoint....
I've noticed a couple issues with the automatic mapping reloading. I'm running ontop on Ubuntu in WSL. 1. If there is an error processing the mapping when it reloads, and...