Slot: collection date (collection_date)
'The date of sampling as an instance. Format: YYYY-MM-DD. Also valid if entire collection date is unknown is just year (YYYY) or just year and month
(YYYY-MM)'
URI: basalt_schema:collection_date Alias: collection_date
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| AMP2UserSample | A user-submitted microbial sample for AMP2 workflows | yes |
| MixedCultureSamplingActivity | Collection of samples from a mixed culture | no |
| SoilSamplingActivity | Collection of soil samples from the environment | no |
| FieldDeployedTerraformSamplingActivity | Collection of samples from a field-deployed Terraform device | no |
| SamplingActivity | An activity that involves the collection of a sample | no |
| OtherUndescribedSamplingActivity | Collection of samples from source that does not fit into any of the other cat... | no |
| PureCultureSamplingActivity | Collection of samples from a culture containing a single organism | no |
| WaterSamplingActivity | Collection of water samples | no |
| PlantSamplingActivity | Collection of samples associated with plants | no |
| CommerciallyPurchasedSamplingActivity | Collection of samples that were purchased by the user | no |
| AerosolSamplingActivity | A sampling activity where aerosol samples were collected | no |
| AerosolArmSamplingActivity | A sampling activity where aerosol samples were collected by ARM | no |
| CultureEnvironmentalSamplingActivity | Collection of samples from a culture of organisms taken from the environment | no |
| SedimentSamplingActivity | Collection of sediment samples from the environment | no |
| SynthesizedMaterialSamplingActivity | Collection of samples of a synthesized material | no |
| EngineeredStrainSamplingActivity | Collection of samples from a culture of an engineered organism | no |
| MonetSoilSamplingActivity | Collection of soil cores according to the MONet soil sampling protocol | no |
| TerraformSamplingActivity | Collection of samples from a Terraform device | no |
Properties
Type and Range
| Property | Value |
|---|---|
| Range | Date |
| Domain Of | AMP2UserSample, SamplingActivity |
Cardinality and Requirements
| Property | Value |
|---|---|
| ### Value Constraints |
| Property | Value |
|---|---|
| Regex Pattern | ^[12]\d{3}(?:(?:-(?:0[1-9]|1[0-2]))(?:-(?:0[1-9]|[12]\d|3[01]))?)?$ |
Identifier and Mapping Information
Schema Source
- from schema: https://EMSL-Computing.github.io/BASALT-Schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | basalt_schema:collection_date |
| native | basalt_schema:collection_date |
LinkML Source
name: collection_date
description: '''The date of sampling as an instance. Format: YYYY-MM-DD. Also valid
if entire collection date is unknown is just year (YYYY) or just year and month
(YYYY-MM)'''
title: collection date
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: collection_date
domain_of:
- AMP2UserSample
- SamplingActivity
range: date
pattern: ^[12]\d{3}(?:(?:-(?:0[1-9]|1[0-2]))(?:-(?:0[1-9]|[12]\d|3[01]))?)?$