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: #4598 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...

A few reverts regarding pom changes. GitHub issue resolved: #4544 Briefly describe the changes proposed in this PR: Just seeing what openrewrite does regarding junit4 to junit5, as well as...

🛠️ tech debt

### Current Behavior [query via post direct](https://www.w3.org/TR/sparql11-protocol/#query-via-post-direct) or at least I did not consider it when implementing. ### Expected Behavior QueryResponder shoud support all legal methods defined in the SPARQL...

🐞 bug

### Current Behavior Here it's more a design issue that I want to point out, unless I misunderstood something. For example, if I want to share the same MemoryStore for...

📶 enhancement
📦 repository

### Problem description Jetty 9 is EOL, so we need to move to a newer version ### Preferred solution Use a more recent version, e.g. 10 or 11. ### Are...

📶 enhancement
🛠️ tech debt
dependencies

### Current Behavior There are a few errors in design that are already deprecated but where originally introduced my myself. With the wisdom of a few years more I would...

🛠️ tech debt

### Current Behavior Generating javadoc yields a few warnings on missing references and issues with '

📶 enhancement
website / documentation

The SPARQLQueryRenderer is incomplete and outputs incorrect results for common queries. There does not seem to be any documentation of what subset of the query language that is supported and...

🛠️ tech debt

### Problem description Currently, the RDF4J REST API enables transaction operations by means of a single "excute operation" endpoint that takes a great variety of different query parameters to control...

📶 enhancement

StatementConvertor is used to create lambdas that create BindingSets instances from Statements, for all combinations of SPOC. The context caches the `hasBinding` and `addBinding` lambdas. We could move the StatementConvertor...

⏩ performance