From 7349f242b0bf9fa715caf90e2b323c3088cb3924 Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Tue, 26 Mar 2024 11:09:25 +0100 Subject: [PATCH] Commented out generating squashed ontology --- .github/workflows/cd_publish.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cd_publish.yml b/.github/workflows/cd_publish.yml index 389c0ff..65ac1e3 100644 --- a/.github/workflows/cd_publish.yml +++ b/.github/workflows/cd_publish.yml @@ -35,13 +35,13 @@ jobs: - name: Copy json-ld context run: cp -r context build/. - - name: Generate squashed ontology - run: ontoconvert -saw - -c 'http://www.w3.org/2004/02/skos/core#prefLabel-->http://www.w3.org/2000/01/rdf-schema#label' - -c 'elucidation-->http://www.w3.org/2000/01/rdf-schema#comment' - -c 'definition-->http://www.w3.org/2000/01/rdf-schema#comment' - oteio.ttl build/oteio.ttl - #-c 'comment-->http://www.w3.org/2000/01/rdf-schema#comment' + #- name: Generate squashed ontology + # run: ontoconvert -saw + # -c 'http://www.w3.org/2004/02/skos/core#prefLabel-->http://www.w3.org/2000/01/rdf-schema#label' + # -c 'elucidation-->http://www.w3.org/2000/01/rdf-schema#comment' + # -c 'definition-->http://www.w3.org/2000/01/rdf-schema#comment' + # oteio.ttl build/oteio.ttl + # #-c 'comment-->http://www.w3.org/2000/01/rdf-schema#comment' #- name: Generate inferred ontology # run: ontoconvert -saw --reasoner=HermiT