Skip to content

Term: occupancy at sampling (occup_samp)

Number of occupants present at time of sample within the given space

URI: MIXS:0000772

Applicable Checklists and Extensions

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

Name Description Checklist/Extension
BuiltEnvironment A collection of terms appropriate when collecting samples and sequencing samp... Extension

Properties

  • Range: Float
  • Cardinality: 1..1

  • Structured pattern: ^{integer} {text}$

  • Regex pattern: ^[1-9][0-9]* ([^\s-]{1,2}|[^\s-]+.+[^\s-]+)$

Examples

Value
10

LinkML Source

name: occup_samp
description: Number of occupants present at time of sample within the given space
title: occupancy at sampling
examples:
- value: '10'
from_schema: https://w3id.org/mixs
slot_uri: MIXS:0000772
alias: occup_samp
domain_of:
- BuiltEnvironment
range: float
required: true
pattern: ^[1-9][0-9]* ([^\s-]{1,2}|[^\s-]+.+[^\s-]+)$
structured_pattern:
  syntax: ^{integer} {text}$
  interpolated: true
  partial_match: true