-
Notifications
You must be signed in to change notification settings - Fork 29
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
Check for cycles in basic.owl using souffle. #2125
base: master
Are you sure you want to change the base?
Conversation
The output still needs to be added to the checks targets; nothing runs it right now. |
basic(restr, OWL_ON_PROPERTY, p), | ||
basic(restr, OWL_SOME_VALUES_FROM, o), | ||
basic(restr, RDF_TYPE, OWL_RESTRICTION), | ||
match("<.+>", o). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorcery!
I updated the output so that the paths are provided. |
This PR has not seen any activity in the past month; if nobody comments or reviews it in the next week, the PR editor will be allowed to proceed with merging without explicit approval, should they wish to do so. |
Fixes #1829.
Creates
tmp/basic-cycles.tsv
.This check is simple, but doesn't explain the path causing the cycle.