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

Support for Construct methods #43

Open
Maozerhouni opened this issue Feb 11, 2023 · 1 comment
Open

Support for Construct methods #43

Maozerhouni opened this issue Feb 11, 2023 · 1 comment

Comments

@Maozerhouni
Copy link

Hi there,

Does Pellet and/or HermiT infer new RDF triplets based on the Construct rules that are specified in SHACL plugin ? (following the methods specified here https://www.w3.org/TR/shacl-af/#SPARQLRule)

Thanks

@fekaputra
Copy link
Owner

Hi, currently this is not part of the plugin, as the command to execute SHACL-AF rules [1] differs from executing SHACL constraints [2] . Furthermore, the logic behind these two commands are rather different. Any contribution towards this direction is welcome though :)

[1] https://github.com/TopQuadrant/shacl/blob/master/src/test/java/org/topbraid/shacl/RuleExample.java
[2] https://github.com/TopQuadrant/shacl/blob/master/src/test/java/org/topbraid/shacl/ValidationExample.java

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

No branches or pull requests

2 participants