Skip to content

2021-08-19 - v0.16.0 - Transitive Class Constraint

Compare
Choose a tag to compare
@ashleysommer ashleysommer released this 19 Aug 10:19
· 344 commits to master since this release

Changes

  • sh:class Constraint now applies transitively.
    • This means it will follow rdfs:subClassOf relationships right to the top of the hierarchy.
    • Be careful with this, could lead to recursion or infinite loops!
    • This requires a big version number bump because it's technically a breaking change.
    • Fixes #87, thanks @gtfierro