Skip to content

Slot: part_of_parcellation_color_scheme

Reference to the parcellation color scheme for which the color assignment is part of.

URI: [bican:part_of_parcellation_color_scheme](https://identifiers.org/brain-bican/vocab/part_of_parcellation_color_scheme) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [ParcellationColorAssignment](ParcellationColorAssignment.md) | The parcellation color assignment associates hex color value to a parcellatio... | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [String](String.md) or 
[ParcellationColorScheme](ParcellationColorScheme.md) | | Domain Of | [ParcellationColorAssignment](ParcellationColorAssignment.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Required | Yes | ### Slot Characteristics | Property | Value | | --- | --- | | Owner | [ParcellationColorAssignment](ParcellationColorAssignment.md) |
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'ParcellationColorScheme'}) - AnonymousSlotExpression({'range': 'string'})
## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/brain-bican/bke-taxonomy ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | bican:part_of_parcellation_color_scheme | | native | bican:part_of_parcellation_color_scheme | ## LinkML Source
name: part_of_parcellation_color_scheme
description: Reference to the parcellation color scheme for which the color assignment
  is part of.
from_schema: https://w3id.org/brain-bican/bke-taxonomy
rank: 1000
owner: ParcellationColorAssignment
domain_of:
- ParcellationColorAssignment
range: string
required: true
any_of:
- range: ParcellationColorScheme
- range: string