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: AnS:ParcellationTerm

classDiagram class ParcellationTerm click ParcellationTerm href "../ParcellationTerm" NamedThing <|-- ParcellationTerm click NamedThing href "../NamedThing" ParcellationTerm : category ParcellationTerm : description ParcellationTerm : has_parent_parcellation_term ParcellationTerm : id ParcellationTerm : name ParcellationTerm : ordinal ParcellationTerm : 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
String or 
ParcellationTermSet or 
String
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
String or 
ParcellationTerm or 
String
Reference to the parent parcellation term for which the parcellation term is ... direct
id 1
Uriorcurie
NamedThing
name 1
String
NamedThing
description 1
String
NamedThing
category *
Uriorcurie
NamedThing

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self AnS:ParcellationTerm
native AnS: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/anatomical-structure-schema
is_a: NamedThing
attributes:
  symbol:
    name: symbol
    description: Symbol representing a parcellation term.
    from_schema: https://w3id.org/my-org/anatomical-structure-schema
    rank: 1000
    domain_of:
    - ParcellationTerm
  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/anatomical-structure-schema
    rank: 1000
    domain_of:
    - ParcellationTerm
    required: true
    any_of:
    - range: ParcellationTermSet
    - range: string
  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/anatomical-structure-schema
    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/anatomical-structure-schema
    rank: 1000
    domain_of:
    - ParcellationTerm
    any_of:
    - range: ParcellationTerm
    - range: string

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/anatomical-structure-schema
is_a: NamedThing
attributes:
  symbol:
    name: symbol
    description: Symbol representing a parcellation term.
    from_schema: https://w3id.org/my-org/anatomical-structure-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/anatomical-structure-schema
    rank: 1000
    alias: part_of_parcellation_term_set
    owner: ParcellationTerm
    domain_of:
    - ParcellationTerm
    range: string
    required: true
    any_of:
    - range: ParcellationTermSet
    - range: string
  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/anatomical-structure-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/anatomical-structure-schema
    rank: 1000
    alias: has_parent_parcellation_term
    owner: ParcellationTerm
    domain_of:
    - ParcellationTerm
    range: string
    any_of:
    - range: ParcellationTerm
    - range: string
  id:
    name: id
    from_schema: https://w3id.org/my-org/anatomical-structure-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/anatomical-structure-schema
    rank: 1000
    alias: name
    owner: ParcellationTerm
    domain_of:
    - NamedThing
    range: string
    required: true
  description:
    name: description
    from_schema: https://w3id.org/my-org/anatomical-structure-schema
    rank: 1000
    alias: description
    owner: ParcellationTerm
    domain_of:
    - NamedThing
    range: string
    required: true
  category:
    name: category
    from_schema: https://w3id.org/my-org/anatomical-structure-schema
    rank: 1000
    multivalued: true
    designates_type: true
    alias: category
    owner: ParcellationTerm
    domain_of:
    - NamedThing
    is_class_field: true
    range: uriorcurie