# Slot: term _A normalized term that groups ontology elements_ URI: [ontolexindex:term](https://w3id.org/oak/lexical-index/term) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [LexicalGrouping](LexicalGrouping.md) | A grouping of ontology elements by a shared lexical term | no | ## Properties * Range: [String](String.md) * Required: True ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/lexical-index ## LinkML Source
```yaml name: term description: A normalized term that groups ontology elements from_schema: https://w3id.org/oak/lexical-index rank: 1000 key: true alias: term owner: LexicalGrouping domain_of: - LexicalGrouping range: string required: true ```