We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This happens because owl2sh-open defines a wrong prefix here https://github.com/sparna-git/owl2shacl/blob/main/owl2sh-open.ttl#L11-L15:
Solution:
replace line 14 with
sh:prefix "owl2sh-open" ;
The text was updated successfully, but these errors were encountered:
I have fixed that, let me know if problem is solved on SHACL Play. Thanks for reporting this.
Sorry, something went wrong.
forgot to add that you have to replace
sh:prefixes <http://data.sparna.fr/ontologies/simple-owl2sh> ;
with
sh:prefixes <http://data.sparna.fr/ontologies/owl2sh-open> ;
throughout the entire file 😅
Thanks this should be fixed in latest commit ! if it works for you, you can close the issue.
No branches or pull requests
This happens because owl2sh-open defines a wrong prefix here https://github.com/sparna-git/owl2shacl/blob/main/owl2sh-open.ttl#L11-L15:
Solution:
replace line 14 with
sh:prefix "owl2sh-open" ;
The text was updated successfully, but these errors were encountered: