2021-08-19 - v0.16.0 - Transitive Class Constraint
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
- This means it will follow