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

If a SPARQL Constraint or a SPARQL Target is missing variables then it can cause an NPE during validation. It should instead cause a validation error so that the user...

🐞 bug
📦 SHACL

![screenshot_2023-07-24_at_13 14 26](https://github.com/eclipse/rdf4j/assets/797185/13c6b6a5-3793-4541-9496-93ca35405b06)

🐞 bug
📦 SHACL

### Current Behavior When running a lot of queries the thread count seems to be increasing. Either I am forgetting to close something or something is happening in the backend?...

🐞 bug

Improve performance of MemStatementList.

⏩ performance
MemoryStore

We typically use volatile for variables that can be updated and read by multiple threads. Unless we need total order for read/write to multiple variables then it is may be...

⏩ performance

The `dataset` field may be null causing the `equals(...)` method to throw a `NullPointerException`.

🐞 bug
📦 SHACL

### Discussed in https://github.com/eclipse/rdf4j/discussions/4287 Originally posted by **volkerjaenisch** November 19, 2022 Dear RDF4J Users! Currently we am implementing SHACL for an OpenData portal (http://datenadler.de). We are Python programmers so we...

🐞 bug
📦 SHACL

### Current Behavior In versions 3.7.4 and 4.1.0, iterating over a TupleQueryResult with large results is extremely slow when compared to older RDF4j versions (2.5.5). With newer RDF4j versions, running...

🐞 bug

### Current Behavior While investigating the support for LATERAL, I believe I have found an issue with how filter optimisation incorrectly handles scope changes. The following query: ```sparql PREFIX :...

🐞 bug

### Current Behavior I have got this errors when performing a query with a big response (1.5GB) ``` SEVERE [http-nio-8080-exec-11] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [rdf4j-http-server] in context with path [/rdf4j-server]...

🐞 bug