Wolfgang Schell
Wolfgang Schell
Regarding using `!=`: this is a generated query, so I didn't want to change the original templates producing this query... But I added a version of this to the unit...
BTW, this behaves the same in GraphDB (which is based on RDF4J) and Blazegraph, but not in Stardog where all four solutions are returned.
Thanks, Jeen, for the thorough investigation! My naive expectation here would be that I want to exclude a set of things, but the thing we are looking at is not...
This should be a simple fix in the `TurtleWriter` without further side effects, so I would rather go for a real solution here instead of working around it (although we...
I also tried this with Gradle 6.7.1 (and switched back top the JDK provided by Eclipse 2020-12), same result: ``` org.gradle.tooling.GradleConnectionException: Could not run phased build action using Gradle distribution...
This looks like an issue with identifying Java Home on macOS Big Sur where the `PATH` typically contains `/usr/bin/java` which has changed from a symbolic link to a binary with...
I very much like this new approach as it keeps the metacontroller an implementation detail of a custom controller when used in a common pod with the controller logic (metacontroller...
Also, are there any plans to propose this model for inclusion into K8s core? This is a low-barrier approach compared to write a fully custom controller similar to the admission...
thanks, @patrickwyler, for providing this function!
We had a very similar discussion just yesterday: our application [metaphactory](https://metaphacts.com/product) supports reconciliation from local graph database(s) but also federated reconciliation from multiple sources, e.g. a local graph database and...