Skip to main content

Release Notes

3.4.2

RDF4J 3.4.2 is a patch release fixing 4 issues:

  • #2520: fix broken project url in root pom
  • #2526: fix for handling Stardog RDF* query results with named graph
  • #2489: fix for indexing of spatial geometries in Lucene Sail
  • #2511: Turtle parser now accepts Turtle* extensions by default
[read more]

3.4.1

RDF4J 3.4.1 is a patch release fixing 7 issues:

  • #2502: fix processing of Stardog dialect for RDF* in SPARQL/JSON results.
  • #2497: fix for handling of malformed collections when inlining blank nodes in Turtle.
  • #2452: fix for handling of language subtags and wildcards in SHACL.
  • #2458: fix scoping of logical operators with sh:hasValue and dash:hasValueIn in SHACL.
  • #2495: fix processing of Stardog dialect for RDF* in SPARQL/XML results.
  • #2267: fix setting of preferred tuple query result format in SPARQLRepository.
  • #1097: Google Guava version update to 29.0
[read more]

3.4.0

RDF4J 3.4.0 is a minor release with improvements in RDF* and SPARQL* support, and several bug fixes.

Some highlights:

  • the SPARQL Query Results JSON parser has been extended to be able to process JSON query results with RDF* from Jena-based or Stardog-based endpoints;
  • Query results writers are now configurable to send base64-encoded RDF* triples or using extended format;
  • a bug in processing of SPARQL* update operations has been fixed;
  • rdf4j:nil is the new virtual graph name for the default graph (replacing sesame:nil).
[read more]

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