Skip to content

Commit

Permalink
Merge pull request #1276 from biolink/balhoff-patch-3
Browse files Browse the repository at this point in the history
Fix mappings and domains/ranges for inputs/outputs
  • Loading branch information
sierra-moxon authored Apr 10, 2023
2 parents 2f18549 + a6d194d commit 6b97b8b
Showing 1 changed file with 6 additions and 11 deletions.
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

0 comments on commit 6b97b8b

Please sign in to comment.