Skip to content

Commit 875a222

Browse files
authored
Remove duplicate annotation command for cryo-base.ttl
1 parent 9f57c0e commit 875a222

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ontology/cryo.Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ ALL_ANNOTATIONS=--ontology-iri https://w3id.org/pmd/cryo/ -V https://w3id.org/pm
6666

6767
.PHONY: update-ontology-annotations
6868
update-ontology-annotations:
69+
@echo "Publishing CryO assets to root directory..."
70+
$(ROBOT) annotate --input cryo.owl $(ALL_ANNOTATIONS) --output ../../cryo.owl
71+
$(ROBOT) annotate --input cryo.ttl $(ALL_ANNOTATIONS) --output ../../cryo.ttl
6972
$(ROBOT) annotate --input cryo-full.owl $(ALL_ANNOTATIONS) --output ../../cryo-full.owl
7073
$(ROBOT) annotate --input cryo-full.ttl $(ALL_ANNOTATIONS) --output ../../cryo-full.ttl
7174
$(ROBOT) annotate --input cryo-base.owl $(ALL_ANNOTATIONS) --output ../../cryo-base.owl
7275
$(ROBOT) annotate --input cryo-base.ttl $(ALL_ANNOTATIONS) --output ../../cryo-base.ttl
73-
74-
all_assets: update-ontology-annotations
75-

0 commit comments

Comments
 (0)