-
```
Currently, SparqlProxy doesn't (AFAIK) take advantage of content negotiation of
SPARQL results -- that is, by specifying a preferred results format in the
Accept header when it makes a request t…
-
## Why
Several vendors are looking into this space already, sometimes in relation to extended (vector based) search capabilities, sometimes in relation to more general large language model fea…
-
Hi, I tried to create a Dataset and query it with SPARQL, however I had no success. I retraced my steps to the SPARQL query example, which worked, however when I changed the container from `Graph` to …
-
@NeilGraham I see that CI test is failing because the test repo I had set in AGraph is not being accessed (was the test user removed?). We could bypass this issue by migrating the SPARQL endpoint test…
-
This is, IMO, a major missing component of the ODK
* MVP - generate a report of mappings for obsoleted terms every time imports are updated. We already have suitable SPARQL for finding mappings `s…
-
Hi,
I've started using MeSH for our project (https://github.com/gbv/cocoda) and so far it's working great! Part of it is searching for a descriptor by label. Currently I'm using SPARQL with a regex…
-
### Current Behavior
I'm currently implementing a storage sail based on the experimental extensible store. When applied the `RepositorySPARQLComplianceTestSuite` to it (using `new SailRepository(new …
-
Being able to parameterize SPARQL queries would enable more dynamic usage of Yasgui in other tooling.
There was a lengthy discussion on https://github.com/Triply-Dev/YASGUI.YASQE-deprecated/issues/2…
-
Original title/scope was "Prevent the lux-endpoint-consumer role from executing arbitrary SPARQL queries" but that is really just an example. Broader scope would be to only expose the endpoints we in…
-
in file structgpt_for_webqsp.py, line 10: `from KnowledgeBase.sparql_executor import *`.
However, i can't find sparql_executor code definition in KnowledgeBase floder.