Skip to content

12.1.0

Latest

Choose a tag to compare

@tfrancart tfrancart released this 02 Mar 15:28
· 14 commits to master since this release

This is an intermediate release providing a few bugfixes as well as an improvement in how SPARQL variable names are generated, without _1 suffixes when not needed.

Major New Features

  • #782 : Improve SPARQL variable name generation by not inserting _1 or _2 when it is not necessary.

Other Enhancements

  • #764 : Ability to associate a BooleanProperty to a non-boolean property, this will generate a FILTER EXISTS or FILTER NOT EXISTS clause
  • #773 : take into account sh:qualifiedValueShape when determining the range of a property
  • #756 : when displaying criteria values, if they have the special URI https://services.sparnatural.eu/api/v1/URI_NOT_FOUND, display them in red

Bug fixes

  • #783 : type criteria not properly inserted in SPARQL when using sh:or/sh:node in the SHACL config
  • #703 : dates between 01 and 99 can now be selected. Archaelogists, rejoice.
  • #779 : fix time shift in date widget due to Timezone
  • #762 : fix query loading without criterias clause

Refactoring

  • #734 : delete SparnaturalHandlers
  • #761 : extract UrlFetcher and SparqlHandler in rdf-shacl-commons

Documentation

  • #769 : fixed deadlink in documentation