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
_1or_2when it is not necessary.
Other Enhancements
- #764 : Ability to associate a BooleanProperty to a non-boolean property, this will generate a
FILTER EXISTSorFILTER NOT EXISTSclause - #773 : take into account
sh:qualifiedValueShapewhen 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
Documentation
- #769 : fixed deadlink in documentation