From 8b2538e497e049c7ee1cc932b3d1835a328d5878 Mon Sep 17 00:00:00 2001 From: "J. Allen Baron" Date: Thu, 22 Jun 2023 13:59:31 -0400 Subject: [PATCH] Add date to doid-base.owl during release To make it consistent with doid.owl & doid-merged.owl. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a5e1859b0..8580dfa24 100644 --- a/Makefile +++ b/Makefile @@ -417,6 +417,7 @@ $(DB).owl: $(EDIT) | check_robot annotate \ --ontology-iri "$(OBO)doid/$(notdir $@)" \ --version-iri "$(RELEASE_PREFIX)$(notdir $@)" \ + --annotation oboInOwl:date "$(TS)" \ --annotation owl:versionInfo "$(DATE)" \ --output $@ @echo "Created $@"