-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cyclic references lead to "too much recursion" #136
Comments
Thanks for the report, pull-requests would be welcome. You might also try out this one (not by us): https://github.com/rdf-ext/shacl-engine |
Could you please review the PR? |
thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi and thanks for you great library.
When validating a data graph that contains cyclic references (e.g. hasPart / isPartOf relations), I get:
Here is an example to reproduce: https://s.zazuko.com/SiL9iY
Edit: I would suggest employing a method similar to this.
The text was updated successfully, but these errors were encountered: