Class: Image3D
A 3D volume or tomogram
URI: lambdaber:Image3D
classDiagram
class Image3D
click Image3D href "../Image3D/"
Image <|-- Image3D
click Image href "../Image/"
Image3D : acquisition_date
Image3D : description
Image3D : dimensions_x
Image3D --> "0..1" QuantityValue : dimensions_x
click QuantityValue href "../QuantityValue/"
Image3D : dimensions_y
Image3D --> "0..1" QuantityValue : dimensions_y
click QuantityValue href "../QuantityValue/"
Image3D : dimensions_z
Image3D --> "0..1" QuantityValue : dimensions_z
click QuantityValue href "../QuantityValue/"
Image3D : dose
Image3D --> "0..1" QuantityValue : dose
click QuantityValue href "../QuantityValue/"
Image3D : exposure_time
Image3D --> "0..1" QuantityValue : exposure_time
click QuantityValue href "../QuantityValue/"
Image3D : file_name
Image3D : id
Image3D : pixel_size
Image3D --> "0..1" QuantityValue : pixel_size
click QuantityValue href "../QuantityValue/"
Image3D : reconstruction_method
Image3D : title
Image3D : voxel_size
Image3D --> "0..1" QuantityValue : voxel_size
click QuantityValue href "../QuantityValue/"
Inheritance
- NamedThing
- Image
- Image3D
- Image
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| dimensions_z | 0..1 QuantityValue |
Image depth, typically specified in pixels or slices | direct |
| voxel_size | 0..1 QuantityValue |
Voxel size, typically specified in Angstroms | direct |
| reconstruction_method | 0..1 String |
Method used for 3D reconstruction | direct |
| file_name | 1 String |
Image file name | Image |
| acquisition_date | 0..1 String |
Date image was acquired | Image |
| pixel_size | 0..1 QuantityValue |
Pixel size, typically specified in Angstroms | Image |
| dimensions_x | 0..1 QuantityValue |
Image width, typically specified in pixels | Image |
| dimensions_y | 0..1 QuantityValue |
Image height, typically specified in pixels | Image |
| exposure_time | 0..1 QuantityValue |
Exposure time, typically specified in seconds | Image |
| dose | 0..1 QuantityValue |
Electron dose in e-/Ų | Image |
| id | 1 Uriorcurie |
Globally unique identifier as an IRI or CURIE for machine processing and exte... | NamedThing |
| title | 0..1 String |
A human-readable name or title for this entity | NamedThing |
| description | 0..1 String |
A detailed textual description of this entity | NamedThing |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lambda-ber-schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | lambdaber:Image3D |
| native | lambdaber:Image3D |
LinkML Source
Direct
name: Image3D
description: A 3D volume or tomogram
from_schema: https://w3id.org/lambda-ber-schema/
is_a: Image
attributes:
dimensions_z:
name: dimensions_z
description: Image depth, typically specified in pixels or slices. Data providers
may specify alternative units by including the unit in the QuantityValue.
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- Image3D
range: QuantityValue
inlined: true
voxel_size:
name: voxel_size
description: Voxel size, typically specified in Angstroms. Data providers may
specify alternative units by including the unit in the QuantityValue.
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- Image3D
range: QuantityValue
inlined: true
reconstruction_method:
name: reconstruction_method
description: Method used for 3D reconstruction
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- Image3D
Induced
name: Image3D
description: A 3D volume or tomogram
from_schema: https://w3id.org/lambda-ber-schema/
is_a: Image
attributes:
dimensions_z:
name: dimensions_z
description: Image depth, typically specified in pixels or slices. Data providers
may specify alternative units by including the unit in the QuantityValue.
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: dimensions_z
owner: Image3D
domain_of:
- Image3D
range: QuantityValue
inlined: true
voxel_size:
name: voxel_size
description: Voxel size, typically specified in Angstroms. Data providers may
specify alternative units by including the unit in the QuantityValue.
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: voxel_size
owner: Image3D
domain_of:
- Image3D
range: QuantityValue
inlined: true
reconstruction_method:
name: reconstruction_method
description: Method used for 3D reconstruction
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: reconstruction_method
owner: Image3D
domain_of:
- Image3D
range: string
file_name:
name: file_name
description: Image file name
from_schema: https://w3id.org/lambda-ber-schema/
alias: file_name
owner: Image3D
domain_of:
- DataFile
- Image
range: string
required: true
acquisition_date:
name: acquisition_date
description: Date image was acquired
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: acquisition_date
owner: Image3D
domain_of:
- Image
range: string
pixel_size:
name: pixel_size
description: Pixel size, typically specified in Angstroms. Data providers may
specify alternative units by including the unit in the QuantityValue.
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: pixel_size
owner: Image3D
domain_of:
- Image
- RefinementParameters
range: QuantityValue
inlined: true
dimensions_x:
name: dimensions_x
description: Image width, typically specified in pixels. Data providers may specify
alternative units by including the unit in the QuantityValue.
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: dimensions_x
owner: Image3D
domain_of:
- Image
range: QuantityValue
inlined: true
dimensions_y:
name: dimensions_y
description: Image height, typically specified in pixels. Data providers may specify
alternative units by including the unit in the QuantityValue.
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: dimensions_y
owner: Image3D
domain_of:
- Image
range: QuantityValue
inlined: true
exposure_time:
name: exposure_time
description: Exposure time, typically specified in seconds. Data providers may
specify alternative units by including the unit in the QuantityValue.
from_schema: https://w3id.org/lambda-ber-schema/
alias: exposure_time
owner: Image3D
domain_of:
- ExperimentRun
- Image
- ExperimentalConditions
range: QuantityValue
inlined: true
dose:
name: dose
description: Electron dose in e-/Ų
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: dose
owner: Image3D
domain_of:
- Image
- Micrograph
range: QuantityValue
inlined: true
id:
name: id
description: Globally unique identifier as an IRI or CURIE for machine processing
and external references. Used for linking data across systems and semantic web
integration.
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
identifier: true
alias: id
owner: Image3D
domain_of:
- NamedThing
- Attribute
range: uriorcurie
required: true
title:
name: title
description: A human-readable name or title for this entity
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
slot_uri: dcterms:title
alias: title
owner: Image3D
domain_of:
- NamedThing
range: string
description:
name: description
description: A detailed textual description of this entity
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: description
owner: Image3D
domain_of:
- NamedThing
- AttributeGroup
range: string