Skip to content

Releases: nationalarchives/kettle-jena-plugins

kettle-jena-plugins-2.1.0

17 Jun 11:05
Compare
Choose a tag to compare
  • Added two new steps:
    1. Combine Jena Models
    2. Group Merge Jena Models
  • Many small bug-fixes and improvements

kettle-jena-plugins-2.0.1

21 Jul 11:55
Compare
Choose a tag to compare

Fixes

  • Fixed an issue whereby the rdf:type was always being output as a xsd:string instead of a resource. Thanks to @aindlq for reporting :-)

kettle-jena-plugins-2.0.0

16 Jul 11:06
Compare
Choose a tag to compare

New Features

  1. Blank Nodes. You can now create Blank Nodes in the Jena Models from row fields.

  2. If the field value in the row being processed is null, you can now choose the action to take. Either:

    1. ignore it and move to the next row
    2. log a warning and move to the next row
    3. or raise an error and stop processing

Fixes

  1. Improve datatype conversion from SQL types to RDF types.

  2. Fixed an issue with the Identity of the Java Object being written to the RDF property value instead of the value of the object.

kettle-jena-plugins-1.0.0

16 Jul 11:01
Compare
Choose a tag to compare