forked from biolink/biolink-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfungus_config.yaml
79 lines (79 loc) · 3.61 KB
/
fungus_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
# metamodel_version: 1.7.0# version: 3.5.4id: fungus
schema_generating: true
description: A kingdom of eukaryotic, heterotrophic organisms that live as saprobes
or parasites, including mushrooms, yeasts, smuts, molds, etc. They reproduce either
sexually or asexually, and have life cycles that range from simple to complex. Filamentous fungi
refer to those that grow as multicellular colonies (mushrooms and molds).
display_name: fungus
document_category: fungus
weight: 20
fields:
- id: id
description: A unique identifier for an entity. Must be either a CURIE shorthand
for a URI or a complete URI
display_name: id
- id: iri
description: An IRI for an entity. This is determined by the id using expansion
rules.
display_name: iri
- id: type
display_name: type
cardinality: multi
- id: name
description: A human-readable name for an attribute or entity.
display_name: name
- id: description
description: a human-readable description of an entity
display_name: description
- id: deprecated
description: A boolean flag indicating that an entity is no longer considered current
or valid.
display_name: deprecated
- id: provided_by
description: The value in this node property represents the knowledge provider that
created or assembled the node and all of its attributes. Used internally to represent
how a particular node made its way into a knowledge provider or graph.
display_name: provided by
cardinality: multi
- id: xref
description: A database cross reference or alternative identifier for a NamedThing
or edge between two NamedThings. This property should point to a database record
or webpage that supports the existence of the edge, or gives more detail about
the edge. This property can be used on a node or edge to provide multiple URIs
or CURIE cross references.
display_name: xref
cardinality: multi
- id: full_name
description: a long-form human readable name for a thing
display_name: full name
- id: synonym
description: Alternate human-readable names for a thing
display_name: synonym
cardinality: multi
- id: category
description: "Name of the high level ontology class in which this entity is categorized.\
\ Corresponds to the label for the biolink entity type class.\n * In a neo4j database\
\ this MAY correspond to the neo4j label tag.\n * In an RDF database it should\
\ be a biolink model class URI.\nThis field is multi-valued. It should include\
\ values for ancestors of the biolink class; for example, a protein such as Shh\
\ would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`,\
\ ...\nIn an RDF database, nodes will typically have an rdf:type triples. This\
\ can be to the most specific biolink class, or potentially to a class more specific\
\ than something in biolink. For example, a sequence feature `f` may have a rdf:type\
\ assertion to a SO class such as TF_binding_site, which is more specific than\
\ anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity,\
\ biolink:NamedThing}"
display_name: named thing_category
cardinality: multi
- id: in_taxon
description: connects an entity to its taxonomic classification. Only certain kinds
of entities can be taxonomically classified; see 'thing with taxon'
display_name: in taxon
cardinality: multi
- id: in_taxon_label
description: The human readable scientific name for the taxon of the entity.
display_name: in taxon label
- id: has_attribute
description: may often be an organism attribute
display_name: organismal entity_has attribute
cardinality: multi