# Slot: relationships _All ontology elements grouped and their relationship to the normalized term_ URI: [mappingrules:relationships](https://w3id.org/oak/mapping-rules-datamodel/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/mapping-rules-datamodel ## LinkML Source
```yaml name: relationships description: All ontology elements grouped and their relationship to the normalized term from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 multivalued: true alias: relationships owner: LexicalGrouping domain_of: - LexicalGrouping range: RelationshipToTerm ```