Andy Seaborne
Andy Seaborne
> It seems that we would also need something like Jena's [`GraphView`](https://github.com/apache/jena/blob/main/jena-arq/src/main/java/org/apache/jena/sparql/core/GraphView.java) which combines dataset and graph name. The Jena `NamedGraph` interface is a concept that hasn't got much usage....
> @afs thank you for your input. If we were to implement an in-memory dataset, which of Jena's classes should we look at? First - decide what feature you want....
The syntax for triple terms / named occurrences being worked on by the RDF WG looks like it will be similar, but not the same, as the RDF-star CG report.
Also in Oxigraph.
Domain specific languages would help to make data writing easier int he sense of being more natural to the domain (SHACL-driven?). They could "compile" to Turtle/N-triples/JSON-LD with little more than...
It seems that some code has got lost. There was a retry policy but it's not in the codebase now.
This code exists to retrying to get a registration id when a patch server restarts. But registration ids (per instance) have been removed. This code isn't retrying request otherwise -...
Good to see this! I've let the PMC know this PR exists. https://lists.apache.org/thread/yr9q394fssr0mvgxvrskynmhjlz0g33x Firstly - thank you for making clear the origins. Secondly - this is a significant addition to...
All looks good for moving forward with this. There are some process steps necessary; the code, apart from license headers and Eclipse issues noted below, looks good. **1. Licenses** All...
I'm not seeing those failures. I don't think I've see the build fail in this way. Which tests are failing? There are github actions in the project. There is a...