Class: TomographyProduct
Soil tomography analysis product, typically derived via X-ray computed tomography (XCT) or similar instrument.
One row per sample with columns for pore structure metrics and QC flag.
URI: basalt_schema:TomographyProduct
classDiagram
class TomographyProduct
click TomographyProduct href "../TomographyProduct/"
ProcessedData <|-- TomographyProduct
click ProcessedData href "../ProcessedData/"
TomographyProduct : connected_pores
TomographyProduct : core_section
TomographyProduct --> "0..1" CoreSectionEnum : core_section
click CoreSectionEnum href "../CoreSectionEnum/"
TomographyProduct : description
TomographyProduct : filesize
TomographyProduct : flag_xct
TomographyProduct : flow_rate_x
TomographyProduct : flow_rate_y
TomographyProduct : flow_rate_z
TomographyProduct : id
TomographyProduct : lims_barcode
TomographyProduct : md5checksum
TomographyProduct : measure_type
TomographyProduct --> "0..1" ProductMeasureType : measure_type
click ProductMeasureType href "../ProductMeasureType/"
TomographyProduct : name
TomographyProduct : permeability_x
TomographyProduct : permeability_y
TomographyProduct : permeability_z
TomographyProduct : pore_diameter_max
TomographyProduct : pore_diameter_mean
TomographyProduct : pore_diameter_median
TomographyProduct : pore_diameter_min
TomographyProduct : pore_diameter_variance
TomographyProduct : pore_volume_mean
TomographyProduct : project
TomographyProduct : roi_volume_voxel
TomographyProduct : s3_base_url
TomographyProduct : s3_bucket
TomographyProduct : s3_key
TomographyProduct : sample_id
TomographyProduct --> "0..1" Sample : sample_id
click Sample href "../Sample/"
TomographyProduct : sample_name
TomographyProduct : sampling_set
TomographyProduct : summary_metrics
TomographyProduct : tortuosity_x
TomographyProduct : tortuosity_y
TomographyProduct : tortuosity_z
TomographyProduct : total_pore_volume
TomographyProduct : voxel_size
Inheritance
- DataProduct
- ProcessedData
- TomographyProduct
- ProcessedData
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| measure_type | 0..1 ProductMeasureType |
Whether the measurement recorded is a single measurement, one of a set of re... | direct |
| roi_volume_voxel | 0..1 Double |
direct | |
| voxel_size | 0..1 Double |
direct | |
| connected_pores | 0..1 Double |
direct | |
| pore_diameter_min | 0..1 Double |
direct | |
| pore_diameter_max | 0..1 Double |
direct | |
| pore_diameter_mean | 0..1 Double |
direct | |
| pore_diameter_median | 0..1 Double |
direct | |
| pore_diameter_variance | 0..1 Double |
direct | |
| pore_volume_mean | 0..1 Double |
direct | |
| total_pore_volume | 0..1 Double |
direct | |
| permeability_x | 0..1 Double |
direct | |
| flow_rate_x | 0..1 Double |
direct | |
| tortuosity_x | 0..1 Double |
direct | |
| permeability_y | 0..1 Double |
direct | |
| flow_rate_y | 0..1 Double |
direct | |
| tortuosity_y | 0..1 Double |
direct | |
| permeability_z | 0..1 Double |
direct | |
| flow_rate_z | 0..1 Double |
direct | |
| tortuosity_z | 0..1 Double |
direct | |
| flag_xct | 0..1 String |
direct | |
| summary_metrics | 0..1 String |
Lightweight per-product summary for common queries that avoid full file downl... | ProcessedData |
| lims_barcode | 0..1 String |
LIMS barcode identifier | ProcessedData |
| sample_id | 0..1 Sample |
Link back to the originating sample | ProcessedData |
| name | 1 String |
Human-readable name for the entity or activity | DataProduct |
| description | 0..1 String |
Human-readable description for the entity or activity | DataProduct |
| project | 0..1 Integer |
Identifier for the user project associated with the entity or activity | DataProduct |
| sampling_set | 0..1 Integer |
Sampling set number for grouping related samples collected together | DataProduct |
| core_section | 0..1 CoreSectionEnum |
The section of the core | DataProduct |
| sample_name | 0..1 String |
The name or label that is present on the shipped sample | DataProduct |
| s3_base_url | 0..1 String |
DataProduct | |
| s3_bucket | 0..1 String |
DataProduct | |
| s3_key | 1 String |
MinIO/S3 object key; required for all data products | DataProduct |
| filesize | 0..1 Integer |
Size of the file in bytes | DataProduct |
| md5checksum | 0..1 String |
DataProduct | |
| id | 1 Uuid |
DataProduct |
Identifier and Mapping Information
Schema Source
- from schema: https://EMSL-Computing.github.io/BASALT-Schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | basalt_schema:TomographyProduct |
| native | basalt_schema:TomographyProduct |
LinkML Source
Direct
name: TomographyProduct
description: 'Soil tomography analysis product, typically derived via X-ray computed
tomography (XCT) or similar instrument.
One row per sample with columns for pore structure metrics and QC flag.'
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
is_a: ProcessedData
slots:
- measure_type
attributes:
roi_volume_voxel:
name: roi_volume_voxel
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
voxel_size:
name: voxel_size
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
connected_pores:
name: connected_pores
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
pore_diameter_min:
name: pore_diameter_min
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
pore_diameter_max:
name: pore_diameter_max
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
pore_diameter_mean:
name: pore_diameter_mean
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
pore_diameter_median:
name: pore_diameter_median
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
pore_diameter_variance:
name: pore_diameter_variance
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
pore_volume_mean:
name: pore_volume_mean
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
total_pore_volume:
name: total_pore_volume
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
permeability_x:
name: permeability_x
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
flow_rate_x:
name: flow_rate_x
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
tortuosity_x:
name: tortuosity_x
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
permeability_y:
name: permeability_y
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
flow_rate_y:
name: flow_rate_y
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
tortuosity_y:
name: tortuosity_y
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
permeability_z:
name: permeability_z
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
flow_rate_z:
name: flow_rate_z
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
tortuosity_z:
name: tortuosity_z
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: double
flag_xct:
name: flag_xct
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
domain_of:
- TomographyProduct
range: string
Induced
name: TomographyProduct
description: 'Soil tomography analysis product, typically derived via X-ray computed
tomography (XCT) or similar instrument.
One row per sample with columns for pore structure metrics and QC flag.'
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
is_a: ProcessedData
attributes:
roi_volume_voxel:
name: roi_volume_voxel
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: roi_volume_voxel
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
voxel_size:
name: voxel_size
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: voxel_size
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
connected_pores:
name: connected_pores
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: connected_pores
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
pore_diameter_min:
name: pore_diameter_min
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: pore_diameter_min
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
pore_diameter_max:
name: pore_diameter_max
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: pore_diameter_max
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
pore_diameter_mean:
name: pore_diameter_mean
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: pore_diameter_mean
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
pore_diameter_median:
name: pore_diameter_median
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: pore_diameter_median
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
pore_diameter_variance:
name: pore_diameter_variance
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: pore_diameter_variance
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
pore_volume_mean:
name: pore_volume_mean
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: pore_volume_mean
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
total_pore_volume:
name: total_pore_volume
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: total_pore_volume
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
permeability_x:
name: permeability_x
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: permeability_x
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
flow_rate_x:
name: flow_rate_x
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: flow_rate_x
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
tortuosity_x:
name: tortuosity_x
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: tortuosity_x
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
permeability_y:
name: permeability_y
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: permeability_y
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
flow_rate_y:
name: flow_rate_y
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: flow_rate_y
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
tortuosity_y:
name: tortuosity_y
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: tortuosity_y
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
permeability_z:
name: permeability_z
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: permeability_z
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
flow_rate_z:
name: flow_rate_z
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: flow_rate_z
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
tortuosity_z:
name: tortuosity_z
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: tortuosity_z
owner: TomographyProduct
domain_of:
- TomographyProduct
range: double
flag_xct:
name: flag_xct
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/products
rank: 1000
alias: flag_xct
owner: TomographyProduct
domain_of:
- TomographyProduct
range: string
measure_type:
name: measure_type
description: Whether the measurement recorded is a single measurement, one of
a set of replicate measurements, or an average of several replicate measurements.
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: measure_type
owner: TomographyProduct
domain_of:
- BulkDensityProduct
- ElementalAnalysisProduct
- EnzymeProduct
- GWCMoistureProduct
- HydraulicPropertiesProduct
- IonsAnalysisProduct
- MAOMProduct
- MicrobialBiomassProduct
- NitrogenAnalysisProduct
- PhosphorusAnalysisProduct
- RespirationProduct
- TextureProduct
- TomographyProduct
- WEOMProduct
- pHProduct
- XRFElementalProduct
- XRDPhaseProduct
range: ProductMeasureType
summary_metrics:
name: summary_metrics
description: "Lightweight per-product summary for common queries that avoid full\
\ file download.\nDirection: structured key-value pairs; per-type schemas TBD:\n\
\ ecoplate: well-level absorbance summaries (position, timepoint, absorbance)\n\
\ xrf: per-element concentration results + QC flag\n lcms: feature\
\ count, identification count, MSI-2 fraction\nInterim DB storage: JSONB column\
\ retained until formal typed class exists."
todos:
- make this inined/multivalued?
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: summary_metrics
owner: TomographyProduct
domain_of:
- ProcessedData
range: string
required: false
lims_barcode:
name: lims_barcode
description: LIMS barcode identifier
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: lims_barcode
owner: TomographyProduct
domain_of:
- ProcessedData
- Sample
range: string
required: false
sample_id:
name: sample_id
description: Link back to the originating sample
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: sample_id
owner: TomographyProduct
domain_of:
- ProcessedData
- AMP2WellMetadata
- MetagenomicsProduct
range: Sample
required: false
name:
name: name
description: Human-readable name for the entity or activity.
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: name
owner: TomographyProduct
domain_of:
- Activity
- Entity
- DataProduct
- DataGenerationActivity
- Instrument
- OntologyClass
- ContainerAxis
- Configuration
- MobilePhaseSegment
- MassSpectrometryStandardRun
- PurchasedMaterial
- LabProcessingActivity
- organism
- Site
- Sample
- SamplingActivity
- SoilSamplingActivity
- Study
- SoftwareControlledTermValue
range: string
required: true
description:
name: description
description: Human-readable description for the entity or activity
title: description
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: description
owner: TomographyProduct
domain_of:
- Activity
- Entity
- DataProduct
- DataGenerationActivity
- DataProcessingActivity
- OntologyClass
- ContainerType
- LabDevice
- Configuration
- MassSpectrometryStandardRun
- PurchasedMaterial
- LabProcessingActivity
- organism
- Site
- Sample
- SamplingActivity
- SoilSamplingActivity
- Study
- TimestampValue
- TextValue
- SoftwareControlledTermValue
- ControlledTermValue
- QuantityValue
range: string
project:
name: project
description: 'Identifier for the user project associated with the entity or activity. '
title: Project
todos:
- should this be an ID? CURIE can use the one NMDC has https://bioregistry.io/reference/emsl.project:60141
where emsl.project is the CURIE prefix
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
aliases:
- study
- study_id
- project_id
- proposal
- proposal_id
rank: 1000
alias: project
owner: TomographyProduct
domain_of:
- DataProduct
- AerosolArmSample
- AerosolSample
- CommerciallyPurchasedSample
- CultureEnvironmentalSample
- FieldDeployedTerraformSample
- MixedCultureSample
- MonetSoilSample
- OtherUndescribedSample
- PlantSample
- PureCultureSample
- SedimentSample
- SoilSample
- SynthesizedMaterialSample
- TerraformSample
- WaterSample
- SamplingActivity
range: integer
sampling_set:
name: sampling_set
description: 'Sampling set number for grouping related samples collected together.
This is a user-defined sequential integer that can be used to link samples collected
in the same sampling event or campaign.'
title: sampling set
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: sampling_set
owner: TomographyProduct
domain_of:
- DataProduct
- MonetSoilSample
range: integer
core_section:
name: core_section
description: The section of the core.
title: core section
examples:
- value: TOP
- value: MID
- value: BTM
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: core_section
owner: TomographyProduct
domain_of:
- DataProduct
- CoreSection
range: CoreSectionEnum
sample_name:
name: sample_name
description: 'The name or label that is present on the shipped sample. This should
be a human readable name.'
title: sample name
notes:
- This is typically an alias for the inherited 'name' slot on Sample classes.
Defined separately for compatibility with source data files using 'sample_name'
column headers.
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
aliases:
- samp_name
rank: 1000
alias: sample_name
owner: TomographyProduct
domain_of:
- DataProduct
- AerosolArmSample
- AerosolSample
- CommerciallyPurchasedSample
- CultureEnvironmentalSample
- FieldDeployedTerraformSample
- MixedCultureSample
- MonetSoilSample
- OtherUndescribedSample
- PlantSample
- PureCultureSample
- SedimentSample
- SoilSample
- SynthesizedMaterialSample
- TerraformSample
- WaterSample
range: string
s3_base_url:
name: s3_base_url
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: s3_base_url
owner: TomographyProduct
domain_of:
- DataProduct
range: string
s3_bucket:
name: s3_bucket
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: s3_bucket
owner: TomographyProduct
domain_of:
- DataProduct
range: string
s3_key:
name: s3_key
description: MinIO/S3 object key; required for all data products
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: s3_key
owner: TomographyProduct
domain_of:
- DataProduct
range: string
required: true
filesize:
name: filesize
description: Size of the file in bytes
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: filesize
owner: TomographyProduct
domain_of:
- DataProduct
range: integer
md5checksum:
name: md5checksum
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: md5checksum
owner: TomographyProduct
domain_of:
- DataProduct
range: string
id:
name: id
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
identifier: true
alias: id
owner: TomographyProduct
domain_of:
- Activity
- Entity
- DataProduct
- DataGenerationActivity
- DataProcessingActivity
- AlternativeIdentifier
- FunctionalAnnotationIdentifier
- Instrument
- OntologyClass
- ContainerType
- Custodian
- InstrumentAlternativeIdentifier
- LabDevice
- SampleProcessing
- ProcessingSampleLink
- Configuration
- MobilePhaseSegment
- MassSpectrometryStandardRun
- PurchasedMaterial
- LabProcessingActivity
- organism
- MAOMProduct
- WEOMProduct
- Site
- Sample
- AerosolArmSample
- AerosolSample
- AMP2UserSample
- CommerciallyPurchasedSample
- CultureEnvironmentalSample
- EngineeredStrainSample
- FieldDeployedTerraformSample
- MixedCultureSample
- MonetSoilSample
- OtherUndescribedSample
- PlantSample
- PureCultureSample
- SedimentSample
- SoilSample
- SynthesizedMaterialSample
- TerraformSample
- WaterSample
- ProcessedSample
- CoreSection
- SamplingActivity
- AerosolArmSamplingActivity
- AerosolSamplingActivity
- CommerciallyPurchasedSamplingActivity
- CultureEnvironmentalSamplingActivity
- EngineeredStrainSamplingActivity
- FieldDeployedTerraformSamplingActivity
- MixedCultureSamplingActivity
- MonetSoilSamplingActivity
- OtherUndescribedSamplingActivity
- PlantSamplingActivity
- PureCultureSamplingActivity
- SedimentSamplingActivity
- SoilSamplingActivity
- SynthesizedMaterialSamplingActivity
- TerraformSamplingActivity
- WaterSamplingActivity
- Study
- ProjectParticipant
- TimestampValue
- TextValue
- SoftwareControlledTermValue
- ControlledTermValue
- PersonValue
- QuantityValue
- ConditioningValue
- zipDownload
range: uuid
required: true