Skip to content

Term: time since last wash (time_since_last_wash)

Specification of the time since last wash

URI: MIXS:0000943

Applicable Checklists and Extensions

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

Name Description Checklist/Extension
HumanSkin A collection of terms appropriate when collecting samples and sequencing samp... 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
P1D

LinkML Source

name: time_since_last_wash
description: Specification of the time since last wash
title: time since last wash
examples:
- value: P1D
from_schema: https://w3id.org/mixs
keywords:
- time
slot_uri: MIXS:0000943
alias: time_since_last_wash
domain_of:
- HumanSkin
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