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

Fix mappings and domains/ranges for inputs/outputs #1276

Merged
merged 2 commits into from
Apr 10, 2023
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
17 changes: 6 additions & 11 deletions biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3971,15 +3971,11 @@ slots:
description: >-
holds between a process and a continuant, where the continuant is an input into the process
domain: biological process or activity
range: occurrent
annotations:
canonical_predicate: true
opposite_of: has output
in_subset:
- translator_minimal
close_mappings:
# RTX inverse mapping to 'biolink:has_input'
- RO:0002352
exact_mappings:
- RO:0002233
- SEMMEDDB:USES
Expand All @@ -4000,26 +3996,23 @@ slots:

is input of:
is_a: participates in
domain: occurrent
range: biological process or activity
inverse: has input
in_subset:
- translator_minimal
exact_mappings:
- RO:0002352

has output:
is_a: has participant
description: >-
holds between a process and a continuant, where the continuant is an output of the process
domain: biological process or activity
range: occurrent
annotations:
canonical_predicate: true
opposite_of: has input
in_subset:
- translator_minimal
close_mappings:
- RO:0002353
- RO:0002354
exact_mappings:
- RO:0002234
narrow_mappings:
Expand All @@ -4035,18 +4028,20 @@ slots:

is output of:
is_a: participates in
domain: occurrent
range: biological process or activity
inverse: has output
in_subset:
- translator_minimal
exact_mappings:
- RO:0002353
narrow_mappings:
- RO:0002354

has participant:
is_a: related to at instance level
description: >-
holds between a process and a continuant, where the continuant is somehow involved in the process
domain: biological process or activity
range: occurrent
annotations:
canonical_predicate: true
in_subset:
Expand Down