From 14cc6f4c7f16fc88841acbcebfa063a242e24787 Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Sat, 25 May 2024 10:24:51 +0200 Subject: [PATCH] Also create inferred ontologies --- .github/workflows/cd_update_pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd_update_pages.yml b/.github/workflows/cd_update_pages.yml index 325289ff..81b2192e 100644 --- a/.github/workflows/cd_update_pages.yml +++ b/.github/workflows/cd_update_pages.yml @@ -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: |