-
Federation is a big Use Case for SPARQL, so JOPA should support the SPARQL SERVICE keyword within SOQL/Criteria API.
Similar to #218, this is a completely new query feature and its syntax need to b…
-
Hi,
Thank you for creating SPARQL Anything—it’s an incredible tool!
I’m encountering an issue while trying to fetch a Turtle file from the web. The file I’m working with contains the following c…
-
Hi! I've recently added [SPARQL support to Ultra](https://overpass-ultra.us/docs/yaml/#sparql), which works great with services that have CORS headers, such as the [Wikidata Query Service](https://ove…
-
See https://github.com/JervenBolleman/wikibase-sparql-examples/blob/main/examples/wikidata/000c94654373277a9c231bd48b077313.ttl
The idea is to have this as "source" and the current SPARQL files (an…
egonw updated
2 weeks ago
-
`rdfproxy` injects an ORDER BY solution modifier into SPARQL queries for grouped models, see #114.
The query constructor for SPARQL queries associated with *ungrouped* models currently does not inj…
lu-pl updated
2 weeks ago
-
#### Recap
[TPAC 2023 presentation](https://docs.google.com/presentation/d/16U0Z0HR6MwNWdBe-ctm3wLFd6wiKCum7DFRaTpxkkdM)
Issues: [sparql-query/issues for EXISTS](https://github.com/w3c/sparql-qu…
-
`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…
-
`rdfproxy.SPARQLModelAdapter` implements pagination by dynamically modifying the supplied SPARQL query.
For ungrouped models, OFFSET and LIMIT modifiers are injected, for grouped models a subquery …
lu-pl updated
3 weeks ago
-
In the generated project use maven to copy the dependencies to where jshell can see them
```
mvn dependency:copy-dependencies
jshell --class-path target/dependency/*:target/example-1.0.0-SNAPS…
-
Is it possible to set up a database that has both full text and GeoSPARQL support? Here is the assembler I tried. Unfortunately I had no luck with my test query 😒
```turtle
@prefix fuseki: .
@…