From d5c1917f28358cfa3dbed43195e86e79db64e79f Mon Sep 17 00:00:00 2001 From: joergwa <94534396+joergwa@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:53:59 +0100 Subject: [PATCH] Update shacl.yaml --- .github/workflows/shacl.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/shacl.yaml b/.github/workflows/shacl.yaml index e4479c6..29f05bd 100644 --- a/.github/workflows/shacl.yaml +++ b/.github/workflows/shacl.yaml @@ -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