Skip to content

10.2.0

Choose a tag to compare

@tfrancart tfrancart released this 18 Mar 11:00
· 151 commits to master since this release

This is a bugfix release mostly to fix #688 and #705. It also contains some minor enhancements.

Major New Features

none

Other Enhancements

  • #691 : large SPARQL queries are sent by POST rather than GET
  • #668 : ignore rdfs:Resource or owl:Thing when they are indicated as range of a property
  • #654 : post date query generation in new query generation algorithm
  • #701 : when reading hierarchical class tree, ability to skip levels in the class hierarchy

Bug fixes

  • #688 : fix in SHACL property paths using sh:alternativePath
  • #709 : fix tree sorting
  • #705 : widgets insert a useless and dangerous rdf:type triple

Refactoring

  • #687 : code cleaning
  • #708 : clean useless forseSort parameter in datasources ontology

Documentation

none