File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,15 +64,13 @@ ALL_ANNOTATIONS=--ontology-iri https://w3id.org/pmd/cryo/ -V https://w3id.org/pm
6464 --annotation http://purl.org/dc/terms/bibliographicCitation "$(CITATION ) " \
6565 --link-annotation owl:priorVersion https://w3id.org/pmd/cryo/$(PRIOR_VERSION )
6666
67- .PHONY : update-ontology-annotations
6867update-ontology-annotations :
6968 $(ROBOT ) annotate --input cryo.owl $(ALL_ANNOTATIONS ) --output ../../cryo.owl
7069 $(ROBOT ) annotate --input cryo.ttl $(ALL_ANNOTATIONS ) --output ../../cryo.ttl
7170 $(ROBOT ) annotate --input cryo-full.owl $(ALL_ANNOTATIONS ) --output ../../cryo-full.owl
7271 $(ROBOT ) annotate --input cryo-full.ttl $(ALL_ANNOTATIONS ) --output ../../cryo-full.ttl
7372 $(ROBOT ) annotate --input cryo-base.owl $(ALL_ANNOTATIONS ) --output ../../cryo-base.owl
7473 $(ROBOT ) annotate --input cryo-base.ttl $(ALL_ANNOTATIONS ) --output ../../cryo-base.ttl
75- @if [ -f cryo-simple.owl ]; then $(ROBOT ) annotate --input cryo-simple.owl $(ALL_ANNOTATIONS ) --output ../../cryo-simple.owl; fi
7674
77- all_assets : update-ontology-annotations
75+ all_assets :: update-ontology-annotations
7876
You can’t perform that action at this time.
0 commit comments