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

There are still unclosed iterations in fedx.

🐞 bug
📦 fedx

Remove the local maven config file and add the .mvn folder to gitignore. ---- PR Author Checklist (see the [contributor guidelines](https://github.com/eclipse/rdf4j/blob/main/CONTRIBUTING.md) for more details): - [ ] my pull request...

### Current Behavior `Values.literal(TemporalAccessor value)` should allow for an `Instant` , but `Values.literal(Instant.now())` throws an Exception ``` Exception in thread "main" java.lang.IllegalArgumentException: value cannot be represented by an XML Schema...

🐞 bug

GitHub issue resolved: #4079 Briefly describe the changes proposed in this PR: This is a rebase on devlop of https://github.com/eclipse/rdf4j/pull/3736 FYI @stbischof ---- PR Author Checklist (see the [contributor guidelines](https://github.com/eclipse/rdf4j/blob/main/.github/CONTRIBUTING.md)...

### Discussed in https://github.com/eclipse/rdf4j/discussions/3991 Originally posted by **apano-on** June 15, 2022 It seems like the operation with the extension has disappeared in at least one scenario for rdf4j v4.0.0 (as...

🐞 bug
📦 sparql

### Current Behavior Running a query with GraphDB causes: ``` 11:20:12.160 [main] WARN o.e.r.s.d.s.o.TupleQueryResultConverter - Caught execption while processing TupleQueryResult java.lang.IllegalStateException: BindingSet does not contain binding for variable quantityKind at...

🐞 bug

We currently have: - Transactional validation - SPARQL based bulk validation For constraints where the SPARQL based bulk validation is not implemented we fall back to using the transactional validation...

⏩ performance
📦 SHACL

Precompute hash code for MemIRI.

⏩ performance

Add support for the DynamicModel to signal its size to the LinkedHashModel when upgrading. Also look at how to improve the performance of adding data to the LinkedHashModel in general.

⏩ performance