Skip to content

Commit

Permalink
Merge pull request #1036 from biolink/reaction_to_pathway
Browse files Browse the repository at this point in the history
add molecular activity to pathway association
  • Loading branch information
sierra-moxon authored Jun 9, 2022
2 parents 49f1a50 + 0a43f58 commit d402a1c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10091,6 +10091,18 @@ classes:
range: pathway
description: "the pathway that includes or is affected by the gene or gene product"

molecular activity to pathway association:
description: >-
Association that holds the relationship between a reaction and the pathway it participates in.
is_a: association
slot_usage:
subject:
range: molecular activity
object:
range: pathway
predicate:
subproperty_of: part of

chemical to pathway association:
description: >-
An interaction between a chemical entity and a biological process or pathway.
Expand Down

1 comment on commit d402a1c

@0m1n0
Copy link

@0m1n0 0m1n0 commented on d402a1c Jun 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for adding!

Please sign in to comment.