Slot: multivalued
true means that slot can have more than one value and should be represented using a list or collection structure.
URI: [linkml:multivalued](https://w3id.org/linkml/multivalued)
## 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 | [Boolean](Boolean.md) |
| Domain | [SlotDefinition](SlotDefinition.md) |
| Domain Of | [SlotExpression](SlotExpression.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
### Slot Characteristics
| Property | Value |
| --- | --- |
| Inherited | Yes |
## In Subsets
* [SpecificationSubset](SpecificationSubset.md)
* [MinimalSubset](MinimalSubset.md)
* [BasicSubset](BasicSubset.md)
* [ObjectOrientedProfile](ObjectOrientedProfile.md)
## Identifier and Mapping Information
### Administrative Metadata
**Rank:** 7
### Schema Source
* from schema: https://w3id.org/linkml/meta
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | linkml:multivalued |
| native | linkml:multivalued |
## LinkML Source
name: multivalued
description: true means that slot can have more than one value and should be represented
using a list or collection structure.
in_subset:
- SpecificationSubset
- MinimalSubset
- BasicSubset
- ObjectOrientedProfile
from_schema: https://w3id.org/linkml/meta
rank: 7
domain: slot_definition
inherited: true
domain_of:
- slot_expression
range: boolean