Skip to main content

News

Mon, Apr 1, 2024

RDF4J 4.3.11 is now available. This is a patch release fixing 2 bugs.

For more details, have a look at the release notes.



Wed, Mar 6, 2024

RDF4J 4.3.10 is now available. This is a patch release fixing 2 bugs.

For more details, have a look at the release notes.



Sun, Jan 21, 2024

RDF4J 4.3.9 is now available. This is a patch release fixing 7 bugs.

For more details, have a look at the release notes.



Tue, Nov 7, 2023

RDF4J 4.3.8 is now available. This is a patch release fixing 7 bugs.

For more details, have a look at the release notes.



Tue, Oct 17, 2023

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

Notable changes since the previous milestone build:

  • We have switched to the new CONFIG vocabulary. If you ware interacting with the config files directly then take care to use the new vocabulary and if need be use the Configuration class to help with handling use cases where the new and old config vocabularies are mixed.
  • The refactoring and optimizations of the various iterations is nearing completion and there should be very few iterations that are still marked as deprecated.
  • More deprecated code has been removed, if you find that you were depending on deprecated code that is now removed then please let us know.

This milestone build is not yet feature-complete, but we are putting it out to receive early feedback on all the improvements we have put in.



Fri, Oct 6, 2023

RDF4J 4.3.7 is now available. This is a patch release fixing 6 bugs.

For more details, have a look at the release notes.



Sun, Aug 27, 2023

RDF4J 4.3.6 is now available. This is a patch release fixing 4 bugs.

For more details, have a look at the release notes.



Tue, Aug 8, 2023

Milestone number 1 of the upcoming 5.0.0 release of RDF4J is now available for download.

This first milestone focuses on removing deprecated code with the largest change being the removal of the Iteration interface in favour of using the CloseableIteration interface instead. The CloseableIteration has also been simplified by removing support for specifying checked exceptions using Java generics.

This milestone build is not yet feature-complete, but we are putting it out to receive early feedback on all the improvements we have put in.



Sun, Aug 6, 2023

RDF4J 4.3.5 is now available. This is a patch release fixing 5 bugs.

For more details, have a look at the release notes.



Sat, Jul 22, 2023

RDF4J 4.3.4 is now available. This is a patch release fixing 2 bugs.

For more details, have a look at 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