Skip to content

Commit

Permalink
Commented out generating squashed ontology
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Mar 26, 2024
1 parent 0fc906e commit 7349f24
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cd_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7349f24

Please sign in to comment.