forked from biolink/biolink-model
-
Notifications
You must be signed in to change notification settings - Fork 1
/
life_stage-config.yaml
76 lines (76 loc) · 3 KB
/
life_stage-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
description: A stage of development or growth of an organism, including post-natal
adult stages
display_name: !!python/object/new:biolinkml.meta.ClassDefinitionName
- life stage
document_category: !!python/object/new:biolinkml.meta.ClassDefinitionName
- life stage
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
description: holds between a biological entity and a phenotype, where a phenotype
is construed broadly as any kind of quality of an organism part, a collection
of these qualities, or a change in quality or qualities (e.g. abnormally increased
temperature).
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- has phenotype
id: has_phenotype
- cardinality: multi
description: connects a thing to a class representing a taxon
display_name: !!python/object/new:biolinkml.meta.SlotDefinitionName
- in taxon
id: in_taxon
id: life_stage
schema_generating: true
weight: 20