RDFLib / pySHACL

A Python validator for SHACL
Apache License 2.0
241 stars 63 forks source link

Enable parameter values for SPARQL-based Constraint Components that are not literals to be added to generated messages correctly #200

Closed mgberg closed 10 months ago

mgberg commented 10 months ago

This fixes #199. It includes two changes:

A test is also added to verify both these issues are resolved.

ashleysommer commented 10 months ago

Looks great. Thank you for the detailed issue report and clean PR with tests. Don't worry about the failing CI tests, I am working on that docker/poetry/pyducktape compilation issue.