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/"
ZappEntity <|-- ControlImage
click ZappEntity href "../ZappEntity/"
ControlImage : id
ControlImage : magnification
ControlImage : phenotype_comments
ControlImage : phenotype_id
ControlImage : resolution
ControlImage : scale_bar
Inheritance
- ZappEntity
- ControlImage
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 |
| id | 1 Integer |
Auto-generated integer identifier | ZappEntity |
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: ZappEntity
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: ZappEntity
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
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
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
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
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
owner: ControlImage
domain_of:
- ControlImage
range: string
id:
name: id
description: Auto-generated integer identifier.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
identifier: true
owner: ControlImage
domain_of:
- ZappEntity
range: integer
required: true