rdf4j icon indicating copy to clipboard operation
rdf4j copied to clipboard

Eclipse RDF4J: scalable RDF for Java

Results 236 rdf4j issues
Sort by recently updated
recently updated
newest added

### Problem description Currently the default query evaluation mode is "strict" on any newly created repository. This is unnecessarily restrictive: "standard" (previously called "extended") mode is fully compatible with the...

📶 enhancement
📦 sparql

GitHub issue resolved: #4158 Added cast function for xsd:date. ---- PR Author Checklist (see the [contributor guidelines](https://github.com/eclipse/rdf4j/blob/main/CONTRIBUTING.md) for more details): - [X] my pull request is [self-contained](https://rdf4j.org/documentation/developer/merge-strategy/#self-contained-changes-pull-requests-and-commits) - [X] I've...

### Current Behavior The current hash code of the GroupBy Key tends to saturate to all bits of the int set to 1 quickly due to use of [^= as...

🐞 bug
⏩ performance

The testcases in the `testsuites/sparql/src/main/resources/testcases-sparql-1.1` directory are no longer in use in RDF4J, and have therefore become obsolete and incorrect (see GH-4167). This directory was originally intended as an extension...

🛠️ tech debt

Javadocs, release-notes and news item for 4.2.0

Signed-off-by:Bart Hanssens GitHub issue resolved: #4104 Briefly describe the changes proposed in this PR: - add formatter to convert Instant to xsd:dateTimestamp - added test - ---- PR Author Checklist...

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...

### Current Behavior test https://github.com/eclipse/rdf4j/blob/main/testsuites/sparql/src/main/resources/testcases-sparql-1.1/subquery/sparql11-subquery-05.rq is failing it uses data: https://github.com/eclipse/rdf4j/blob/main/testsuites/sparql/src/main/resources/testcases-sparql-1.1/subquery/data-04.ttl and expects results: https://github.com/eclipse/rdf4j/blob/main/testsuites/sparql/src/main/resources/testcases-sparql-1.1/subquery/sparql11-subquery-05.srx ### Expected Behavior results to match expected ### Steps To Reproduce use dataset: @prefix ex:...

🐞 bug

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...

### Current Behavior 1. Add a statement with a context to a memory store and commit. 2. Start a new transaction and clear the context of that statement. 3. Add...

🐞 bug