Skip to content

Commit

Permalink
Fix sh_inversePath when it wraps a different shacl Path selector. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysommer committed Oct 1, 2024
1 parent d40480b commit 0b451fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ and this project adheres to [Python PEP 440 Versioning](https://www.python.org/d
- A whole swathe of python typing fixes and new type annotations. Thanks @ajnelson-nist

### Fixed
- Fixed SHACL Path generation where sh:inversePath is wrapping a different kind of SHACL Path.
- This probably fixes lots of unreported sh:inversePath bugs
- Fixes #227
- Fix logic determining if a datagraph is ephemeral.


Expand Down

0 comments on commit 0b451fb

Please sign in to comment.