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

GitHub issue resolved: #3843 ---- PR Author Checklist (see the [contributor guidelines](https://github.com/eclipse/rdf4j/blob/main/.github/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) - [ ] I've added tests for the...

### Current Behavior There is a typo in the Github release name of version 4.1.0. https://github.com/eclipse/rdf4j/releases/tag/4.1.0 ![Screenshot 2022-08-11 at 16 35 08](https://user-images.githubusercontent.com/23375188/184158908-6fc4296d-758e-4cf2-ba88-7fafe18c3dae.png) ### Expected Behavior 4.10 => 4.1.0 ### Steps...

🐞 bug

Automatically generated PR to keep develop in sync with main. **USE MERGE COMMIT TO MERGE THIS PR**. See [merge_main_to_develop.yml](/eclipse/rdf4j/.github/workflows/merge_main_to_develop.yml).

### Current Behavior Running a `CONSTRUCT` query in a memory store fails to create RDFstar statements with RDF4J 4.1 with the following error: ``` java.lang.IllegalArgumentException: Node is not a child...

🐞 bug

Thanks for submitting this @stbischof. Could you please also log an issue in our tracker that describes this enhancement, and link it to your PR? Also, given that this is...

📶 enhancement

The process to create docker images for different architectures and to publish them to dockerhub as part of the release process is poorly documented. As a result we tend to...

🔧 internal task
docker

### Problem description Would like to be able to better extend the Console utility by allowing for adding more/alt commands. In particular, I'm looking for a load command that can...

📶 enhancement

GitHub issue resolved: #635 Briefly describe the changes proposed in this PR: - add new QueryEvaluationMode enum as a TransactionSetting - make evaluation mode configurable on a per-transaction basis -...

Current function implementations still use the deprecated `evaluate(ValueFactory, ...)` method. They should be refactored to use the now-recommended `evaluate(TripleSource, ...)` signature instead. In addition all references to the old method...

🔧 internal task
🛠️ tech debt

Make it operate in bulk.

⏩ performance
📦 SHACL