Skip to content

Class: Regimen

The schedule and pattern of an exposure event.

URI: zebrafish_toxicology_atlas_schema:Regimen

classDiagram class Regimen click Regimen href "../Regimen/" ZappEntity <|-- Regimen click ZappEntity href "../ZappEntity/" Regimen : exposure_regimen_type Regimen --> "0..1" ExposureRegimenTypeEnum : exposure_regimen_type click ExposureRegimenTypeEnum href "../ExposureRegimenTypeEnum/" Regimen : id Regimen : individual_exposure_duration Regimen --> "0..1" QuantityValue : individual_exposure_duration click QuantityValue href "../QuantityValue/" Regimen : interval_between_individual_exposures Regimen --> "0..1" QuantityValue : interval_between_individual_exposures click QuantityValue href "../QuantityValue/" Regimen : number_of_individual_exposure Regimen : total_exposure_duration Regimen --> "0..1" QuantityValue : total_exposure_duration click QuantityValue href "../QuantityValue/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
exposure_regimen_type 0..1
ExposureRegimenTypeEnum
The type of exposure regimen (e direct
interval_between_individual_exposures 0..1
QuantityValue
Interval between individual exposures direct
total_exposure_duration 0..1
QuantityValue
Time between first and last individual exposure direct
individual_exposure_duration 0..1
QuantityValue
Individual exposure duration direct
number_of_individual_exposure 0..1
Integer
Total number of individual exposures direct
id 1
Integer
Auto-generated integer identifier ZappEntity

Usages

used by used in type used
ExposureEvent regimen range Regimen

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:Regimen
native zebrafish_toxicology_atlas_schema:Regimen

LinkML Source

Direct

name: Regimen
description: The schedule and pattern of an exposure event.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: ZappEntity
slots:
- exposure_regimen_type
- interval_between_individual_exposures
- total_exposure_duration
- individual_exposure_duration
- number_of_individual_exposure

Induced

name: Regimen
description: The schedule and pattern of an exposure event.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: ZappEntity
attributes:
  exposure_regimen_type:
    name: exposure_regimen_type
    description: The type of exposure regimen (e.g., continuous or repeated).
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    owner: Regimen
    domain_of:
    - Regimen
    range: ExposureRegimenTypeEnum
  interval_between_individual_exposures:
    name: interval_between_individual_exposures
    description: Interval between individual exposures.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    owner: Regimen
    domain_of:
    - Regimen
    range: QuantityValue
    inlined: true
    inlined_as_list: true
  total_exposure_duration:
    name: total_exposure_duration
    description: Time between first and last individual exposure.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    owner: Regimen
    domain_of:
    - Regimen
    range: QuantityValue
    inlined: true
    inlined_as_list: true
  individual_exposure_duration:
    name: individual_exposure_duration
    description: Individual exposure duration.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    owner: Regimen
    domain_of:
    - Regimen
    range: QuantityValue
    inlined: true
    inlined_as_list: true
  number_of_individual_exposure:
    name: number_of_individual_exposure
    description: Total number of individual exposures.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    owner: Regimen
    domain_of:
    - Regimen
    range: integer
  id:
    name: id
    description: Auto-generated integer identifier.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    identifier: true
    owner: Regimen
    domain_of:
    - ZappEntity
    range: integer
    required: true