Skip to content

Class: ParcellationAnnotationTermMap

The parcellation annotation term map table defines the relationship between parcellation annotations and parcellation terms. A parcellation term is uniquely denoted by a parcellation term identifier and the parcellation terminology it belongs to. A parcellation term can be spatially parameterized by the union of one or more parcellation annotations within a versioned release of an anatomical annotation set. For example, annotations defining individual cortical layers in cortical region R (R1, R2/3, R4, etc) can be combined to define the parent region R.

URI: [bican:ParcellationAnnotationTermMap](https://identifiers.org/brain-bican/vocab/ParcellationAnnotationTermMap)
classDiagram class ParcellationAnnotationTermMap click ParcellationAnnotationTermMap href "../ParcellationAnnotationTermMap/" ParcellationAnnotationTermMap : subject_parcellation_annotation ParcellationAnnotationTermMap : 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 | | [subject_parcellation_annotation](subject_parcellation_annotation.md) | 1
[String](String.md) or 
[ParcellationAnnotation](ParcellationAnnotation.md) | Reference to the parcellation annotation that is the subject of the associati... | direct | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/brain-bican/bke-taxonomy ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | bican:ParcellationAnnotationTermMap | | native | bican:ParcellationAnnotationTermMap | ## LinkML Source ### Direct
name: ParcellationAnnotationTermMap
description: The parcellation annotation term map table defines the relationship between
  parcellation annotations and parcellation terms.  A parcellation term is uniquely
  denoted by a parcellation term identifier and the parcellation terminology it belongs
  to.  A parcellation term can be spatially parameterized by the union of one or more
  parcellation annotations within a versioned  release of an anatomical annotation
  set. For example, annotations defining individual cortical layers in cortical region  R
  (R1, R2/3, R4, etc) can be combined to define the parent region R.
from_schema: https://w3id.org/brain-bican/bke-taxonomy
slots:
- subject_parcellation_term
attributes:
  subject_parcellation_annotation:
    name: subject_parcellation_annotation
    description: Reference to the parcellation annotation that is the subject of the
      association.
    from_schema: https://identifiers.org/brain-bican/anatomical-structure-schema
    rank: 1000
    domain_of:
    - ParcellationAnnotationTermMap
    required: true
    any_of:
    - range: ParcellationAnnotation
    - range: string

### Induced
name: ParcellationAnnotationTermMap
description: The parcellation annotation term map table defines the relationship between
  parcellation annotations and parcellation terms.  A parcellation term is uniquely
  denoted by a parcellation term identifier and the parcellation terminology it belongs
  to.  A parcellation term can be spatially parameterized by the union of one or more
  parcellation annotations within a versioned  release of an anatomical annotation
  set. For example, annotations defining individual cortical layers in cortical region  R
  (R1, R2/3, R4, etc) can be combined to define the parent region R.
from_schema: https://w3id.org/brain-bican/bke-taxonomy
attributes:
  subject_parcellation_annotation:
    name: subject_parcellation_annotation
    description: Reference to the parcellation annotation that is the subject of the
      association.
    from_schema: https://identifiers.org/brain-bican/anatomical-structure-schema
    rank: 1000
    owner: ParcellationAnnotationTermMap
    domain_of:
    - ParcellationAnnotationTermMap
    range: string
    required: true
    any_of:
    - range: ParcellationAnnotation
    - range: string
  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: ParcellationAnnotationTermMap
    domain_of:
    - ParcellationColorAssignment
    - ParcellationAnnotationTermMap
    range: string
    required: true
    any_of:
    - range: ParcellationTerm
    - range: string