-
It should be possible to have a standard way to submit and respond to a standing query. One possible approach is below:
POST a query, with parameter `async=true`
Response is `201 CREATED`, with …
-
New tests should be added, inspired by the sparql-star tests.
-
```
As briefly discussed with Andreas, I would like to create a whole SPARQL test
suite that covers as much scenarios as possible.
To do that, we could use (I asked to author and is ok for him, I'm …
-
```
We need to parse any SPARQL query, validate it and build internal
representation.
```
Original issue reported on code.google.com by `russ...@gmail.com` on 6 Apr 2010 at 9:37
-
Hi,
I'm running two D2R servers on my machine; a default one that works on http://localhost:2020,
for the second I set it up to work on http://localhost:3030 by adding the d2r:server section in the …
-
Hi!
What I'm trying to do is to integrate your SPARQL endpoint in our LinkedDataFragments server.
Is it possible to get a turtle, n3, or n-triples response from your endpoint? Seems like mime type…
cKlee updated
8 years ago
-
Format SPARQL queries in a uniform way. Use the Apache Jena library for pretty print sparql:
`OpAsQuery.asQuery(Algebra.compile(QueryFactory.create(sparql))).serialize();`
-
Some SPARQL endpoints provide [void](https://www.w3.org/2001/sw/interest/void/) descriptions which can also be extended with some schema information as has already been done at [Uniprot](https://www.u…
labra updated
2 months ago
-
LAKE: A possible fix can be to change deployment to a stateful set so that the PVC is not recreated.
Restarts probably be fixed by the increasing the health check timeout.
Also in the logs of apac…
-
Think about some interesting queries and implementing.