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 14, 2024
1 parent 7d0f425 commit ff33d08
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 --axiom-generators "SubClass EquivalentClass DisjointClasses DataPropertyCharacteristic EquivalentDataProperties SubDataProperty ClassAssertion PropertyAssertion EquivalentObjectProperty InverseObjectProperties ObjectPropertyCharacteristic SubObjectProperty ObjectPropertyRange ObjectPropertyDomain" --include-indirect true remove --term owl:topObjectProperty reduce --output reasoned.ttl
java -jar robot.jar merge --include-annotations true --input lehrplan.ttl reason --reasoner hermit --axiom-generators "SubClass EquivalentClass DisjointClasses DataPropertyCharacteristic EquivalentDataProperties SubDataProperty ClassAssertion PropertyAssertion EquivalentObjectProperty InverseObjectProperties ObjectPropertyCharacteristic SubObjectProperty ObjectPropertyRange ObjectPropertyDomain" --include-indirect true remove --term owl:topObjectProperty reduce --output reasoned.ttl
rm robot.jar
- uses: mikeal/publish-to-github-action@master
env:
Expand Down

0 comments on commit ff33d08

Please sign in to comment.