Skip to content

v0.13.1 - 2020-09-07 - Finally SPARQLTargetType

Compare
Choose a tag to compare
@ashleysommer ashleysommer released this 07 Sep 06:12
· 421 commits to master since this release

Added

  • SPARQLTargetType
  • Added a test for SPARQLTargetType - Theres none in the SHT suite, or the DASH suite.

Changed

  • Refactored sh:parameter code in SPARQL-based Constraint Components, SHACLFunctions, and SPARQL-Based Target Types
    • They all now share a common SHACLParameter helper class, reducing code duplication
  • Refactored SPARQLQueryHelper
    • SPARQLQueryHelper internal class is now more helpful
    • query_helper can now extract param bindings into param-value pairs for parameterised queries
    • Reduces more code duplication