File tree Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -284,6 +284,17 @@ db/bcio.owl: download/bcio.owl
284
284
cp $< $@
285
285
286
286
287
+ download/sio.owl : STAMP
288
+ curl -L -s http://semanticscience.org/ontology/sio.owl > $@ .tmp
289
+ sha256sum -b $@ .tmp > $@ .sha256
290
+ mv $@ .tmp $@
291
+
292
+ .PRECIOUS : download/sio.owl
293
+
294
+ db/sio.owl : download/sio.owl
295
+ cp $< $@
296
+
297
+
287
298
download/icd10who.owl : STAMP
288
299
curl -L -s https://github.com/monarch-initiative/mondo-ingest/releases/latest/download/icd10who.owl > $@ .tmp
289
300
sha256sum -b $@ .tmp > $@ .sha256
@@ -1317,4 +1328,4 @@ download/%.owl: STAMP
1317
1328
db/% .owl : download/% .owl
1318
1329
robot merge -i $< -o $@
1319
1330
1320
- EXTRA_ONTOLOGIES = swo chiro pcl chemessence ogco ncit fma maxo foodon chebiplus msio pride modl phenio phenio_test comploinc hba mba dmba dhba pba bero aio reacto xsmo bcio icd10who ordo gard mondo-ingest oeo envthes wifire taxslim goldterms sdgio kin biovoices omop comet cco occo iof upa go go-lego go-amigo neo bao orcid cpont biolink biopax enanomapper mlo ito chemont molgenie cso obiws biopragmatics-reactome reactome-hs reactome-mm efo hcao hpinternational edam chr sweetAll oboe-core oboe-standards lov schema-dot-org prov dtype vaem qudtunit quantitykind cellosaurus cosmo fhkb dbpendiaont uberoncm icd10cm omim co_324 ppeo interpro hgnc.genegroup hgnc sgd dictybase eccode uniprot rhea swisslipid drugbank drugcentral complexportal wikipathways pathbank kegg.genome drugmechdb rxnorm vccf ontobiotope nando ecso enigma_context ontie ecosim nmdc_schema mixs kgcl fibo bfo2020 bfo2020_core bfo2020_notime bfo2020_time
1331
+ EXTRA_ONTOLOGIES = swo chiro pcl chemessence ogco ncit fma maxo foodon chebiplus msio pride modl phenio phenio_test comploinc hba mba dmba dhba pba bero aio reacto xsmo bcio sio icd10who ordo gard mondo-ingest oeo envthes wifire taxslim goldterms sdgio kin biovoices omop comet cco occo iof upa go go-lego go-amigo neo bao orcid cpont biolink biopax enanomapper mlo ito chemont molgenie cso obiws biopragmatics-reactome reactome-hs reactome-mm efo hcao hpinternational edam chr sweetAll oboe-core oboe-standards lov schema-dot-org prov dtype vaem qudtunit quantitykind cellosaurus cosmo fhkb dbpendiaont uberoncm icd10cm omim co_324 ppeo interpro hgnc.genegroup hgnc sgd dictybase eccode uniprot rhea swisslipid drugbank drugcentral complexportal wikipathways pathbank kegg.genome drugmechdb rxnorm vccf ontobiotope nando ecso enigma_context ontie ecosim nmdc_schema mixs kgcl fibo bfo2020 bfo2020_core bfo2020_notime bfo2020_time
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ PBA,https://purl.brain-bican.org/ontology/pbao/PBA_
93
93
XSMO,http://purl.obolibrary.org/obo/XSMO_
94
94
BCIO,http://humanbehaviourchange.org/ontology/BCIO_
95
95
BCIOR,http://humanbehaviourchange.org/ontology/BCIOR_
96
+ SIO,http://semanticscience.org/resource/SIO_
96
97
icd10who,https://icd.who.int/browse10/2019/en#/
97
98
GARD,http://purl.obolibrary.org/obo/GARD_
98
99
OMIM,https://omim.org/entry/
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ PBA,https://purl.brain-bican.org/ontology/pbao/PBA_
30
30
XSMO,http://purl.obolibrary.org/obo/XSMO_
31
31
BCIO,http://humanbehaviourchange.org/ontology/BCIO_
32
32
BCIOR,http://humanbehaviourchange.org/ontology/BCIOR_
33
+ SIO,http://semanticscience.org/resource/SIO_
33
34
icd10who,https://icd.who.int/browse10/2019/en#/
34
35
GARD,http://purl.obolibrary.org/obo/GARD_
35
36
OMIM,https://omim.org/entry/
Original file line number Diff line number Diff line change @@ -137,6 +137,11 @@ ontologies:
137
137
prefixmap :
138
138
BCIO : http://humanbehaviourchange.org/ontology/BCIO_
139
139
BCIOR : http://humanbehaviourchange.org/ontology/BCIOR_
140
+ sio :
141
+ url : http://semanticscience.org/ontology/sio.owl
142
+ # TBD: see https://github.com/biopragmatics/bioregistry/issues/1394
143
+ prefixmap :
144
+ SIO : http://semanticscience.org/resource/SIO_
140
145
icd10who :
141
146
url : https://github.com/monarch-initiative/mondo-ingest/releases/latest/download/icd10who.owl
142
147
prefixmap :
You can’t perform that action at this time.
0 commit comments