Skip to content

Class: DevelopmentalStage

A zebrafish developmental stage.

URI: zebrafish_toxicology_atlas_schema:DevelopmentalStage

classDiagram class DevelopmentalStage click DevelopmentalStage href "../DevelopmentalStage" NamedThing <|-- DevelopmentalStage click NamedThing href "../NamedThing" DevelopmentalStage : id DevelopmentalStage : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
Name of the developmental stage direct
id 1
String
ZFS identifier for the developmental stage NamedThing

Usages

used by used in type used
ExposureEvent start_stage range DevelopmentalStage
ExposureEvent end_stage range DevelopmentalStage

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema

Mappings

Mapping Type Mapped Value
self zebrafish_toxicology_atlas_schema:DevelopmentalStage
native zebrafish_toxicology_atlas_schema:DevelopmentalStage

LinkML Source

Direct

name: DevelopmentalStage
description: A zebrafish developmental stage.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: NamedThing
slots:
- name
slot_usage:
  id:
    name: id
    description: ZFS identifier for the developmental stage.
    pattern: ^ZFS:\d+$
  name:
    name: name
    description: Name of the developmental stage.

Induced

name: DevelopmentalStage
description: A zebrafish developmental stage.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: NamedThing
slot_usage:
  id:
    name: id
    description: ZFS identifier for the developmental stage.
    pattern: ^ZFS:\d+$
  name:
    name: name
    description: Name of the developmental stage.
attributes:
  name:
    name: name
    description: Name of the developmental stage.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: name
    owner: DevelopmentalStage
    domain_of:
    - NamedThing
    - Allele
    - Gene
    - ChemicalEntity
    - DevelopmentalStage
    range: string
  id:
    name: id
    description: ZFS identifier for the developmental stage.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    identifier: true
    alias: id
    owner: DevelopmentalStage
    domain_of:
    - NamedThing
    range: string
    required: true
    pattern: ^ZFS:\d+$