Skip to content

Releases: weso/shaclex

SHACLex: Scala implementation of ShEx and SHACL

04 Apr 21:54
Compare
Choose a tag to compare
v0.0.69

Added dataURL parameter...still needs schemaURL and shapeMapURL param…

First version with support for SHACL Validation Report generation

02 Apr 19:45
eef2d83
Compare
Choose a tag to compare

In this version, it is possible to generate a Validation Report that follows the SHACL spec. This is the first version with support for that report and it is not fully tested (there are some differences that require extra-refactoring of the code).

However, we expect to continue testing and solving the differences to create a fully compatible SHACL core implementation.

0.0.68

29 Mar 05:33
Compare
Choose a tag to compare
0.0.68 Pre-release
Pre-release
  • Replaced println's by log messages

v0.0.67

11 Mar 22:17
87eb02c
Compare
Choose a tag to compare
v0.0.67 Pre-release
Pre-release

Solves issue #83 adding support for RDF4j

Latest release as of March 2018

07 Mar 04:47
Compare
Choose a tag to compare
Pre-release

This release contains the latest version of the code as of March 2018

  • All the ShEx compact syntax grammar tests pass except 2 with extended unicode characters
  • Support for shapeMaps
  • Solves issue #66