# Slot: equivalentNodesSets _A list of sets of nodes that form equivalence cliques_ URI: [obographs:equivalentNodesSets](https://github.com/geneontology/obographs/equivalentNodesSets) ## 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: [EquivalentNodesSet](EquivalentNodesSet.md) * Multivalued: True ## Identifier and Mapping Information ### Schema Source * from schema: https://github.com/geneontology/obographs ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | obographs:equivalentNodesSets | | native | obographs:equivalentNodesSets | ## LinkML Source
```yaml name: equivalentNodesSets description: A list of sets of nodes that form equivalence cliques from_schema: https://github.com/geneontology/obographs rank: 1000 alias: equivalentNodesSets domain_of: - Graph range: EquivalentNodesSet multivalued: true ```