-
Currently, Prez implements the default search backend, which is to use standard SPARQL regex.
It would be useful to have FTS options for different database backends such as Jena.
Some things to …
-
maybe this is a problem of oxigraph and not shmarql? @tpt
Endpoint: https://dataria.org/sparql
### Query
```sparql
SELECT DISTINCT (COUNT(DISTINCT ?object_8) AS ?object_8_count) ?place_4 ?plac…
-
When the user does the following combination of steps happens the following integrity Error
1) user creates a query with query designer and saves it
2) the user does a minor change to sparql of saved…
-
**Describe the bug**
Bind operator working wrong since 7.0
**To Reproduce**
Just use a query with BIND inside one of the examples (here I chose the one about using a storage based on N3.js).
```…
-
Just had the idea, that a SPARQL based campaign builder would be a great idea (if and when the campaigns are added back to the app). A simple user interface to choose the campaign duration, and other …
-
A common pattern I've encountered is:
```rust
let link_title = ip.get_entid(&kw!(:link/title)).unwrap();
let results = ip.q_once(r#"
[:find ?e ?t2
:where [?e :link/title ?t1]
…
-
> Don't see your favorite database? File an issue to let us know.
It would be interesting to be able to execute queries agaunst a SPARQL endpoint. This open metabase to a massive amount of data alr…
-
Is this workflow possible for the workshop?
1. User builds a visual query in wikidata: See paintings, Bavarian Collections, 1590 - 1750 >> https://w.wiki/6KRQ
2. Move query to Graph builder https…
-
-
We would like chemical pages for reaction participants.
For example,
chemicals link to CHEBI. Instead we would like to link to a chemical page which list all of the genes + reactions that th…