Skip to content

Commit

Permalink
Merge pull request #84 from INCATools/added-sdgio
Browse files Browse the repository at this point in the history
Added SDGIO
  • Loading branch information
cmungall authored Apr 29, 2024
2 parents 1dff6e5 + 97b8492 commit 7bdcf0a
Show file tree
Hide file tree
Showing 6 changed files with 599 additions and 599 deletions.
15 changes: 13 additions & 2 deletions ontologies.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ db/mondo-ingest.owl: download/mondo-ingest.owl


download/oeo.owl: STAMP
curl -L -s http://openenergy-platform.org/ontology/oeo/ > $@.tmp
curl -L -s https://openenergyplatform.org/ontology/oeo/releases/oeo-full.owl > $@.tmp
sha256sum -b $@.tmp > $@.sha256
mv $@.tmp $@

Expand All @@ -229,6 +229,17 @@ db/oeo.owl: download/oeo.owl
cp $< $@


download/sdgio.owl: STAMP
curl -L -s https://raw.githubusercontent.com/SDG-InterfaceOntology/sdgio/master/sdgio.owl > $@.tmp
sha256sum -b $@.tmp > $@.sha256
mv $@.tmp $@

.PRECIOUS: download/sdgio.owl

db/sdgio.owl: download/sdgio.owl
cp $< $@


download/biovoices.owl: STAMP
curl -L -s https://zenodo.org/record/5589773/files/ontology.owl?download=1 > $@.tmp
sha256sum -b $@.tmp > $@.sha256
Expand Down Expand Up @@ -921,4 +932,4 @@ download/%.owl: STAMP
db/%.owl: download/%.owl
robot merge -i $< -o $@

EXTRA_ONTOLOGIES = upheno chiro ncit fma maxo foodon chebiplus msio modl phenio phenio_test comploinc bero aio reacto bcio icd10who ordo gard mondo-ingest oeo biovoices omop cco occo iof upa go go-lego go-amigo neo bao orcid cpont biolink biopax enanomapper mlo ito reactome-Homo-sapiens efo hcao hpinternational edam sweetAll lov schema-dot-org prov cellosaurus cosmo fhkb dbpendiaont uberoncm icd10cm co_324 ppeo interpro hgnc.genegroup hgnc sgd dictybase eccode uniprot rhea swisslipid drugbank drugcentral complexportal wikipathways drugmechdb rxnorm vccf ontobiotope nando ontie ecosim nmdc_schema mixs fibo bfo2020 bfo2020_core bfo2020_notime bfo2020_time
EXTRA_ONTOLOGIES = upheno chiro ncit fma maxo foodon chebiplus msio modl phenio phenio_test comploinc bero aio reacto bcio icd10who ordo gard mondo-ingest oeo sdgio biovoices omop cco occo iof upa go go-lego go-amigo neo bao orcid cpont biolink biopax enanomapper mlo ito reactome-Homo-sapiens efo hcao hpinternational edam sweetAll lov schema-dot-org prov cellosaurus cosmo fhkb dbpendiaont uberoncm icd10cm co_324 ppeo interpro hgnc.genegroup hgnc sgd dictybase eccode uniprot rhea swisslipid drugbank drugcentral complexportal wikipathways drugmechdb rxnorm vccf ontobiotope nando ontie ecosim nmdc_schema mixs fibo bfo2020 bfo2020_core bfo2020_notime bfo2020_time
Loading

0 comments on commit 7bdcf0a

Please sign in to comment.