Skip to content

Commit c3fc130

Browse files
committed
change original subject/object to plural, multivalued
1 parent be7a1c0 commit c3fc130

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

biolink-model.yaml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5360,17 +5360,23 @@ slots:
53605360
in_subset:
53615361
- translator_minimal
53625362

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

5369-
original object:
5372+
original objects:
53705373
is_a: association slot
53715374
description: >-
5372-
used to hold the original object of a relation (or predicate) that an external knowledge
5373-
source uses before transformation to match the biolink-model specification.
5375+
used to hold the original object(s) of a relation (or predicate) that an external knowledge
5376+
source uses before transformation to match the biolink-model specification or Translator
5377+
node normalization.
5378+
multivalued: true
5379+
domain: association
53745380

53755381
original predicate:
53765382
aliases: ['original relation', 'relation']
@@ -9438,9 +9444,9 @@ classes:
94389444
- knowledge level
94399445
- agent type
94409446
- timepoint
9441-
- original subject
9447+
- original subjects
94429448
- original predicate
9443-
- original object
9449+
- original objects
94449450
# denormalized fields
94459451
- subject category
94469452
- object category

0 commit comments

Comments
 (0)