Class: DataCollectionStrategy
Strategy for data collection
URI: lambda:DataCollectionStrategy
classDiagram
class DataCollectionStrategy
click DataCollectionStrategy href "../DataCollectionStrategy/"
AttributeGroup <|-- DataCollectionStrategy
click AttributeGroup href "../AttributeGroup/"
DataCollectionStrategy : attenuator
DataCollectionStrategy : beam_center_pixels
DataCollectionStrategy --> "0..1" BeamCenterPixels : beam_center_pixels
click BeamCenterPixels href "../BeamCenterPixels/"
DataCollectionStrategy : beam_center_x_px
DataCollectionStrategy --> "0..1" QuantityValue : beam_center_x_px
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : beam_center_y_px
DataCollectionStrategy --> "0..1" QuantityValue : beam_center_y_px
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : beam_size_um
DataCollectionStrategy --> "0..1" QuantityValue : beam_size_um
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : collection_mode
DataCollectionStrategy --> "0..1" CollectionModeEnum : collection_mode
click CollectionModeEnum href "../CollectionModeEnum/"
DataCollectionStrategy : description
DataCollectionStrategy : detector_distance_mm
DataCollectionStrategy --> "0..1" QuantityValue : detector_distance_mm
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : detector_mode
DataCollectionStrategy --> "0..1" DetectorModeEnum : detector_mode
click DetectorModeEnum href "../DetectorModeEnum/"
DataCollectionStrategy : dose_per_frame
DataCollectionStrategy --> "0..1" QuantityValue : dose_per_frame
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : energy
DataCollectionStrategy --> "0..1" QuantityValue : energy
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : exposure_time
DataCollectionStrategy --> "0..1" QuantityValue : exposure_time
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : flux_photons_per_s
DataCollectionStrategy --> "0..1" QuantityValue : flux_photons_per_s
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : frame_rate
DataCollectionStrategy --> "0..1" QuantityValue : frame_rate
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : oscillation_per_image_deg
DataCollectionStrategy --> "0..1" QuantityValue : oscillation_per_image_deg
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : pixel_size_calibrated
DataCollectionStrategy --> "0..1" QuantityValue : pixel_size_calibrated
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : strategy_notes
DataCollectionStrategy : sweep_end
DataCollectionStrategy --> "0..1" QuantityValue : sweep_end
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : sweep_start
DataCollectionStrategy --> "0..1" QuantityValue : sweep_start
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : temperature_k
DataCollectionStrategy --> "0..1" QuantityValue : temperature_k
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : total_dose
DataCollectionStrategy --> "0..1" QuantityValue : total_dose
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : total_frames
DataCollectionStrategy --> "0..1" QuantityValue : total_frames
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : total_rotation_deg
DataCollectionStrategy --> "0..1" QuantityValue : total_rotation_deg
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : transmission_percent
DataCollectionStrategy --> "0..1" QuantityValue : transmission_percent
click QuantityValue href "../QuantityValue/"
DataCollectionStrategy : wavelength_a
DataCollectionStrategy --> "0..1" QuantityValue : wavelength_a
click QuantityValue href "../QuantityValue/"
Inheritance
- AttributeGroup
- DataCollectionStrategy
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| collection_mode | 0..1 CollectionModeEnum |
Mode of data collection | direct |
| total_frames | 0..1 QuantityValue |
Total number of frames/images | direct |
| frame_rate | 0..1 QuantityValue |
Frame rate, typically specified in frames per second | direct |
| total_dose | 0..1 QuantityValue |
Total electron dose for cryo-EM, typically specified in electrons per Angstro... | direct |
| dose_per_frame | 0..1 QuantityValue |
Dose per frame, typically specified in electrons per Angstrom squared (e⁻/Ų) | direct |
| wavelength_a | 0..1 QuantityValue |
X-ray wavelength, typically specified in Angstroms | direct |
| detector_mode | 0..1 DetectorModeEnum |
Detector operating mode used during this experiment | direct |
| pixel_size_calibrated | 0..1 QuantityValue |
Calibrated pixel size for this experiment, typically specified in Angstroms (... | direct |
| detector_distance_mm | 0..1 QuantityValue |
Detector distance, typically specified in millimeters | direct |
| beam_center_x_px | 0..1 QuantityValue |
Beam center X coordinate in pixels | direct |
| beam_center_y_px | 0..1 QuantityValue |
Beam center Y coordinate in pixels | direct |
| beam_center_pixels | 0..1 BeamCenterPixels |
Combined beam center pixel coordinates as reported by systems such as NSLS-II... | direct |
| beam_size_um | 0..1 QuantityValue |
Beam size, typically specified in micrometers | direct |
| energy | 0..1 QuantityValue |
X-ray beam energy for this data collection strategy | direct |
| flux_photons_per_s | 0..1 QuantityValue |
Photon flux, typically specified in photons per second | direct |
| transmission_percent | 0..1 QuantityValue |
Beam transmission, typically specified as a percentage (0-100) | direct |
| attenuator | 0..1 String |
Attenuator setting used | direct |
| temperature_k | 0..1 QuantityValue |
Data collection temperature, typically specified in Kelvin | direct |
| oscillation_per_image_deg | 0..1 QuantityValue |
Oscillation angle per image, typically specified in degrees | direct |
| sweep_start | 0..1 QuantityValue |
Starting angle of an X-ray oscillation sweep, typically specified in degrees | direct |
| sweep_end | 0..1 QuantityValue |
Ending angle of an X-ray oscillation sweep, typically specified in degrees | direct |
| total_rotation_deg | 0..1 QuantityValue |
Total rotation range, typically specified in degrees | direct |
| exposure_time | 0..1 QuantityValue |
Exposure time per image, typically specified in seconds | direct |
| strategy_notes | 0..1 String |
Notes about data collection strategy | direct |
| description | 0..1 String |
AttributeGroup |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ExperimentRun | data_collection_strategy | range | DataCollectionStrategy |
Identifier and Mapping Information
Schema Source
- from schema: http://w3id.org/lambda/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | lambda:DataCollectionStrategy |
| native | lambda:DataCollectionStrategy |
LinkML Source
Direct
name: DataCollectionStrategy
description: Strategy for data collection
from_schema: http://w3id.org/lambda/
is_a: AttributeGroup
attributes:
collection_mode:
name: collection_mode
description: Mode of data collection
from_schema: http://w3id.org/lambda/
rank: 1000
domain_of:
- DataCollectionStrategy
range: CollectionModeEnum
total_frames:
name: total_frames
description: Total number of frames/images
from_schema: http://w3id.org/lambda/
rank: 1000
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
frame_rate:
name: frame_rate
description: Frame rate, typically specified in frames per second. Data providers
may specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
rank: 1000
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
total_dose:
name: total_dose
description: Total electron dose for cryo-EM, typically specified in electrons
per Angstrom squared (e⁻/Ų). Data providers may specify alternative units by
including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
domain_of:
- ExperimentRun
- DataCollectionStrategy
range: QuantityValue
inlined: true
dose_per_frame:
name: dose_per_frame
description: Dose per frame, typically specified in electrons per Angstrom squared
(e⁻/Ų). Data providers may specify alternative units by including the unit
in the QuantityValue.
from_schema: http://w3id.org/lambda/
domain_of:
- Movie
- DataCollectionStrategy
range: QuantityValue
inlined: true
wavelength_a:
name: wavelength_a
description: X-ray wavelength, typically specified in Angstroms. Data providers
may specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
aliases:
- wavelength
exact_mappings:
- mmCIF:_diffrn_radiation_wavelength.wavelength
rank: 1000
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
detector_mode:
name: detector_mode
description: Detector operating mode used during this experiment
comments:
- 'For cryo-EM: counting, integrating, or super_resolution'
- Detector technology, manufacturer, and model are specified in the Instrument
from_schema: http://w3id.org/lambda/
domain_of:
- CryoEMInstrument
- DataCollectionStrategy
range: DetectorModeEnum
pixel_size_calibrated:
name: pixel_size_calibrated
description: Calibrated pixel size for this experiment, typically specified in
Angstroms (Å) per pixel. Data providers may specify alternative units by including
the unit in the QuantityValue.
comments:
- 'For cryo-EM: depends on magnification (Å/pixel)'
- 'For X-ray: typically mm/pixel or µm/pixel'
- Physical pixel size is hardware spec stored in Instrument
from_schema: http://w3id.org/lambda/
exact_mappings:
- mmCIF:_em_image_recording.calibrated_pixel_size
rank: 1000
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
detector_distance_mm:
name: detector_distance_mm
description: Detector distance, typically specified in millimeters. Data providers
may specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
aliases:
- detector_distance
exact_mappings:
- mmCIF:_diffrn_detector.distance
rank: 1000
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
beam_center_x_px:
name: beam_center_x_px
description: Beam center X coordinate in pixels
from_schema: http://w3id.org/lambda/
exact_mappings:
- mmCIF:_diffrn_detector.beam_center_x
rank: 1000
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
beam_center_y_px:
name: beam_center_y_px
description: Beam center Y coordinate in pixels
from_schema: http://w3id.org/lambda/
exact_mappings:
- mmCIF:_diffrn_detector.beam_center_y
rank: 1000
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
beam_center_pixels:
name: beam_center_pixels
description: Combined beam center pixel coordinates as reported by systems such
as NSLS-II AMX. Use beam_center_x_px and beam_center_y_px when coordinates are
represented as separate strategy values.
from_schema: http://w3id.org/lambda/
aliases:
- beam_center
domain_of:
- ExperimentRun
- DataCollectionStrategy
range: BeamCenterPixels
inlined: true
beam_size_um:
name: beam_size_um
description: Beam size, typically specified in micrometers. Data providers may
specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
rank: 1000
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
energy:
name: energy
description: X-ray beam energy for this data collection strategy. Data providers
may specify eV, keV, or another appropriate energy unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
aliases:
- beam_energy
exact_mappings:
- nsls2:Energy
domain_of:
- SANSSource
- ExperimentRun
- DataCollectionStrategy
range: QuantityValue
inlined: true
flux_photons_per_s:
name: flux_photons_per_s
description: Photon flux, typically specified in photons per second. Data providers
may specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
exact_mappings:
- mmCIF:_diffrn_source.pdbx_flux
rank: 1000
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
transmission_percent:
name: transmission_percent
description: Beam transmission, typically specified as a percentage (0-100). Data
providers may specify as decimal fraction by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
aliases:
- attenuation
rank: 1000
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
attenuator:
name: attenuator
description: Attenuator setting used
from_schema: http://w3id.org/lambda/
domain_of:
- SANSConfiguration
- DataCollectionStrategy
temperature_k:
name: temperature_k
description: Data collection temperature, typically specified in Kelvin. Data
providers may specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
exact_mappings:
- mmCIF:_diffrn.ambient_temp
rank: 1000
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
oscillation_per_image_deg:
name: oscillation_per_image_deg
description: Oscillation angle per image, typically specified in degrees. Data
providers may specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
aliases:
- oscillation_width
exact_mappings:
- mmCIF:_diffrn_scan.angle_increment
rank: 1000
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
sweep_start:
name: sweep_start
description: Starting angle of an X-ray oscillation sweep, typically specified
in degrees.
from_schema: http://w3id.org/lambda/
exact_mappings:
- mmCIF:_diffrn_scan_axis.angle_start
domain_of:
- ExperimentRun
- DataCollectionStrategy
range: QuantityValue
inlined: true
sweep_end:
name: sweep_end
description: Ending angle of an X-ray oscillation sweep, typically specified in
degrees.
from_schema: http://w3id.org/lambda/
domain_of:
- ExperimentRun
- DataCollectionStrategy
range: QuantityValue
inlined: true
total_rotation_deg:
name: total_rotation_deg
description: Total rotation range, typically specified in degrees. Data providers
may specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
exact_mappings:
- mmCIF:_diffrn_scan_axis.angle_range
rank: 1000
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
exposure_time:
name: exposure_time
description: Exposure time per image, typically specified in seconds. Data providers
may specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
exact_mappings:
- nsls2:Exposure_time
- ispyb:DataCollection.exposureTime
domain_of:
- ExperimentRun
- Image
- ExperimentalConditions
- DataCollectionStrategy
range: QuantityValue
inlined: true
strategy_notes:
name: strategy_notes
description: Notes about data collection strategy
from_schema: http://w3id.org/lambda/
rank: 1000
domain_of:
- DataCollectionStrategy
Induced
name: DataCollectionStrategy
description: Strategy for data collection
from_schema: http://w3id.org/lambda/
is_a: AttributeGroup
attributes:
collection_mode:
name: collection_mode
description: Mode of data collection
from_schema: http://w3id.org/lambda/
rank: 1000
alias: collection_mode
owner: DataCollectionStrategy
domain_of:
- DataCollectionStrategy
range: CollectionModeEnum
total_frames:
name: total_frames
description: Total number of frames/images
from_schema: http://w3id.org/lambda/
rank: 1000
alias: total_frames
owner: DataCollectionStrategy
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
frame_rate:
name: frame_rate
description: Frame rate, typically specified in frames per second. Data providers
may specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
rank: 1000
alias: frame_rate
owner: DataCollectionStrategy
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
total_dose:
name: total_dose
description: Total electron dose for cryo-EM, typically specified in electrons
per Angstrom squared (e⁻/Ų). Data providers may specify alternative units by
including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
alias: total_dose
owner: DataCollectionStrategy
domain_of:
- ExperimentRun
- DataCollectionStrategy
range: QuantityValue
inlined: true
dose_per_frame:
name: dose_per_frame
description: Dose per frame, typically specified in electrons per Angstrom squared
(e⁻/Ų). Data providers may specify alternative units by including the unit
in the QuantityValue.
from_schema: http://w3id.org/lambda/
alias: dose_per_frame
owner: DataCollectionStrategy
domain_of:
- Movie
- DataCollectionStrategy
range: QuantityValue
inlined: true
wavelength_a:
name: wavelength_a
description: X-ray wavelength, typically specified in Angstroms. Data providers
may specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
aliases:
- wavelength
exact_mappings:
- mmCIF:_diffrn_radiation_wavelength.wavelength
rank: 1000
alias: wavelength_a
owner: DataCollectionStrategy
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
detector_mode:
name: detector_mode
description: Detector operating mode used during this experiment
comments:
- 'For cryo-EM: counting, integrating, or super_resolution'
- Detector technology, manufacturer, and model are specified in the Instrument
from_schema: http://w3id.org/lambda/
alias: detector_mode
owner: DataCollectionStrategy
domain_of:
- CryoEMInstrument
- DataCollectionStrategy
range: DetectorModeEnum
pixel_size_calibrated:
name: pixel_size_calibrated
description: Calibrated pixel size for this experiment, typically specified in
Angstroms (Å) per pixel. Data providers may specify alternative units by including
the unit in the QuantityValue.
comments:
- 'For cryo-EM: depends on magnification (Å/pixel)'
- 'For X-ray: typically mm/pixel or µm/pixel'
- Physical pixel size is hardware spec stored in Instrument
from_schema: http://w3id.org/lambda/
exact_mappings:
- mmCIF:_em_image_recording.calibrated_pixel_size
rank: 1000
alias: pixel_size_calibrated
owner: DataCollectionStrategy
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
detector_distance_mm:
name: detector_distance_mm
description: Detector distance, typically specified in millimeters. Data providers
may specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
aliases:
- detector_distance
exact_mappings:
- mmCIF:_diffrn_detector.distance
rank: 1000
alias: detector_distance_mm
owner: DataCollectionStrategy
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
beam_center_x_px:
name: beam_center_x_px
description: Beam center X coordinate in pixels
from_schema: http://w3id.org/lambda/
exact_mappings:
- mmCIF:_diffrn_detector.beam_center_x
rank: 1000
alias: beam_center_x_px
owner: DataCollectionStrategy
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
beam_center_y_px:
name: beam_center_y_px
description: Beam center Y coordinate in pixels
from_schema: http://w3id.org/lambda/
exact_mappings:
- mmCIF:_diffrn_detector.beam_center_y
rank: 1000
alias: beam_center_y_px
owner: DataCollectionStrategy
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
beam_center_pixels:
name: beam_center_pixels
description: Combined beam center pixel coordinates as reported by systems such
as NSLS-II AMX. Use beam_center_x_px and beam_center_y_px when coordinates are
represented as separate strategy values.
from_schema: http://w3id.org/lambda/
aliases:
- beam_center
alias: beam_center_pixels
owner: DataCollectionStrategy
domain_of:
- ExperimentRun
- DataCollectionStrategy
range: BeamCenterPixels
inlined: true
beam_size_um:
name: beam_size_um
description: Beam size, typically specified in micrometers. Data providers may
specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
rank: 1000
alias: beam_size_um
owner: DataCollectionStrategy
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
energy:
name: energy
description: X-ray beam energy for this data collection strategy. Data providers
may specify eV, keV, or another appropriate energy unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
aliases:
- beam_energy
exact_mappings:
- nsls2:Energy
alias: energy
owner: DataCollectionStrategy
domain_of:
- SANSSource
- ExperimentRun
- DataCollectionStrategy
range: QuantityValue
inlined: true
flux_photons_per_s:
name: flux_photons_per_s
description: Photon flux, typically specified in photons per second. Data providers
may specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
exact_mappings:
- mmCIF:_diffrn_source.pdbx_flux
rank: 1000
alias: flux_photons_per_s
owner: DataCollectionStrategy
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
transmission_percent:
name: transmission_percent
description: Beam transmission, typically specified as a percentage (0-100). Data
providers may specify as decimal fraction by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
aliases:
- attenuation
rank: 1000
alias: transmission_percent
owner: DataCollectionStrategy
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
attenuator:
name: attenuator
description: Attenuator setting used
from_schema: http://w3id.org/lambda/
alias: attenuator
owner: DataCollectionStrategy
domain_of:
- SANSConfiguration
- DataCollectionStrategy
range: string
temperature_k:
name: temperature_k
description: Data collection temperature, typically specified in Kelvin. Data
providers may specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
exact_mappings:
- mmCIF:_diffrn.ambient_temp
rank: 1000
alias: temperature_k
owner: DataCollectionStrategy
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
oscillation_per_image_deg:
name: oscillation_per_image_deg
description: Oscillation angle per image, typically specified in degrees. Data
providers may specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
aliases:
- oscillation_width
exact_mappings:
- mmCIF:_diffrn_scan.angle_increment
rank: 1000
alias: oscillation_per_image_deg
owner: DataCollectionStrategy
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
sweep_start:
name: sweep_start
description: Starting angle of an X-ray oscillation sweep, typically specified
in degrees.
from_schema: http://w3id.org/lambda/
exact_mappings:
- mmCIF:_diffrn_scan_axis.angle_start
alias: sweep_start
owner: DataCollectionStrategy
domain_of:
- ExperimentRun
- DataCollectionStrategy
range: QuantityValue
inlined: true
sweep_end:
name: sweep_end
description: Ending angle of an X-ray oscillation sweep, typically specified in
degrees.
from_schema: http://w3id.org/lambda/
alias: sweep_end
owner: DataCollectionStrategy
domain_of:
- ExperimentRun
- DataCollectionStrategy
range: QuantityValue
inlined: true
total_rotation_deg:
name: total_rotation_deg
description: Total rotation range, typically specified in degrees. Data providers
may specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
exact_mappings:
- mmCIF:_diffrn_scan_axis.angle_range
rank: 1000
alias: total_rotation_deg
owner: DataCollectionStrategy
domain_of:
- DataCollectionStrategy
range: QuantityValue
inlined: true
exposure_time:
name: exposure_time
description: Exposure time per image, typically specified in seconds. Data providers
may specify alternative units by including the unit in the QuantityValue.
from_schema: http://w3id.org/lambda/
exact_mappings:
- nsls2:Exposure_time
- ispyb:DataCollection.exposureTime
alias: exposure_time
owner: DataCollectionStrategy
domain_of:
- ExperimentRun
- Image
- ExperimentalConditions
- DataCollectionStrategy
range: QuantityValue
inlined: true
strategy_notes:
name: strategy_notes
description: Notes about data collection strategy
from_schema: http://w3id.org/lambda/
rank: 1000
alias: strategy_notes
owner: DataCollectionStrategy
domain_of:
- DataCollectionStrategy
range: string
description:
name: description
from_schema: http://w3id.org/lambda/
alias: description
owner: DataCollectionStrategy
domain_of:
- NamedThing
- AttributeGroup
range: string