Published January 13, 2022
| Version 0.19.1
Software
Open
pySHACL
Authors/Creators
Description
Note, while this is a normal 0.x release, it also acts as the v1.0 release candidate.
That means, if no glaring bugs or issues are found in this release after two weeks, this version will be re-released as PySHACL v1.0.
In this release: Fixed- CLI Output Table formatting crashed when report graph did not contain a resultMessage
- Fixes #145
- Executing advanced-mode triples rules can sometimes skip the graph clone step, and incorrectly emits new triples directly into the input data-graph
- Discovered when investigating #148
- Executing advanced triples rules no longer incorrectly emits new triples directly into the input data-graph
- This may been seen as a breaking change, if your workflow relied on this incorrect behaviour.
- If you really the rules engine to emit new triples into your input data graph, use the
inplacevalidator option.
- Updated built-in
schema.ttlfile to newer version that doesn't have UTF-8 encoding issues
- Official Dockerfile is now included in the repository
- Thanks @KonradHoeffner; Fixes #135
- Published to dockerhub at ashleysommer/pyshacl
docker pull docker.io/ashleysommer/pyshacl:latest
Notes
Files
RDFLib/pySHACL-v0.19.1.zip
Files
(1.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:3c3909a193bfc6af4914baf5c293db03
|
1.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/RDFLib/pySHACL/tree/v0.19.1 (URL)