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/" ZappEntity <|-- PhenotypeObservationSet click ZappEntity href "../ZappEntity/" PhenotypeObservationSet : control_image PhenotypeObservationSet --> "*" ControlImage : control_image click ControlImage href "../ControlImage/" PhenotypeObservationSet : id PhenotypeObservationSet : image PhenotypeObservationSet --> "*" Image : image click Image href "../Image/" PhenotypeObservationSet : phenotype PhenotypeObservationSet --> "*" Phenotype : phenotype click Phenotype href "../Phenotype/"

Inheritance

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
id 1
Integer
Auto-generated integer identifier ZappEntity

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: ZappEntity
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: ZappEntity
attributes:
  image:
    name: image
    description: Images associated with this observation.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    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
    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
    owner: PhenotypeObservationSet
    domain_of:
    - PhenotypeObservationSet
    - Control
    range: ControlImage
    multivalued: true
    inlined: true
    inlined_as_list: true
  id:
    name: id
    description: Auto-generated integer identifier.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    identifier: true
    owner: PhenotypeObservationSet
    domain_of:
    - ZappEntity
    range: integer
    required: true