Skip to content

Class: ControlImage

An image associated with a control, taken at the same developmental stage as the corresponding phenotype observation.

URI: zebrafish_toxicology_atlas_schema:ControlImage

classDiagram class ControlImage click ControlImage href "../ControlImage/" Entity <|-- ControlImage click Entity href "../Entity/" ControlImage : magnification ControlImage : phenotype_comments ControlImage : phenotype_id ControlImage : resolution ControlImage : scale_bar ControlImage : uuid

Inheritance

Slots

Name Cardinality and Range Description Inheritance
phenotype_id 0..1
String
Foreign key reference to the PhenotypeObservationSet uuid (for database repre... direct
magnification 0..1
String
The factor by which a microscope enlarges the apparent size of a subject comp... direct
resolution 0..1
String
The level of detail in the image direct
scale_bar 0..1
String
Scale bar information, including the physical length it represents and the un... direct
phenotype_comments 0..1
String
Comments about the phenotype in the control image direct
uuid 1
String
UUID identifier Entity

Usages

used by used in type used
PhenotypeObservationSet control_image range ControlImage
Control control_image range ControlImage

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

LinkML Source

Direct

name: ControlImage
description: An image associated with a control, taken at the same developmental stage
  as the corresponding phenotype observation.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: Entity
slots:
- phenotype_id
- magnification
- resolution
- scale_bar
- phenotype_comments

Induced

name: ControlImage
description: An image associated with a control, taken at the same developmental stage
  as the corresponding phenotype observation.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: Entity
attributes:
  phenotype_id:
    name: phenotype_id
    description: Foreign key reference to the PhenotypeObservationSet uuid (for database
      representation).
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: phenotype_id
    owner: ControlImage
    domain_of:
    - ControlImage
    range: string
  magnification:
    name: magnification
    description: The factor by which a microscope enlarges the apparent size of a
      subject compared to its actual size.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: magnification
    owner: ControlImage
    domain_of:
    - Image
    - ControlImage
    range: string
  resolution:
    name: resolution
    description: The level of detail in the image.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: resolution
    owner: ControlImage
    domain_of:
    - Image
    - ControlImage
    range: string
  scale_bar:
    name: scale_bar
    description: Scale bar information, including the physical length it represents
      and the unit of measurement.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: scale_bar
    owner: ControlImage
    domain_of:
    - Image
    - ControlImage
    range: string
  phenotype_comments:
    name: phenotype_comments
    description: Comments about the phenotype in the control image.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: phenotype_comments
    owner: ControlImage
    domain_of:
    - ControlImage
    range: string
  uuid:
    name: uuid
    description: UUID identifier.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    identifier: true
    alias: uuid
    owner: ControlImage
    domain_of:
    - Entity
    range: string
    required: true