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

### Current Behavior Critical fixes of the LmdbStore where only merged in develop and need to be backported to 4.x.x ### Expected Behavior Cherry-pick required fixes and merge them to...

🐞 bug
📶 enhancement

### Current Behavior Currently exploring if we can get one of the SAIL implementations to scale to the use cases we have (>= single-digit Billion Triples in some cases. The...

🐞 bug

### Current Behavior ClassCastException. ### Expected Behavior SparqlBuilder produces correct output. ### Steps To Reproduce _No response_ ### Version 4.3.11 ### Are you interested in contributing a solution yourself? None...

🐞 bug

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

### Problem description The LmdbStore uses 64 bit IDs for values. The scheme is fixed and uses the lower two bits to encode the type of the referenced value: -...

📶 enhancement

### Current Behavior For certain types of IRIs / prefix declarations, the declarations are not preserved during a round trip. When I parse this ``` prefix server-news: . @prefix rdfs:...

🐞 bug