Skip to content

Class: ParcellationColorAssignment

The parcellation color assignment associates hex color value to a parcellation term within a versioned release of a color scheme. A parcellation term is uniquely denoted by a parcellation term identifier and the parcellation terminology it belongs to.

URI: [bican:ParcellationColorAssignment](https://identifiers.org/brain-bican/vocab/ParcellationColorAssignment)
classDiagram class ParcellationColorAssignment click ParcellationColorAssignment href "../ParcellationColorAssignment/" ParcellationColorAssignment : color ParcellationColorAssignment : part_of_parcellation_color_scheme ParcellationColorAssignment : subject_parcellation_term
## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [subject_parcellation_term](subject_parcellation_term.md) | 1
[String](String.md) or 
[ParcellationTerm](ParcellationTerm.md) | Reference to the parcellation term that is the subject of the association | direct | | [part_of_parcellation_color_scheme](part_of_parcellation_color_scheme.md) | 1
[String](String.md) or 
[ParcellationColorScheme](ParcellationColorScheme.md) | Reference to the parcellation color scheme for which the color assignment is ... | direct | | [color](color.md) | 0..1
[String](String.md) | A string representing to hex triplet code of a color | direct | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/brain-bican/bke-taxonomy ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | bican:ParcellationColorAssignment | | native | bican:ParcellationColorAssignment | ## LinkML Source ### Direct
name: ParcellationColorAssignment
description: The parcellation color assignment associates hex color value to a parcellation
  term within a  versioned release of a color scheme. A parcellation term is uniquely
  denoted by a parcellation  term identifier and the parcellation terminology it belongs
  to.
from_schema: https://w3id.org/brain-bican/bke-taxonomy
slots:
- subject_parcellation_term
attributes:
  part_of_parcellation_color_scheme:
    name: part_of_parcellation_color_scheme
    description: Reference to the parcellation color scheme for which the color assignment
      is part of.
    from_schema: https://identifiers.org/brain-bican/anatomical-structure-schema
    rank: 1000
    domain_of:
    - ParcellationColorAssignment
    required: true
    any_of:
    - range: ParcellationColorScheme
    - range: string
  color:
    name: color
    description: A string representing to hex triplet code of a color
    from_schema: https://identifiers.org/brain-bican/anatomical-structure-schema
    rank: 1000
    domain_of:
    - ParcellationColorAssignment
    range: string
    structured_pattern:
      syntax: '{ColorHexTriplet}'

### Induced
name: ParcellationColorAssignment
description: The parcellation color assignment associates hex color value to a parcellation
  term within a  versioned release of a color scheme. A parcellation term is uniquely
  denoted by a parcellation  term identifier and the parcellation terminology it belongs
  to.
from_schema: https://w3id.org/brain-bican/bke-taxonomy
attributes:
  part_of_parcellation_color_scheme:
    name: part_of_parcellation_color_scheme
    description: Reference to the parcellation color scheme for which the color assignment
      is part of.
    from_schema: https://identifiers.org/brain-bican/anatomical-structure-schema
    rank: 1000
    owner: ParcellationColorAssignment
    domain_of:
    - ParcellationColorAssignment
    range: string
    required: true
    any_of:
    - range: ParcellationColorScheme
    - range: string
  color:
    name: color
    description: A string representing to hex triplet code of a color
    from_schema: https://identifiers.org/brain-bican/anatomical-structure-schema
    rank: 1000
    owner: ParcellationColorAssignment
    domain_of:
    - ParcellationColorAssignment
    range: string
    structured_pattern:
      syntax: '{ColorHexTriplet}'
  subject_parcellation_term:
    name: subject_parcellation_term
    description: Reference to the parcellation term that is the subject of the association.
    from_schema: https://w3id.org/brain-bican/bke-taxonomy
    rank: 1000
    owner: ParcellationColorAssignment
    domain_of:
    - ParcellationColorAssignment
    - ParcellationAnnotationTermMap
    range: string
    required: true
    any_of:
    - range: ParcellationTerm
    - range: string