Skip to content

Commit

Permalink
Update mp.Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Sep 20, 2023
1 parent df2deb9 commit 164ee36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontology/mp.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ $(TRANSLATIONDIR)/$(ONT)-%.owl: $(TRANSLATIONDIR)/$(ONT)-profile-%.owl $(TRANSLA
query --query ../sparql/relegate-updated-labels-to-candidate-status.sparql $(REPORTDIR)/updated-labels-to-candidate-status-$*.tsv \
query --update ../sparql/relegate-updated-labels-to-candidate-status.ru \
query --update ../sparql/rm-original-translation.ru \
remove --base-iri $(URIBASE)/HP --axioms external --preserve-structure false --trim false \
remove --base-iri $(URIBASE)/MP --axioms external --preserve-structure false --trim false \
annotate --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) --output $@
.PRECIOUS: $(TRANSLATIONDIR)/$(ONT)-%.owl

Expand Down

0 comments on commit 164ee36

Please sign in to comment.