You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are very excited to announce the release of RDF4J 5.0.0!
9
+
10
+
RDF4J 5.0.0 is a major release of the RDF4J framework with many new features and improvements.
11
+
12
+
Highlights include:
13
+
- JSON-LD 1.1 support
14
+
- Many improvements to FedX
15
+
- Improved SHACL validation with support for [sh:closed](https://www.w3.org/TR/shacl/#ClosedConstraintComponent) and [pairwise](https://www.w3.org/TR/shacl/#core-components-property-pairs) validation
16
+
- Stability and performance improvements to the LmdbStore
17
+
- Upgrade of MapDB
18
+
- More queries with intermediary results are no longer limited by RAM/java heap but disk space available
19
+
20
+
For more details, including instruction on how to upgrade, see the [release notes](/release-notes/5.0.0).
Copy file name to clipboardExpand all lines: site/content/release-notes/5.0.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ RDF4J 5.0.0 is a major release of the Eclipse RDF4J framework. Some highlights:
6
6
7
7
- Replacement of the custom Iteration interface with Java Iterable/Iterator
8
8
- Replacement of old openrdf.org config vocabulary IRIS with new rdf4j.org vocabulary
9
-
- Improved SHACL validation with support for sh:closed and pairwise validation
9
+
- Improved SHACL validation with support for [sh:closed](https://www.w3.org/TR/shacl/#ClosedConstraintComponent) and [pairwise](https://www.w3.org/TR/shacl/#core-components-property-pairs) validation
10
10
- Upgrade of MapDB
11
11
- More queries with intermediary results are no longer limited by RAM/java heap but disk space available
12
12
- Improve performance, query throughput and correctness in a transparent federation by refining various evaluation strategies (bind joins, property paths, limit pushing, ...)
0 commit comments