Skip to content

Commit

Permalink
Merge pull request #137 from berkeleybop/136-remove-compare-to-2024-0…
Browse files Browse the repository at this point in the history
…6-26-targets

remove "compare to 2024-06-26 " targets
  • Loading branch information
turbomam authored Nov 11, 2024
2 parents fbe8da4 + 69e3e31 commit 34d2240
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/ontology/aio.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,4 @@ components-from-new-input: remove-old-input
make aio-src.csv
make components/aio-component.owl

aio-2024-06-26.owl:
wget -O $@ "https://raw.githubusercontent.com/berkeleybop/artificial-intelligence-ontology/v2024-06-26/aio.owl"

current-vs-2024-06-26-diff.txt: aio.owl aio-2024-06-26.owl
robot diff --left $< --right aio-2024-06-26.owl --output $@

current-vs-2024-06-26-diff-skip-defs.txt: current-vs-2024-06-26-diff.txt
cat $< | grep -v IAO_0000115 > $@


include stats-with-semsql.Makefile
include stats-with-semsql.Makefile

0 comments on commit 34d2240

Please sign in to comment.