@@ -152,6 +152,17 @@ db/bcio.owl: download/bcio.owl
152152 cp $< $@
153153
154154
155+ download/icd10who.owl : STAMP
156+ curl -L -s https://github.com/monarch-initiative/mondo-ingest/releases/download/v2023-04-05/icd10who.owl > $@ .tmp
157+ sha256sum -b $@ .tmp > $@ .sha256
158+ mv $@ .tmp $@
159+
160+ .PRECIOUS : download/icd10who.owl
161+
162+ db/icd10who.owl : download/icd10who.owl
163+ cp $< $@
164+
165+
155166download/oeo.owl : STAMP
156167 curl -L -s http://openenergy-platform.org/ontology/oeo/ > $@ .tmp
157168 sha256sum -b $@ .tmp > $@ .sha256
@@ -163,6 +174,17 @@ db/oeo.owl: download/oeo.owl
163174 cp $< $@
164175
165176
177+ download/omop.owl : STAMP
178+ curl -L -s None > $@ .tmp
179+ sha256sum -b $@ .tmp > $@ .sha256
180+ mv $@ .tmp $@
181+
182+ .PRECIOUS : download/omop.owl
183+
184+ db/omop.owl : download/omop.owl
185+ cp $< $@
186+
187+
166188download/go.owl : STAMP
167189 curl -L -s http://purl.obolibrary.org/obo/go/extensions/go-plus.owl > $@ .tmp
168190 sha256sum -b $@ .tmp > $@ .sha256
@@ -306,6 +328,17 @@ db/hcao.owl: download/hcao.owl
306328 cp $< $@
307329
308330
331+ download/hpinternational.owl : STAMP
332+ curl -L -s http://purl.obolibrary.org/obo/hp/hp-international.owl > $@ .tmp
333+ sha256sum -b $@ .tmp > $@ .sha256
334+ mv $@ .tmp $@
335+
336+ .PRECIOUS : download/hpinternational.owl
337+
338+ db/hpinternational.owl : download/hpinternational.owl
339+ cp $< $@
340+
341+
309342download/edam.owl : STAMP
310343 curl -L -s http://edamontology.org/EDAM.owl > $@ .tmp
311344 sha256sum -b $@ .tmp > $@ .sha256
@@ -350,6 +383,17 @@ db/schema-dot-org.owl: download/schema-dot-org.owl
350383 cp $< $@
351384
352385
386+ download/prov.owl : STAMP
387+ curl -L -s http://www.w3.org/ns/prov.owl > $@ .tmp
388+ sha256sum -b $@ .tmp > $@ .sha256
389+ mv $@ .tmp $@
390+
391+ .PRECIOUS : download/prov.owl
392+
393+ db/prov.owl : download/prov.owl
394+ cp $< $@
395+
396+
353397download/cellosaurus.owl : STAMP
354398 curl -L -s https://raw.githubusercontent.com/calipho-sib/cellosaurus/master/cellosaurus.obo > $@ .tmp
355399 sha256sum -b $@ .tmp > $@ .sha256
@@ -372,6 +416,17 @@ db/cosmo.owl: download/cosmo.owl
372416 robot merge -i $< -o $@
373417
374418
419+ download/fhkb.owl : STAMP
420+ curl -L -s None > $@ .tmp
421+ sha256sum -b $@ .tmp > $@ .sha256
422+ mv $@ .tmp $@
423+
424+ .PRECIOUS : download/fhkb.owl
425+
426+ db/fhkb.owl : download/fhkb.owl
427+ cp $< $@
428+
429+
375430download/dbpendiaont.owl : STAMP
376431 curl -L -s https://databus.dbpedia.org/ontologies/dbpedia.org/ontology--DEV/2023.01.03-072003/ontology--DEV_type=parsed.owl > $@ .tmp
377432 sha256sum -b $@ .tmp > $@ .sha256
@@ -427,6 +482,17 @@ db/hgnc.owl: download/hgnc.owl
427482 cp $< $@
428483
429484
485+ download/sgd.owl : STAMP
486+ curl -L -s https://w3id.org/biopragmatics/resources/sgd/sgd.obo > $@ .tmp
487+ sha256sum -b $@ .tmp > $@ .sha256
488+ mv $@ .tmp $@
489+
490+ .PRECIOUS : download/sgd.owl
491+
492+ db/sgd.owl : download/sgd.owl
493+ robot merge -i $< -o $@
494+
495+
430496download/dictybase.owl : STAMP
431497 curl -L -s https://github.com/biopragmatics/obo-db-ingest/raw/main/export/dictybase/dictybase.owl.gz | gzip -dc > $@ .tmp
432498 sha256sum -b $@ .tmp > $@ .sha256
@@ -547,4 +613,4 @@ download/%.owl: STAMP
547613db/% .owl : download/% .owl
548614 robot merge -i $< -o $@
549615
550- EXTRA_ONTOLOGIES = chiro ncit fma maxo foodon chebiplus msio modl phenio comploinc bero aio reacto bcio oeo go go-lego bao orcid cpont biolink biopax enanomapper mlo ito reactome-Homo-sapiens efo hcao edam sweetAll lov schema-dot-org cellosaurus cosmo dbpendiaont co_324 interpro hgnc.genegroup hgnc dictybase eccode uniprot rhea swisslipid drugbank drugcentral complexportal drugmechdb rxnorm
616+ EXTRA_ONTOLOGIES = chiro ncit fma maxo foodon chebiplus msio modl phenio comploinc bero aio reacto bcio icd10who oeo omop go go-lego 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 co_324 interpro hgnc.genegroup hgnc sgd dictybase eccode uniprot rhea swisslipid drugbank drugcentral complexportal drugmechdb rxnorm
0 commit comments