Skip to main content

RDF4J 3.1.0 Milestone 2

Sat, Jan 18, 2020

The second milestone build of the upcoming 3.1 release of RDF4J is now available for download.

RDF4J 3.1.0 is a minor release with a number of new features and improvements. Some of the highlights:

  • Integrated support for sophisticated federated querying through FedX.
  • The ElasticSearchStore, a new experimental storage backend.
  • QueryResult and RepositoryResult objects now implement Java Iterable, making client code simpler and smoother.
  • Helper functions for stripping away context / named graph info from Statement and Model objects.

This second milestone build is not yet feature-complete, but we are putting it out to receive early feedback on these two major new features, as well as on any of the other improvements we have put in.

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