Skip to content

added catalog to robot cmd #142

added catalog to robot cmd

added catalog to robot cmd #142

Workflow file for this run

name: reasoning validation
on:
push:
branches:
- develop-3.0.0
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: develop-3.0.0
path: main
- name: Validate pmd-core.ttl by reasoning with ELK
run: |
cd main
curl -L -o robot.jar "https://github.com/ontodev/robot/releases/latest/download/robot.jar"
java -jar robot.jar reason --catalog catalog-v001.xml --reasoner elk --input pmd-core.ttl --output pmd-core-reasoned.ttl