Skip to content

Class: PhenotypeObservationSet

An observation set containing control and phenotypic outcome resulting from an exposure event.

URI: zebrafish_toxicology_atlas_schema:PhenotypeObservationSet

classDiagram class PhenotypeObservationSet click PhenotypeObservationSet href "../PhenotypeObservationSet/" Entity <|-- PhenotypeObservationSet click Entity href "../Entity/" PhenotypeObservationSet : control_image PhenotypeObservationSet --> "*" ControlImage : control_image click ControlImage href "../ControlImage/" PhenotypeObservationSet : image PhenotypeObservationSet --> "*" Image : image click Image href "../Image/" PhenotypeObservationSet : phenotype PhenotypeObservationSet --> "*" Phenotype : phenotype click Phenotype href "../Phenotype/" PhenotypeObservationSet : uuid

Inheritance

  • Entity
    • PhenotypeObservationSet

Slots

Name Cardinality and Range Description Inheritance
image *
Image
Images associated with this observation direct
phenotype *
Phenotype
The phenotype observed direct
control_image *
ControlImage
Image associated with this control direct
uuid 1
String
UUID identifier Entity

Usages

used by used in type used
ExposureEvent phenotype_observation range PhenotypeObservationSet

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

LinkML Source

Direct

name: PhenotypeObservationSet
description: An observation set containing control and phenotypic outcome resulting
  from an exposure event.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: Entity
slots:
- image
- phenotype
- control_image

Induced

name: PhenotypeObservationSet
description: An observation set containing control and phenotypic outcome resulting
  from an exposure event.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: Entity
attributes:
  image:
    name: image
    description: Images associated with this observation.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: image
    owner: PhenotypeObservationSet
    domain_of:
    - PhenotypeObservationSet
    range: Image
    multivalued: true
    inlined: true
    inlined_as_list: true
  phenotype:
    name: phenotype
    description: The phenotype observed.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: phenotype
    owner: PhenotypeObservationSet
    domain_of:
    - PhenotypeObservationSet
    range: Phenotype
    multivalued: true
    inlined: true
    inlined_as_list: true
  control_image:
    name: control_image
    description: Image associated with this control.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: control_image
    owner: PhenotypeObservationSet
    domain_of:
    - PhenotypeObservationSet
    - Control
    range: ControlImage
    multivalued: true
    inlined: true
    inlined_as_list: true
  uuid:
    name: uuid
    description: UUID identifier.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    identifier: true
    alias: uuid
    owner: PhenotypeObservationSet
    domain_of:
    - Entity
    range: string
    required: true