# 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](https://github.com/geneontology/obographs/nodes) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... | no | ## Properties * Range: [Node](Node.md) * 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 ```