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

option to warn on "unable to resolve prefix" for shacl rules #179

Open
majidaldo opened this issue Jul 15, 2024 · 1 comment
Open

option to warn on "unable to resolve prefix" for shacl rules #179

majidaldo opened this issue Jul 15, 2024 · 1 comment

Comments

@majidaldo
Copy link

There are just too many cases where shacl sparql definitions do not have the right sh:prefixes. I suggest that the processor should issue a warning instead of erroring out. It should give the location of the violation as well.

@HolgerKnublauch
Copy link
Collaborator

Yes, it was unfortunate that the SHACL spec is not using the prefixes from the context graph directly. Almost every user runs into that problem. In our product we have since introduced a flag that (by default) automatically uses the prefixes from the Jena graph. A similar flag could be added here to the open source version.

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

No branches or pull requests

3 participants