-
Notifications
You must be signed in to change notification settings - Fork 6
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
Make SemTK cardinality checks accessible by RACK tools #986
Comments
@glguy: semtk3.get_cardinality_violations() is now in place. Let us know if you'll be able to add to RACK CLI for Release 13. |
I'll jump on it |
Added "Cardinality checker" button to RACK UI Verify tab - this opens SPARQLgraph directly to the cardinality checker. SPARQLgraph sometimes times out when querying for cardinality violations (dialog below). @cuddihyge is it possible to increase the timeout to avoid this? |
The above timeout is a general Docker problem - unrelated to cardinality checking - ignoring for now |
@glguy, could you please document the new feature |
Background:
Users can access cardinality restriction violations (instances with too few/many of a given property) in the SemTK SPARQLgraph UI. We now want to make this violation information accessible to other tools in the RACK ecosystem.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: