Skip to content

Commit

Permalink
Also create inferred ontologies
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed May 25, 2024
1 parent 03f78c6 commit 14cc6f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd_update_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
run: |
ontoconvert -sawe --base-iri="https://w3id.org/emmo#" --iri=https://w3id.org/emmo emmo.ttl public/emmo.ttl
ontoconvert public/emmo.ttl public/emmo.owl
ontoconvert --reasoner=Pellet public/emmo.ttl public/emmo-inferred.ttl
ontoconvert public/emmo-inferred.ttl public/emmo-inferred.owl
- name: Generate html documentation
run: |
Expand Down

0 comments on commit 14cc6f4

Please sign in to comment.