# Slot: relationships _All ontology elements grouped and their relationship to the normalized term_ URI: [ontolexindex:relationships](https://w3id.org/oak/lexical-index/relationships) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [LexicalGrouping](LexicalGrouping.md) | A grouping of ontology elements by a shared lexical term | no | ## Properties * Range: [RelationshipToTerm](RelationshipToTerm.md) * Multivalued: True ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/lexical-index ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | ontolexindex:relationships | | native | ontolexindex:relationships | ## LinkML Source
```yaml name: relationships description: All ontology elements grouped and their relationship to the normalized term from_schema: https://w3id.org/oak/lexical-index rank: 1000 alias: relationships owner: LexicalGrouping domain_of: - LexicalGrouping range: RelationshipToTerm multivalued: true ```