Skip to content

Commit

Permalink
Update upheno.Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Aug 31, 2024
1 parent 2a5cf80 commit 8c0a9ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ontology/upheno.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ ifeq ($(strip $(MERGE_MIRRORS)),true)
$(MIRRORDIR)/merged.owl: $(ALL_MIRRORS)
$(ROBOT) merge $(patsubst %, -i %, $(ALL_MIRRORS)) \
remove --axioms disjoint --preserve-structure false remove --term http://www.w3.org/2002/07/owl#Nothing --axioms logical --preserve-structure false \
remove --term RO:0000052 --term RO:0002314 --axioms tbox --preserve-structure false \
remove --axioms equivalent --preserve-structure false \
remove -T config/terms_to_remove.txt --preserve-structure false \
query --update ../sparql/rm_declarations.ru \
convert --format ofn --output $@
Expand Down

0 comments on commit 8c0a9ca

Please sign in to comment.