Skip to content

Class: ParcellationTerminology

A parcellation terminology is a versioned release set of terms that can be used to label annotations in an atlas, providing human readability and context and allowing communication about brain locations and structural properties. Typically, a terminology is a set of descriptive anatomical terms following a specific naming convention and/or approach to organization scheme. The terminology may be a flat list of controlled vocabulary, a taxonomy and partonomy, or an ontology (ref: ILX:0777107, RRID:SCR_023499)

URI: ANSRS:ParcellationTerminology

classDiagram class ParcellationTerminology VersionedNamedThing <|-- ParcellationTerminology ParcellationTerminology : description ParcellationTerminology : id ParcellationTerminology : name ParcellationTerminology : revision_of ParcellationTerminology --> ParcellationTerminology : revision_of ParcellationTerminology : version

Inheritance

Slots

Name Cardinality and Range Description Inheritance
version 1..1
String
VersionedNamedThing
revision_of 0..1
ParcellationTerminology
VersionedNamedThing
id 1..1
Uriorcurie
NamedThing
name 1..1
String
NamedThing
description 1..1
String
NamedThing

Usages

used by used in type used
ParcellationTerminology revision_of range ParcellationTerminology
ParcellationTermSet part_of_parcellation_terminology range ParcellationTerminology
ParcellationColorScheme subject_parcellation_terminology range ParcellationTerminology
ParcellationAtlas has_parcellation_terminology range ParcellationTerminology

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ParcellationTerminology
description: 'A parcellation terminology is a versioned release set of terms that
  can be used to label  annotations in an atlas, providing human readability and context
  and allowing communication  about brain locations and structural properties. Typically,
  a terminology is a set of  descriptive anatomical terms following a specific naming
  convention and/or approach to  organization scheme. The terminology may be a flat
  list of controlled vocabulary, a taxonomy  and partonomy, or an ontology (ref: ILX:0777107,
  RRID:SCR_023499)'
from_schema: https://w3id.org/my-org/ansrs-schema
is_a: VersionedNamedThing
slot_usage:
  revision_of:
    name: revision_of
    domain_of:
    - VersionedNamedThing
    range: ParcellationTerminology

Induced

name: ParcellationTerminology
description: 'A parcellation terminology is a versioned release set of terms that
  can be used to label  annotations in an atlas, providing human readability and context
  and allowing communication  about brain locations and structural properties. Typically,
  a terminology is a set of  descriptive anatomical terms following a specific naming
  convention and/or approach to  organization scheme. The terminology may be a flat
  list of controlled vocabulary, a taxonomy  and partonomy, or an ontology (ref: ILX:0777107,
  RRID:SCR_023499)'
from_schema: https://w3id.org/my-org/ansrs-schema
is_a: VersionedNamedThing
slot_usage:
  revision_of:
    name: revision_of
    domain_of:
    - VersionedNamedThing
    range: ParcellationTerminology
attributes:
  version:
    name: version
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    alias: version
    owner: ParcellationTerminology
    domain_of:
    - VersionedNamedThing
    range: string
    required: true
  revision_of:
    name: revision_of
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    alias: revision_of
    owner: ParcellationTerminology
    domain_of:
    - VersionedNamedThing
    range: ParcellationTerminology
  id:
    name: id
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    identifier: true
    alias: id
    owner: ParcellationTerminology
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    alias: name
    owner: ParcellationTerminology
    domain_of:
    - NamedThing
    range: string
    required: true
  description:
    name: description
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    alias: description
    owner: ParcellationTerminology
    domain_of:
    - NamedThing
    range: string
    required: true