Skip to content
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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

balhoff
Copy link
Member

@balhoff balhoff commented Oct 22, 2021

Fixes #1829.

Creates tmp/basic-cycles.tsv. This check is simple, but doesn't explain the path causing the cycle.

@balhoff balhoff requested a review from matentzn October 22, 2021 15:16
@balhoff
Copy link
Member Author

balhoff commented Oct 22, 2021

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).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorcery!

@balhoff
Copy link
Member Author

balhoff commented Dec 9, 2021

I updated the output so that the paths are provided.

@github-actions
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

QC: Need cycle detection on basic.owl
3 participants