Skip to content

Commit

Permalink
Update shacl.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
joergwa authored Mar 15, 2024
1 parent 4b655f4 commit d5c1917
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/shacl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ jobs:
with:
ref: develop-3.0.0
path: main
- name: Validate against SHACL shape
- name: Validate against SHACL shapes
run: |
#ls -la
pip install pyshacl
curl -L -o robot.jar "https://github.com/ontodev/robot/releases/latest/download/robot.jar"
#java -jar robot.jar --version
java -jar robot.jar 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 d5c1917

Please sign in to comment.