Skip to content

Commit

Permalink
add icd11 and icd11.foundation as prefixes to biolink for disease
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Jan 6, 2025
1 parent 8224128 commit f262fd5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ prefixes:
HsapDv: 'http://purl.obolibrary.org/obo/HsapDv_'
ICD10: 'https://icd.codes/icd9cm/'
ICD9: 'http://translator.ncats.nih.gov/ICD9_'
icd11.foundation: 'http://id.who.int/icd/entity/'
interpro: 'https://www.ebi.ac.uk/interpro/entry/'
INO: 'http://purl.obolibrary.org/obo/INO_'
isbn: 'https://www.isbn-international.org/identifier/' # note: a resolvable base URI not available from isbn-international
Expand Down Expand Up @@ -2498,6 +2499,7 @@ slots:
- interacts with

directly physically interacts with:
aliases: ['molecularly interacts with']
is_a: physically interacts with
description: >-
A causal mechanism mediated by a direct contact between the effector and target entities (this contact may
Expand Down Expand Up @@ -2887,11 +2889,11 @@ slots:
in_subset:
- translator_minimal

has gene product:
has gene product: # isoform relation too
is_a: related to at instance level
description: >-
holds between a gene and a transcribed and/or
translated product generated from it
translated product generated from it.
domain: gene
range: gene product mixin
inverse: gene product of
Expand Down Expand Up @@ -4231,7 +4233,7 @@ slots:
- RO:0002180
- RO:0002351
- RO:0002473
- RO:0002524
- RO:0002524 # has subsequence

Check warning on line 4236 in biolink-model.yaml

View workflow job for this annotation

GitHub Actions / build (3.9)

4236:20 [comments] too few spaces before comment

Check warning on line 4236 in biolink-model.yaml

View workflow job for this annotation

GitHub Actions / validate-yaml

4236:20 [comments] too few spaces before comment

Check warning on line 4236 in biolink-model.yaml

View workflow job for this annotation

GitHub Actions / build (3.10)

4236:20 [comments] too few spaces before comment
- RO:0002551
- RXNORM:has_ingredient
- SNOMED:has_component
Expand Down Expand Up @@ -8210,6 +8212,8 @@ classes:
- NCIT
- SNOMEDCT
- medgen
- ICD11
- icd11.foundation
- ICD10
- ICD9
- KEGG.DISEASE ## H number
Expand Down

0 comments on commit f262fd5

Please sign in to comment.