From 43f743f0cccd05166e693434e35a6d3203b770f4 Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Tue, 26 Mar 2024 10:28:40 +0100 Subject: [PATCH] Install emmontopy from github --- .github/workflows/cd_publish.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cd_publish.yml b/.github/workflows/cd_publish.yml index bd9c6d1..5a580d4 100644 --- a/.github/workflows/cd_publish.yml +++ b/.github/workflows/cd_publish.yml @@ -27,7 +27,7 @@ jobs: - name: Install EMMOntoPy and pyvode run: | pip install --upgrade pip - pip install EMMOntoPy pylode==2.13.2 + pip install pylode==2.13.2 git+https://github.com/EMMO-REPO/EMMOntoPy.git - name: Create build directory run: mkdir build @@ -37,19 +37,19 @@ jobs: - 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" + -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 + #-c 'comment-->http://www.w3.org/2000/01/rdf-schema#comment' - name: Generate inferred ontology run: ontoconvert -saw --reasoner=HermiT - -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" + -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-inferred.ttl - #-c comment-->http://www.w3.org/2000/01/rdf-schema#comment + #-c 'comment-->http://www.w3.org/2000/01/rdf-schema#comment' - name: Generate documentation run: pylode -i build/oteio-inferred.ttl -o build/oteio.html -p ontdoc