Skip to content

Class: AnatomicalSpace

An anatomical space is versioned release of a mathematical space with a defined mapping between the anatomical axes and the mathematical axes. An anatomical space may be defined by a reference image chosen as the biological reference for an anatomical structure of interest derived from a single or multiple specimens (ref: ILX:0777106, RRID:SCR_023499)

URI: ANSRS:AnatomicalSpace

classDiagram class AnatomicalSpace VersionedNamedThing <|-- AnatomicalSpace AnatomicalSpace : description AnatomicalSpace : id AnatomicalSpace : measures AnatomicalSpace --> ImageDataset : measures AnatomicalSpace : name AnatomicalSpace : revision_of AnatomicalSpace --> AnatomicalSpace : revision_of AnatomicalSpace : version

Inheritance

Slots

Name Cardinality and Range Description Inheritance
measures 1..1
ImageDataset
Reference to the specific image dataset used to define the anatomical space direct
version 1..1
String
VersionedNamedThing
revision_of 0..1
AnatomicalSpace
VersionedNamedThing
id 1..1
Uriorcurie
NamedThing
name 1..1
String
NamedThing
description 1..1
String
NamedThing

Usages

used by used in type used
AnatomicalSpace revision_of range AnatomicalSpace
AnatomicalAnnotationSet parameterizes range AnatomicalSpace
ParcellationAtlas has_anatomical_space range AnatomicalSpace

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: AnatomicalSpace
description: 'An anatomical space is versioned release of a mathematical space with
  a defined mapping  between the anatomical axes and the mathematical axes. An anatomical
  space may be defined by  a reference image chosen as the biological reference for
  an anatomical structure of interest  derived from a single or multiple specimens
  (ref: ILX:0777106, 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: AnatomicalSpace
attributes:
  measures:
    name: measures
    description: Reference to the specific image dataset used to define the anatomical
      space.
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    range: ImageDataset
    required: true

Induced

name: AnatomicalSpace
description: 'An anatomical space is versioned release of a mathematical space with
  a defined mapping  between the anatomical axes and the mathematical axes. An anatomical
  space may be defined by  a reference image chosen as the biological reference for
  an anatomical structure of interest  derived from a single or multiple specimens
  (ref: ILX:0777106, 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: AnatomicalSpace
attributes:
  measures:
    name: measures
    description: Reference to the specific image dataset used to define the anatomical
      space.
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    alias: measures
    owner: AnatomicalSpace
    domain_of:
    - AnatomicalSpace
    range: ImageDataset
    required: true
  version:
    name: version
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    alias: version
    owner: AnatomicalSpace
    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: AnatomicalSpace
    domain_of:
    - VersionedNamedThing
    range: AnatomicalSpace
  id:
    name: id
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    identifier: true
    alias: id
    owner: AnatomicalSpace
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    alias: name
    owner: AnatomicalSpace
    domain_of:
    - NamedThing
    range: string
    required: true
  description:
    name: description
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    alias: description
    owner: AnatomicalSpace
    domain_of:
    - NamedThing
    range: string
    required: true