Skip to main content

3.7.0

RDF4J 3.7.0 is a minor release with about 22 improvements and bug fixes.

Some highlights:

  • improved SPARQL query rendering support
  • support for newline-delimited JSON-LD
  • RDF-star updates
  • Upgraded libraries: Spring, Jackson, Jetty, Apache Commons Lang/IO,

For a complete overview, see all issues fixed in 3.7.0.

Upgrade notes

RDF4J 3.7.0 is binary compatible with older RDF4J releases. Nevertheless, the following should be kept in mind when upgrading:

  • The protected method SPARQLRepository#createHTTPClient has been renamed to #createSPARQLProtocolSession. Developers who override its behavior will need to adjust their code.

Acknowledgements

This release was made possible by contributions from Bart Hanssens, Håvard M. Ottestad, Jeen Broekstra, Damyan Ognyanov, Tomas Kovachev, and Desislava Hristova.

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