Slot: density (density)
Density of the sample, which is its mass per unit volume (aka volumetric mass density) (Unit: g/m3 or g/cm3)
URI: basalt_schema:density
Alias: density
Applicable Classes
| Name |
Description |
Modifies Slot |
| SedimentSample |
A sample of sediment collected from the environment |
no |
| WaterSample |
A sample of water collected from the environment |
no |
| OtherUndescribedSample |
A sample that does not fit into any of the other described sample types |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| ### Value Constraints |
|
| Property |
Value |
| Regex Pattern |
^\d+(\.\d+)?\s*(g/m3|g/cm3)$ |
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
basalt_schema:density |
| native |
basalt_schema:density |
LinkML Source
name: density
description: 'Density of the sample, which is its mass per unit volume (aka volumetric
mass density) (Unit: g/m3 or g/cm3)'
title: density
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: density
domain_of:
- OtherUndescribedSample
- SedimentSample
- WaterSample
range: string
pattern: ^\d+(\.\d+)?\s*(g/m3|g/cm3)$