Skip to content

Term: sample transport duration (samp_transport_dur)

The duration of time from when the sample was collected until processed. Indicate the duration for which the sample was stored written in ISO 8601 format

URI: MIXS:0001231

Applicable Checklists and Extensions

NOTE: does not include Combinations (of checklists and extensions) that use samp_transport_dur.

Name Description Checklist/Extension
FoodFoodProductionFacility A collection of terms appropriate when collecting samples and performing sequ... Extension
FoodAnimalAndAnimalFeed A collection of terms appropriate when collecting samples and performing sequ... Extension
FoodHumanFoods A collection of terms appropriate when collecting samples and performing sequ... Extension

Properties

  • Range: String
  • Cardinality: 0..1

  • Structured pattern: ^{duration}$

  • Regex pattern: ^P(?:(?:\d+D|\d+M(?:\d+D)?|\d+Y(?:\d+M(?:\d+D)?)?)(?:T(?:\d+H(?:\d+M(?:\d+S)?)?|\d+M(?:\d+S)?|\d+S))?|T(?:\d+H(?:\d+M(?:\d+S)?)?|\d+M(?:\d+S)?|\d+S)|\d+W)$

Examples

Value
P10D

Annotations

  • Preferred_unit: days

LinkML Source

name: samp_transport_dur
annotations:
  Preferred_unit:
    tag: Preferred_unit
    value: days
description: The duration of time from when the sample was collected until processed.
  Indicate the duration for which the sample was stored written in ISO 8601 format
title: sample transport duration
examples:
- value: P10D
from_schema: https://w3id.org/mixs
keywords:
- duration
- period
- sample
- transport
slot_uri: MIXS:0001231
alias: samp_transport_dur
domain_of:
- FoodAnimalAndAnimalFeed
- FoodFoodProductionFacility
- FoodHumanFoods
range: string
pattern: ^P(?:(?:\d+D|\d+M(?:\d+D)?|\d+Y(?:\d+M(?:\d+D)?)?)(?:T(?:\d+H(?:\d+M(?:\d+S)?)?|\d+M(?:\d+S)?|\d+S))?|T(?:\d+H(?:\d+M(?:\d+S)?)?|\d+M(?:\d+S)?|\d+S)|\d+W)$
structured_pattern:
  syntax: ^{duration}$
  interpolated: true
  partial_match: true