Skip to content

Commit

Permalink
Merge pull request #37 from Occupation-Ontology/release-20240428
Browse files Browse the repository at this point in the history
release 20240428
  • Loading branch information
zhengj2007 authored Apr 29, 2024
2 parents 9b9eb8f + 6213d17 commit 25449ca
Show file tree
Hide file tree
Showing 3 changed files with 89,407 additions and 12,643 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ views/occo_alabama.owl: occo.owl src/ontology/views/Alabama.txt | build/robot.ja
--copy-ontology-annotations true \
annotate \
--ontology-iri "$(OBO)/occo/occo_alabama.owl" \
--version-iri "$(OBO)/occo/$(TODAY)/occo_alabama.owl" \
--version-iri "$(OBO)/occo/releases/$(TODAY)/occo_alabama.owl" \
--output $@
.PHONY: views
views: views/occo_alabama.owl
Expand All @@ -119,7 +119,7 @@ build/occo-merged.owl: src/ontology/occo-edit.owl | build/robot.jar build
--input $< \
annotate \
--ontology-iri "$(OBO)/occo/occo-merged.owl" \
--version-iri "$(OBO)/occo/$(TODAY)/occo-merged.owl" \
--version-iri "$(OBO)/occo/releases/$(TODAY)/occo-merged.owl" \
--annotation owl:versionInfo "$(TODAY)" \
--output build/occo-merged.tmp.owl
sed '/<owl:imports/d' build/occo-merged.tmp.owl > $@
Expand All @@ -131,7 +131,7 @@ occo.owl: build/occo-merged.owl
--reasoner HermiT \
annotate \
--ontology-iri "$(OBO)/occo.owl" \
--version-iri "$(OBO)/occo/$(TODAY)/occo.owl" \
--version-iri "$(OBO)/occo/releases/$(TODAY)/occo.owl" \
--annotation owl:versionInfo "$(TODAY)" \
--output $@

Expand Down
Loading

0 comments on commit 25449ca

Please sign in to comment.