Skip to content

Releases: edmcouncil/rdf-toolkit

rdf-toolkit version 2.0

15 Apr 11:11
fb9f0fc
Compare
Choose a tag to compare

This release replaces the previous, mistagged, release of 1.2.

What's Changed

New Contributors

Full Changelog: v.1.15...v2.0

Interim release

06 Nov 11:18
9b96df7
Compare
Choose a tag to compare

This updates the rdf-toolkit from the changes from the previous release.

What's Changed

  • Fix to null exception for rdf:list with one element by @mereolog in #46
  • Turtle serialisation in precommit by @mereolog in #51

Full Changelog: v1.14.2...v.1.15

v1.14.2

27 Jan 12:19
d7eaa16
Compare
Choose a tag to compare

Fixes:

  • Suppressing named individuals now removes owl:NamedIndividual from a list of rdf:type of entities

v1.14.1

02 Dec 13:46
f6780c1
Compare
Choose a tag to compare

Fixes:

  • display of the SLF4J warning; it won't be present anymore

Updates:

  • the dependency commons-text to 1.10.0 due to a security vulnerability in the previous version

v1.14.0

19 Nov 11:16
8450ce7
Compare
Choose a tag to compare

Adds the following changes:

  • Support for the -sni (--suppress-named-individuals) parameter that - when set - forbids RDF Toolkit from using owl:NamedIndividual when serializing named individuals.