Håvard M. Ottestad
Håvard M. Ottestad
The Q1 case in #4978 has been fixed, but the Q2 still remains. ### Current Behavior Using our dataset, we noticed that some GeoSparql queries doesn't have the same behaviours...
To make it easier to compare performance between RDF4 4.x and 5.0 we should align the benchmarks on the main branch with those on the develop branch so that we...
GitHub issue resolved: # Briefly describe the changes proposed in this PR: ---- PR Author Checklist (see the [contributor guidelines](https://github.com/eclipse/rdf4j/blob/main/CONTRIBUTING.md) for more details): - [ ] my pull request is...
GitHub issue resolved: #5107 Briefly describe the changes proposed in this PR: ---- PR Author Checklist (see the [contributor guidelines](https://github.com/eclipse/rdf4j/blob/main/CONTRIBUTING.md) for more details): - [ ] my pull request is...
ShaclSail can deadlock when running SailConcurrencyTest. Related to: https://github.com/eclipse-rdf4j/rdf4j/issues/4784
### Discussed in https://github.com/eclipse-rdf4j/rdf4j/discussions/5129 SPARQL query with a HAVING node will show an incorrect query explanation because the HAVING node is not part of the query explanation. This makes it...
4.3.14 release notes
### Shape ```ttl rdf4j:SHACLShapeGraph { ex:PersonShape a sh:NodeShape; sh:targetClass ex:Person; sh:property [ sh:path ex:name; sh:qualifiedValueShape [sh:datatype xsd:string ; ] ; sh:qualifiedMaxCount 1 ; ] . } ``` ### Initial data...
GitHub issue resolved: #5130 Briefly describe the changes proposed in this PR: ---- PR Author Checklist (see the [contributor guidelines](https://github.com/eclipse/rdf4j/blob/main/CONTRIBUTING.md) for more details): - [ ] my pull request is...
Validating maxCount/minCount for a single graph always guarantees that there are no duplicates since a quad is unique. When validating the union of multiple graphs it becomes possible to have...