Skip to main content

RDF4J 4.0.0 Milestone 2

Sun, Jan 23, 2022

Milestone number 2 of the upcoming 4.0.0 release of RDF4J is now available for download.

RDF4J 4.0.0 is a major release of the RDF4J framework, focusing on improved performance and improved maintainability. We’ve done a massive clean up of the project structure, which is intended to make it easier to deliver new features in this and future releases.

Some of the highlights covered in this second milestone:

  • the LMDB Store, a new persistent embedded RDF Store based on the Lightning Memory-Mapped Database (LMDB) - see the documentation for details
  • massive improvements in (concurrent) performance of various aspects of the framework, including the memory store, the SPARQL and SHACL engine, and more
  • more cleanups of deprecated code

For more details see the release notes.

About

Eclipse RDF4J™ is a powerful Java framework for processing and handling RDF data. This includes creating, parsing, scalable storage, reasoning and querying with RDF and Linked Data. It offers an easy-to-use API that can be connected to all leading RDF database solutions. It allows you to connect with SPARQL endpoints and create applications that leverage the power of linked data and Semantic Web.


RDF4J Architecture

Back to the top