Slot: unmelt_to_slots

For an unmelt operation, the target wide-format slots to populate from the long/EAV rows.

URI: [linkmlmap:unmelt_to_slots](https://w3id.org/linkml/transformer/unmelt_to_slots) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [PivotOperation](PivotOperation.md) | An operation that reshapes data between wide and long (EAV) representations, ... | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [SlotReference](SlotReference.md) | | Domain Of | [PivotOperation](PivotOperation.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Multivalued | Yes | ### Slot Characteristics | Property | Value | | --- | --- | | Owner | [PivotOperation](PivotOperation.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/transformer ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkmlmap:unmelt_to_slots | | native | linkmlmap:unmelt_to_slots | ## LinkML Source
name: unmelt_to_slots
description: For an unmelt operation, the target wide-format slots to populate from
  the long/EAV rows.
from_schema: https://w3id.org/linkml/transformer
rank: 1000
owner: PivotOperation
domain_of:
- PivotOperation
range: SlotReference
multivalued: true