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

Unresolved prefixed name: owl2sh-open:getPropertyShape when using owl2sh-open.ttl #2

Open
simonstey opened this issue Jun 16, 2021 · 3 comments

Comments

@simonstey
Copy link

image

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" ;   
@tfrancart
Copy link
Contributor

I have fixed that, let me know if problem is solved on SHACL Play. Thanks for reporting this.

@simonstey
Copy link
Author

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 😅

@tfrancart
Copy link
Contributor

Thanks this should be fixed in latest commit ! if it works for you, you can close the issue.

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