Skip to main content

RDF4J 3.7.0 Released

Thu, May 27, 2021

We are pleased to announce that RDF4J 3.7.0 is now available. This is a minor release with about 22 improvements and bug fixes.

For full details, have a look at the release notes. Below, we briefly summarize some of the highlights.

Improved SPARQL query rendering

The support for rendering a query algebra back into a SPARQL query string has been extended, now supporting BIND clauses correctly. In addition, an experimental alternative implementation has been added, which has improved support for path expression handling, among a few other things.

Support for newline-delimited JSON-LD

We have added support for newline-delimited JSON-LD (inspired by NDJSON ). See issue GH-2840 for details.

RDF-star support updates

Various small improvements in RDF-star support have been done in order to align with the current published draft. In particular, the Turtle-star parser has been extended to support annotation syntax.

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