Skip to content

Class: Image

An image associated with a phenotype observation.

URI: zebrafish_toxicology_atlas_schema:Image

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

Inheritance

Slots

Name Cardinality and Range Description Inheritance
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
uuid 1
String
UUID identifier Entity

Usages

used by used in type used
PhenotypeObservationSet image range Image

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

LinkML Source

Direct

name: Image
description: An image associated with a phenotype observation.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: Entity
slots:
- magnification
- resolution
- scale_bar

Induced

name: Image
description: An image associated with a phenotype observation.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: Entity
attributes:
  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: Image
    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: Image
    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: Image
    domain_of:
    - Image
    - 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: Image
    domain_of:
    - Entity
    range: string
    required: true