skohub-io / skohub-shapes

5 stars 2 forks source link

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

Open maipet opened 2 months ago

maipet commented 2 months ago

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