Skip to main content

RDF4J 3.1.0 Released

Thu, Feb 6, 2020

We are very pleased to announce the release of RDF4J 3.1.0. This is a minor release, addressing over 60 issues, including a number of major 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.

See the release notes for more details.

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