File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6868update-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-
You can’t perform that action at this time.
0 commit comments