Skip to content

Commit

Permalink
Update reasoning.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joergwa committed May 13, 2024
1 parent e519f1e commit f076200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reasoning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Reasoning
run: |
curl -L -o robot.jar "https://github.com/ontodev/robot/releases/latest/download/robot.jar"
java -jar robot.jar reason --reasoner hermit --input lehrplan.ttl --output reasoned.ttl
java -jar robot.jar reason --reasoner hermit --input lehrplan.ttl --axiom-generators "SubClass EquivalentClass DisjointClasses DataPropertyCharacteristic EquivalentDataProperties SubDataProperty ClassAssertion PropertyAssertion EquivalentObjectProperty InverseObjectProperties ObjectPropertyCharacteristic SubObjectProperty ObjectPropertyRange ObjectPropertyDomain" --include-indirect true reduce --output reasoned.ttl
rm robot.jar
- uses: mikeal/publish-to-github-action@master
env:
Expand Down

0 comments on commit f076200

Please sign in to comment.