Skip to content

Commit

Permalink
Update shacl.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
joergwa committed Nov 29, 2023
1 parent 3e7665c commit d71f5b5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/shacl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
ref: develop-3.0.0
path: main
- name: Validate against SHACL shape
run: |
ls -la
run: |
#ls -la
pip install pyshacl
python3 -m pyshacl -s main/shapes/shape1.ttl main/shapes/shape1-data.ttl
curl -L -o robot.jar "https://github.com/ontodev/robot/releases/latest/download/robot.jar"
java -jar robot.jar --version
robot reason --reasoner elk --input main/shapes/shape1-data.ttl --output shape1-data-reasoned.ttl
python3 -m pyshacl -s main/shapes/shape1.ttl shape1-data-reasoned.ttl

0 comments on commit d71f5b5

Please sign in to comment.