Skip to content

Class: FishExposureOutcome

A representation of the phenotype observed in the fish as a result of exposure.

URI: zebrafish_toxicology_atlas_schema:FishExposureOutcome

classDiagram class FishExposureOutcome click FishExposureOutcome href "../FishExposureOutcome" FishExposureOutcome : exposure_event FishExposureOutcome --> "0..1" ExposureEvent : exposure_event click ExposureEvent href "../ExposureEvent" FishExposureOutcome : fish FishExposureOutcome --> "0..1" Fish : fish click Fish href "../Fish" FishExposureOutcome : outcome FishExposureOutcome --> "*" Phenotype : outcome click Phenotype href "../Phenotype"

Slots

Name Cardinality and Range Description Inheritance
fish 0..1
Fish
The fish exposed to the toxicant direct
exposure_event 0..1
ExposureEvent
The exposure event direct
outcome *
Phenotype
An outcome is a list of the observed phenotypes in the fish exposed to the to... direct

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

LinkML Source

Direct

name: FishExposureOutcome
description: A representation of the phenotype observed in the fish as a result of
  exposure.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
slots:
- fish
- exposure_event
- outcome

Induced

name: FishExposureOutcome
description: A representation of the phenotype observed in the fish as a result of
  exposure.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
attributes:
  fish:
    name: fish
    description: The fish exposed to the toxicant.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: fish
    owner: FishExposureOutcome
    domain_of:
    - FishExposureOutcome
    range: Fish
  exposure_event:
    name: exposure_event
    description: The exposure event.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: exposure_event
    owner: FishExposureOutcome
    domain_of:
    - FishExposureOutcome
    range: ExposureEvent
  outcome:
    name: outcome
    description: An outcome is a list of the observed phenotypes in the fish exposed
      to the toxicant.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: outcome
    owner: FishExposureOutcome
    domain_of:
    - FishExposureOutcome
    range: Phenotype
    multivalued: true