Skip to content

Commit af8e476

Browse files
authored
Merge pull request #93 from INCATools/adding-sio
Adding SIO.
2 parents bbb475a + abfe673 commit af8e476

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

ontologies.Makefile

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,17 @@ db/bcio.owl: download/bcio.owl
284284
cp $< $@
285285

286286

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+
287298
download/icd10who.owl: STAMP
288299
curl -L -s https://github.com/monarch-initiative/mondo-ingest/releases/latest/download/icd10who.owl > $@.tmp
289300
sha256sum -b $@.tmp > $@.sha256
@@ -1317,4 +1328,4 @@ download/%.owl: STAMP
13171328
db/%.owl: download/%.owl
13181329
robot merge -i $< -o $@
13191330

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

src/semsql/builder/prefixes/prefixes.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ PBA,https://purl.brain-bican.org/ontology/pbao/PBA_
9393
XSMO,http://purl.obolibrary.org/obo/XSMO_
9494
BCIO,http://humanbehaviourchange.org/ontology/BCIO_
9595
BCIOR,http://humanbehaviourchange.org/ontology/BCIOR_
96+
SIO,http://semanticscience.org/resource/SIO_
9697
icd10who,https://icd.who.int/browse10/2019/en#/
9798
GARD,http://purl.obolibrary.org/obo/GARD_
9899
OMIM,https://omim.org/entry/

src/semsql/builder/prefixes/prefixes_local.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ PBA,https://purl.brain-bican.org/ontology/pbao/PBA_
3030
XSMO,http://purl.obolibrary.org/obo/XSMO_
3131
BCIO,http://humanbehaviourchange.org/ontology/BCIO_
3232
BCIOR,http://humanbehaviourchange.org/ontology/BCIOR_
33+
SIO,http://semanticscience.org/resource/SIO_
3334
icd10who,https://icd.who.int/browse10/2019/en#/
3435
GARD,http://purl.obolibrary.org/obo/GARD_
3536
OMIM,https://omim.org/entry/

src/semsql/builder/registry/ontologies.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ ontologies:
137137
prefixmap:
138138
BCIO: http://humanbehaviourchange.org/ontology/BCIO_
139139
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_
140145
icd10who:
141146
url: https://github.com/monarch-initiative/mondo-ingest/releases/latest/download/icd10who.owl
142147
prefixmap:

0 commit comments

Comments
 (0)