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

TRAPI multi-CURIE query use cases semantics #1509

Merged
merged 2 commits into from
Jul 26, 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
14 changes: 14 additions & 0 deletions biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10291,6 +10291,20 @@ classes:
slots:
- sex qualifier

phenotypic feature to phenotypic feature association:
description: >-
Association between two concept nodes of phenotypic character,
qualified by the predicate used. This association may typically
be used to specify 'similar_to' or 'member_of' relationships.
is_a: association
mixins:
- phenotypic feature to entity association mixin
- entity to phenotypic feature association mixin
defining_slots:
- subject
- predicate
- object

information content entity to named thing association:
description: >-
association between a named thing and a information content entity where the specific context
Expand Down
Loading