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

**Update**: after discussion (see comments) we figured out that this is not a bug in how RDF4J treats percent-encodings, however a useful exension would be to add convenience functions to...

📶 enhancement
help wanted
hacktoberfest

### Current Behavior The MapDB in the GroupIterator is set up tobe temporary, however it does fsync quite a bit. This is not required. ### Expected Behavior Less fsyncs ###...

⏩ performance

### Problem description The NativeStore and LmdbStore currently use a separate value database that contains mappings from (internal) value IDs to the corresponding data. Each time when a value instance...

📶 enhancement

GitHub issue resolved: #3797 Briefly describe the changes proposed in this PR: This is a first PoC for embedding of hash codes within IDs. ---- PR Author Checklist (see the...

Currently the format-specific (RDF/XML, JSON-LD... ) are all part of the org.eclipse.rdf4j.rio.helpers package, which means that format-specific (extra) dependencies are sometimes required in the pom.xml. A cleaner separation would be...

📦 rio
⛔ Not backwards compatible

We need to slightly reorganize our example code, moving the newly created rdf4j-spring-demo module into the examples section, and turning that into a module having several submodules.

website / documentation
🔧 internal task

### Problem description The SparqlBuilder is being refactored. The user docs aren't always kept up to date due to possible conflicts. The docs must be fixed when the refactoring is...

website / documentation

### Current Behavior I have a graph in a repository where it only contains statements where the subject is the same as the graph IRI(occurs in both Memory and Native):...

🐞 bug
transactional isolation

### Current Behavior I can create/update a prefix with invalid prefix and URI, there's no validation in the endpoint. ### Expected Behavior There should be a validation of the URI...

🐞 bug