Skip to content

Class: ParcellationTerm

A parcellation term is an individual term within a specific parcellation terminology describing a single anatomical entity by a persistent identifier, name, symbol and description. A parcellation term is a unique and exclusive member of a versioned release parcellation terminology. Although term identifiers must be unique within the context of one versioned release of a parcellation terminology, they can be reused in different parcellation terminology versions enabling the representation of terminology updates and modifications over time.

URI: ANSRS:ParcellationTerm

classDiagram class ParcellationTerm NamedThing <|-- ParcellationTerm ParcellationTerm : description ParcellationTerm : has_parent_parcellation_term ParcellationTerm --> ParcellationTerm : has_parent_parcellation_term ParcellationTerm : id ParcellationTerm : name ParcellationTerm : ordinal ParcellationTerm : part_of_parcellation_term_set ParcellationTerm --> ParcellationTermSet : part_of_parcellation_term_set ParcellationTerm : symbol

Inheritance

Slots

Name Cardinality and Range Description Inheritance
symbol 0..1
String
Symbol representing a parcellation term direct
part_of_parcellation_term_set 1..1
ParcellationTermSet
Reference to the parcellation term set for which the parcellation term is par... direct
ordinal 0..1
Integer
Ordinal of the parcellation term among other terms within the context of the ... direct
has_parent_parcellation_term 0..1
ParcellationTerm
Reference to the parent parcellation term for which the parcellation term is ... direct
id 1..1
Uriorcurie
NamedThing
name 1..1
String
NamedThing
description 1..1
String
NamedThing

Usages

used by used in type used
ParcellationTerm has_parent_parcellation_term range ParcellationTerm
ParcellationColorAssignment subject_parcellation_term range ParcellationTerm
ParcellationAnnotationTermMap subject_parcellation_term range ParcellationTerm

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/my-org/ansrs-schema

Mappings

Mapping Type Mapped Value
self ANSRS:ParcellationTerm
native ANSRS:ParcellationTerm

LinkML Source

Direct

name: ParcellationTerm
description: A parcellation term is an individual term within a specific parcellation
  terminology describing a  single anatomical entity by a persistent identifier, name,
  symbol and description.  A parcellation  term is a unique and exclusive member of
  a versioned release parcellation terminology. Although term  identifiers must be
  unique within the context of one versioned release of a parcellation terminology,  they
  can be reused in different parcellation terminology versions enabling the representation
  of  terminology updates and modifications over time.
from_schema: https://w3id.org/my-org/ansrs-schema
is_a: NamedThing
attributes:
  symbol:
    name: symbol
    description: Symbol representing a parcellation term.
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
  part_of_parcellation_term_set:
    name: part_of_parcellation_term_set
    description: Reference to the parcellation term set for which the parcellation
      term is part of.
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    range: ParcellationTermSet
    required: true
  ordinal:
    name: ordinal
    description: Ordinal of the parcellation term among other terms within the context
      of the associated  parcellation terminology.
    from_schema: https://w3id.org/my-org/ansrs-schema
    range: integer
    minimum_value: 0
  has_parent_parcellation_term:
    name: has_parent_parcellation_term
    description: Reference to the parent parcellation term for which the parcellation
      term is a child ( spatially part) of
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    range: ParcellationTerm

Induced

name: ParcellationTerm
description: A parcellation term is an individual term within a specific parcellation
  terminology describing a  single anatomical entity by a persistent identifier, name,
  symbol and description.  A parcellation  term is a unique and exclusive member of
  a versioned release parcellation terminology. Although term  identifiers must be
  unique within the context of one versioned release of a parcellation terminology,  they
  can be reused in different parcellation terminology versions enabling the representation
  of  terminology updates and modifications over time.
from_schema: https://w3id.org/my-org/ansrs-schema
is_a: NamedThing
attributes:
  symbol:
    name: symbol
    description: Symbol representing a parcellation term.
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    alias: symbol
    owner: ParcellationTerm
    domain_of:
    - ParcellationTerm
    range: string
  part_of_parcellation_term_set:
    name: part_of_parcellation_term_set
    description: Reference to the parcellation term set for which the parcellation
      term is part of.
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    alias: part_of_parcellation_term_set
    owner: ParcellationTerm
    domain_of:
    - ParcellationTerm
    range: ParcellationTermSet
    required: true
  ordinal:
    name: ordinal
    description: Ordinal of the parcellation term among other terms within the context
      of the associated  parcellation terminology.
    from_schema: https://w3id.org/my-org/ansrs-schema
    alias: ordinal
    owner: ParcellationTerm
    domain_of:
    - ParcellationTermSet
    - ParcellationTerm
    range: integer
    minimum_value: 0
  has_parent_parcellation_term:
    name: has_parent_parcellation_term
    description: Reference to the parent parcellation term for which the parcellation
      term is a child ( spatially part) of
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    alias: has_parent_parcellation_term
    owner: ParcellationTerm
    domain_of:
    - ParcellationTerm
    range: ParcellationTerm
  id:
    name: id
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    identifier: true
    alias: id
    owner: ParcellationTerm
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    alias: name
    owner: ParcellationTerm
    domain_of:
    - NamedThing
    range: string
    required: true
  description:
    name: description
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    alias: description
    owner: ParcellationTerm
    domain_of:
    - NamedThing
    range: string
    required: true