You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lambdakris - I created Hydra.NET#7 to add Shapes Constraint Language (SHACL) support. My motivation is to provide a mechanism for specifying allowed values for properties. I've been eyeing SHACL for a while, and decided to pull the trigger since we're on the cusp of it being added to the Hydra spec as an extension.
While it's still being worked out spec-wise, it seems fairly safe to assume that sh:NodeShape will be allowed as a type for supported classes (see this comment,) so that's how I've implemented it. See the updated README and code for more details, and let me know what you think if you get the time.
The text was updated successfully, but these errors were encountered:
There's some work I want to do on entry points, so I'm going to go ahead and complete the PR. We can create new PRs to address any issues or enhancements regarding NodeShapes and supported classes.
@lambdakris - I created Hydra.NET#7 to add Shapes Constraint Language (SHACL) support. My motivation is to provide a mechanism for specifying allowed values for properties. I've been eyeing SHACL for a while, and decided to pull the trigger since we're on the cusp of it being added to the Hydra spec as an extension.
While it's still being worked out spec-wise, it seems fairly safe to assume that
sh:NodeShape
will be allowed as a type for supported classes (see this comment,) so that's how I've implemented it. See the updated README and code for more details, and let me know what you think if you get the time.The text was updated successfully, but these errors were encountered: