# Slot: representativeNodeId _The identifier of a node that represents the class in an OWL equivalence clique_ URI: [obographs:representativeNodeId](https://github.com/geneontology/obographs/representativeNodeId) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [EquivalentNodesSet](EquivalentNodesSet.md) | A clique of nodes that are all mutually equivalent | no | ## Properties * Range: [String](String.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://github.com/geneontology/obographs ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | obographs:representativeNodeId | | native | obographs:representativeNodeId | ## LinkML Source
```yaml name: representativeNodeId description: The identifier of a node that represents the class in an OWL equivalence clique from_schema: https://github.com/geneontology/obographs rank: 1000 alias: representativeNodeId domain_of: - EquivalentNodesSet range: string ```