Skip to content

Commit

Permalink
Fix order of main
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Oct 23, 2023
1 parent c28c912 commit 30ca7d6
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 @@ -125,10 +125,10 @@ $(TRANSLATIONDIR)/$(ONT)-profile-%.owl: $(TRANSLATIONDIR)/$(ONT)-%.babelon.tsv $
$(TRANSLATIONDIR)/$(ONT)-%.owl: $(TRANSLATIONDIR)/$(ONT)-profile-%.owl $(TRANSLATIONDIR)/$(ONT)-%.synonyms.owl $(ONT).owl
mkdir -p $(REPORTDIR)
robot merge -i $(TRANSLATIONDIR)/$(ONT)-profile-$*.owl -i $(TRANSLATIONDIR)/$(ONT)-$*.synonyms.owl -i $(ONT).owl \
remove --base-iri $(URIBASE)/MP --axioms external --preserve-structure false --trim false \
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)/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 30ca7d6

Please sign in to comment.