Skip to content
Open
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
22 changes: 14 additions & 8 deletions biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5670,17 +5670,23 @@ slots:
in_subset:
- translator_minimal

original subject:
original subjects:
is_a: association slot
description: >-
used to hold the original subject of a relation (or predicate) that an external knowledge
source uses before transformation to match the biolink-model specification.
used to hold the original subject(s) of a relation (or predicate) that an external knowledge
source uses before transformation to match the biolink-model specification or Translator
node normalization.
multivalued: true
domain: association

original object:
original objects:
is_a: association slot
description: >-
used to hold the original object of a relation (or predicate) that an external knowledge
source uses before transformation to match the biolink-model specification.
used to hold the original object(s) of a relation (or predicate) that an external knowledge
source uses before transformation to match the biolink-model specification or Translator
node normalization.
multivalued: true
domain: association

original predicate:
aliases: ['original relation', 'relation']
Expand Down Expand Up @@ -10014,9 +10020,9 @@ classes:
- knowledge level
- agent type
- timepoint
- original subject
- original subjects
- original predicate
- original object
- original objects
- subject feature name
- object feature name
# denormalized fields
Expand Down
Loading