Skip to content

Commit

Permalink
universally merged
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomam committed Mar 16, 2024
2 parents 00473eb + 505b147 commit e69fa41
Show file tree
Hide file tree
Showing 7 changed files with 1,065 additions and 270,832 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
src/ontology/imports/*
mirror/*
mirror-catalog.xml

src/ontology/nmdco-redundant.ttl
downloads/
**/__pycache__/
Expand Down
13 changes: 5 additions & 8 deletions src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ OBODATE ?= $(shell date +'%d:%m:%Y %H:%M')
VERSION= $(TODAY)
ANNOTATION_PROPERTIES=rdfs:label IAO:0000115
ANNOTATE_ONTOLOGY_VERSION = annotate -V $(ONTBASE)/releases/$(VERSION)/$@ --annotation owl:versionInfo $(VERSION)
OTHER_SRC = $(IMPORTS_DIR)/po_import.owl $(IMPORTS_DIR)/envo_import.owl $(IMPORTS_DIR)/ro_import.owl
IMPORTS = ro envo po
IMPORT_FILES = $(IMPORTS_DIR)/po_import.owl $(IMPORTS_DIR)/envo_import.owl $(IMPORTS_DIR)/ro_import.owl
OTHER_SRC = $(IMPORTS_DIR)/envo_import.owl $(IMPORTS_DIR)/ro_import.owl $(IMPORTS_DIR)/po_import.owl
IMPORTS = envo ro po
IMPORT_FILES = $(IMPORTS_DIR)/envo_import.owl $(IMPORTS_DIR)/ro_import.owl $(IMPORTS_DIR)/po_import.owl

SUBSETS := \
subsets/astronomical-body-parts.tsv \
Expand Down Expand Up @@ -132,11 +132,8 @@ imports/%_import.owl:
--ontology-iri $(ONTBASE)/$@ \
--version-iri $(ONTBASE)/releases/$(VERSION)/$@ \
--annotation owl:versionInfo $(VERSION) \
annotate --remove-annotations \
--ontology-iri $(ONTBASE)/$@ \
--version-iri $(ONTBASE)/releases/$(VERSION)/$@ \
--annotation owl:versionInfo $(VERSION) \
--output $@.tmp.owl && mv $@.tmp.owl $@ ; \
--output $@.tmp.owl && mv $@.tmp.owl $@ ; \


refresh-imports:
# force rebuild of all imports
Expand Down
Loading

0 comments on commit e69fa41

Please sign in to comment.