forked from biolink/biolink-model
-
Notifications
You must be signed in to change notification settings - Fork 1
/
activity_and_behavior-config.yaml
90 lines (90 loc) · 3.54 KB
/
activity_and_behavior-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
description: Activity or behavior of any independent integral living, organization
or mechanical actor in the world
display_name: !!python/object/new:biolinkml.meta.ClassDefinitionName
- activity and behavior
document_category: !!python/object/new:biolinkml.meta.ClassDefinitionName
- activity and behavior
fields:
- description: A unique identifier for a thing. Must be either a CURIE shorthand for
a URI or a complete URI
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- id
id: id
- description: A human-readable name for a thing
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- name
id: name
- cardinality: multi
description: Name of the high level ontology class in which this entity is categorized.
Corresponds to the label for the biolink entity type class. In a neo4j database
this MAY correspond to the neo4j label tag
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- category
id: category
- cardinality: multi
description: A relationship that is asserted between two named things
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- related to
id: related_to
- cardinality: multi
description: holds between any two entities that directly or indirectly interact
with each other
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- interacts with
id: interacts_with
- description: A grouping for any property that holds between a node and a value
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- node property
id: node_property
- description: An IRI for the node. This is determined by the id using expansion rules.
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- iri
id: iri
- cardinality: multi
description: Alternate human-readable names for a thing
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- synonym
id: synonym
- description: a long-form human readable name for a thing
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- full name
id: full_name
- description: a human-readable description of a thing
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- description
id: description
- cardinality: multi
description: more commonly used for gene symbols in yeast
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- systematic synonym
id: systematic_synonym
- cardinality: multi
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- regulates, process to process
id: regulates_process_to_process
- cardinality: multi
description: holds between a process and a continuant, where the continuant is somehow
involved in the process
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- has participant
id: has_participant
- cardinality: multi
description: holds between a process and a continuant, where the continuant is an
input into the process
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- has input
id: has_input
- cardinality: multi
description: holds between a process and a continuant, where the continuant is an
output of the process
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- has output
id: has_output
- cardinality: multi
description: holds between two processes, where one completes before the other begins
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- precedes
id: precedes
id: activity_and_behavior
schema_generating: true
weight: 20