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: AnS: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_annotation 1
String or 
ParcellationAnnotation or 
String
Reference to the parcellation annotation that is the subject of the associati... direct
subject_parcellation_term 1
String or 
ParcellationTerm or 
String
Reference to the parcellation term that is the subject of the association direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/my-org/anatomical-structure-schema

Mappings

Mapping Type Mapped Value
self AnS:ParcellationAnnotationTermMap
native AnS: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/my-org/anatomical-structure-schema
attributes:
  subject_parcellation_annotation:
    name: subject_parcellation_annotation
    description: Reference to the parcellation annotation that is the subject of the
      association.
    from_schema: https://w3id.org/my-org/anatomical-structure-schema
    rank: 1000
    domain_of:
    - ParcellationAnnotationTermMap
    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/my-org/anatomical-structure-schema
    domain_of:
    - ParcellationColorAssignment
    - ParcellationAnnotationTermMap
    required: true
    any_of:
    - range: ParcellationTerm
    - 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/my-org/anatomical-structure-schema
attributes:
  subject_parcellation_annotation:
    name: subject_parcellation_annotation
    description: Reference to the parcellation annotation that is the subject of the
      association.
    from_schema: https://w3id.org/my-org/anatomical-structure-schema
    rank: 1000
    alias: subject_parcellation_annotation
    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/my-org/anatomical-structure-schema
    alias: subject_parcellation_term
    owner: ParcellationAnnotationTermMap
    domain_of:
    - ParcellationColorAssignment
    - ParcellationAnnotationTermMap
    range: string
    required: true
    any_of:
    - range: ParcellationTerm
    - range: string