Class: Image
An image associated with a phenotype observation.
URI: zebrafish_toxicology_atlas_schema:Image
classDiagram
class Image
click Image href "../Image/"
ZappEntity <|-- Image
click ZappEntity href "../ZappEntity/"
Image : id
Image : magnification
Image : resolution
Image : scale_bar
Inheritance
- ZappEntity
- Image
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 |
| id | 1 Integer |
Auto-generated integer identifier | ZappEntity |
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: ZappEntity
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: ZappEntity
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
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
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
owner: Image
domain_of:
- Image
- 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: Image
domain_of:
- ZappEntity
range: integer
required: true