Skip to content

Releases: RMLio/rmlmapper-java

v4.5.1

04 Sep 05:43
Compare
Choose a tag to compare

4.5.1 - 2019-09-04

Fixed

  • Absolute paths for data source files

v4.5.0

06 Aug 09:11
Compare
Choose a tag to compare

4.5.0 - 2019-08-06

Added

  • Support for rml:languageMap (see issue 9 of the RML Test cases)

Fixed

v4.4.2

15 Jul 11:32
Compare
Choose a tag to compare

4.4.2 - 2019-07-15

Added

  • Configure no-response bot for Github (issue 35)
  • Dockerfile
  • Add table of contents to README
  • Refactor data access and records
  • Test case for CSV with special characters

Fixed

  • Base IRI is read from the mapping doc when using CLI

v4.4.1

17 Jun 15:28
Compare
Choose a tag to compare

4.4.1 - 2019-06-17

Added

  • Javadoc generation

Fixed

  • A file that is mentioned multiple times in the mapping doc is not re-read multiple times
  • Turtle output contains datatypes and languages

v4.4.0

16 May 11:37
Compare
Choose a tag to compare

4.4.0 - 2019-05-16

Added

  • support for CSVW
  • Support for combining multiple mappings files

Changed

  • Print function-file path when doing verbose debugging

Fixed

  • FileNotFoundException: actually show which file wasn't found
  • Non-conforming language tags are detected

v4.3.3

15 Mar 12:43
Compare
Choose a tag to compare

4.3.3 - 2019-03-15

Added

  • Non-equals function and getMimeType function
  • LICENSE file (MIT) (fixes #25)

Fixed

  • rdf prefix in some test cases
  • specified turtle output in cli help and readme (fixes #23)

v4.3.2

27 Feb 14:24
Compare
Choose a tag to compare

4.3.2 - 2019-02-27

Added

  • DBpedia spotlight can be used as a default NER function within a mapping document
  • functions added, to be used for conditions

Fixed

  • updated UML diagrams
  • fixed #21 (thanks @mariapoveda)
  • support for -- and updates of -- a whole lot more test cases
  • Transform data from databases according to their datatypes, where applicable
  • Works with @base in mapping
  • Use Exception instead of Error (almost everywhere)
  • Validate URI
  • rml:query instead of rr:query
  • maven dependency before jitpack dependency to prevent json-ld conflict (#19 thanks @duschu)

v4.3.1

15 Jan 10:15
Compare
Choose a tag to compare

4.3.1 - 2019-01-15

Fixed

  • filtering of quads in SimpleQuadStore

v4.3.0

17 Dec 15:10
Compare
Choose a tag to compare

4.3.0 - 2018-12-17

Added

  • SPARQL endpoint support

Changed

  • rdf4j version bump to 2.4.1

version 4.2.0

14 Nov 10:06
Compare
Choose a tag to compare

Added

  • output format: hdt

Fixed

  • local build on Windows 7 works
  • object with template with an array as input ? return multiple objects