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

Wrong URL for Owl2ShaclStyle #104

Open
arrascue opened this issue Sep 1, 2023 · 0 comments
Open

Wrong URL for Owl2ShaclStyle #104

arrascue opened this issue Sep 1, 2023 · 0 comments

Comments

@arrascue
Copy link

arrascue commented Sep 1, 2023

We executed the provided JAR file (shacl-play-app-0.6.2-onejar.jar) and it failed with the following messages on each of the available styles:

java.io.FileNotFoundException: https://raw.githubusercontent.com/sparna-git/owl2shacl/main/owl2shacl-closed.ttl
java.io.FileNotFoundException: https://raw.githubusercontent.com/sparna-git/owl2shacl/main/owl2shacl-closed-ignoredProperties.ttl
java.io.FileNotFoundException: https://raw.githubusercontent.com/sparna-git/owl2shacl/main/owl2shacl-simple.ttl

We have noticed that the URLs are slightly different. So, it should be:

https://raw.githubusercontent.com/sparna-git/owl2shacl/main/owl2sh-closed.ttl
https://github.com/sparna-git/owl2shacl/blob/main/owl2sh-open.ttl
...
etc.

The place where these URLs are defined seem to be defined here:

CLOSED_FLATTEN("https://raw.githubusercontent.com/sparna-git/owl2shacl/main/owl2shacl-closed.ttl"),

Would you please have a look?
Thank you.

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

1 participant