-
Notifications
You must be signed in to change notification settings - Fork 64
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
Does pyShacl support entailment outputs using advanced features? #78
Comments
It is possible to do what you're asking. There are two ways to do it.
If you're asking about using PySHACL as a standalone entailment rule engine without running validation, then please weigh in on this discussion thread: #60 |
Thanks Ashley I see this in the code, not the documentation :-) |
Are you referring to the The The ability to get the target_graph from the Validator object has been in all versions since approx v0.11.1. |
PySHACL has no real documentation. This is a known issue, with no clear path to resolution. |
Working fine for me so happy to close but hopefully this issue is referenced in a more general "build the docs" task issue. |
Its not clear from the documentation whether, and how, pySHACL can be used to use SHACL-AF to perform entailment rules and return the resulting graph?
It does say on the tin that its just a validation tool.. but it seems a shame not to expose this capability given it seems to do all the work.
The text was updated successfully, but these errors were encountered: