Slot: nodes
All nodes present in a graph. This includes class nodes as well as supporting nodes, including nodes representing relationship types, subsets, annotation properties, etc
URI: obographs:nodes
Applicable Classes
Name |
Description |
Modifies Slot |
---|---|---|
A graph is a collection of nodes and edges and other axioms that represents a… |
no |
Properties
Range: Node
Multivalued: True
Identifier and Mapping Information
Schema Source
from schema: https://github.com/geneontology/obographs
Mappings
Mapping Type |
Mapped Value |
---|---|
self |
obographs:nodes |
native |
obographs:nodes |
LinkML Source
```yaml
name: nodes
description: All nodes present in a graph. This includes class nodes as well as supporting
nodes, including nodes representing relationship types, subsets, annotation properties,
etc
from_schema: https://github.com/geneontology/obographs
rank: 1000
alias: nodes
domain_of:
- Graph
range: Node
multivalued: true
inlined: true
inlined_as_list: true
</details>