Skip to content

Term: timepoint (timepoint)

Time point at which a sample or observation is made or taken from a biomaterial as measured from some reference point. Indicate the timepoint written in ISO 8601 format

URI: MIXS:0001173

Applicable Checklists and Extensions

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

Name Description Checklist/Extension
FoodFoodProductionFacility 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
FoodAnimalAndAnimalFeed A collection of terms appropriate when collecting samples and performing sequ... Extension
FoodFarmEnvironment 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
PT24H

Annotations

  • Preferred_unit: hours or days

LinkML Source

name: timepoint
annotations:
  Preferred_unit:
    tag: Preferred_unit
    value: hours or days
description: Time point at which a sample or observation is made or taken from a biomaterial
  as measured from some reference point. Indicate the timepoint written in ISO 8601
  format
title: timepoint
examples:
- value: PT24H
from_schema: https://w3id.org/mixs
keywords:
- time
slot_uri: MIXS:0001173
alias: timepoint
domain_of:
- FoodAnimalAndAnimalFeed
- FoodFarmEnvironment
- 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