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

Missing short instructions for validation with jena apache in the README #23

Open
maipet opened this issue Aug 7, 2024 · 0 comments
Open

Comments

@maipet
Copy link

maipet commented Aug 7, 2024

Maybe the following steps could be added to the README on how to proceed for validation with Apache jena (cf. section https://github.com/skohub-io/skohub-shapes?tab=readme-ov-file#check-with-apache-jena-shacl), for Linux...

  1. Download Apache Jena Commands
  2. Set environment variable JENA_HOME (after closing the terminal, the variables no longer exist)
    • export JENA_HOME=the directory you downloaded Jena to
    • export PATH=$PATH:$JENA_HOME/bin
  3. Validate with shacl validate --shapes SHAPES.ttl --data DATA.ttl
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