Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move disease_context_qualifier up to a higher level mixin #1533

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9830,6 +9830,7 @@ classes:
mixins:
- chemical to entity association mixin
- entity to disease or phenotypic feature association mixin
- entity to feature or disease qualifiers mixin
slots:
- FDA adverse event level
slot_usage:
Expand Down Expand Up @@ -10313,6 +10314,7 @@ classes:
- object aspect qualifier
- object direction qualifier
- qualified predicate
- disease context qualifier

feature or disease qualifiers to entity mixin:
description: >-
Expand All @@ -10336,7 +10338,6 @@ classes:
- predicate
- object
- sex qualifier
- disease context qualifier
defining_slots:
- object
slot_usage:
Expand Down
Loading