Slot: array
coerces the value of the slot into an array and defines the dimensions of that array
URI: [linkml:array](https://w3id.org/linkml/array)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [SlotExpression](SlotExpression.md) | an expression that constrains the range of values a slot can take | no |
| [AnonymousSlotExpression](AnonymousSlotExpression.md) | | no |
| [SlotDefinition](SlotDefinition.md) | an element that describes how instances are related to other instances | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [ArrayExpression](ArrayExpression.md) |
| Domain | [SlotDefinition](SlotDefinition.md) |
| Domain Of | [SlotExpression](SlotExpression.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
### Slot Characteristics
| Property | Value |
| --- | --- |
| Inherited | Yes |
## Identifier and Mapping Information
### Administrative Metadata
**Status:** testing
### Schema Source
* from schema: https://w3id.org/linkml/meta
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | linkml:array |
| native | linkml:array |
## LinkML Source
name: array
description: coerces the value of the slot into an array and defines the dimensions
of that array
from_schema: https://w3id.org/linkml/meta
status: testing
rank: 1000
domain: slot_definition
inherited: true
domain_of:
- slot_expression
range: array_expression