Skip to content

Term: food animal antimicrobial frequency (animal_am_freq)

The frequency per day that the antimicrobial was adminstered to the food animal

URI: MIXS:0001245

Applicable Checklists and Extensions

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

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

Properties

  • Range: Float
  • Cardinality: 0..1

  • Structured pattern: ^{scientific_float}( *- *{scientific_float})? *{text}$

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

Examples

Value
1.5

LinkML Source

name: animal_am_freq
description: The frequency per day that the antimicrobial was adminstered to the food
  animal
title: food animal antimicrobial frequency
examples:
- value: '1.5'
from_schema: https://w3id.org/mixs
keywords:
- animal
- antimicrobial
- food
- frequency
slot_uri: MIXS:0001245
alias: animal_am_freq
domain_of:
- FoodAnimalAndAnimalFeed
range: float
pattern: ^[-+]?[0-9]*\.?[0-9]+(?:[eE][-+]?[0-9]+)?( *- *[-+]?[0-9]*\.?[0-9]+(?:[eE][-+]?[0-9]+)?)?
  *([^\s-]{1,2}|[^\s-]+.+[^\s-]+)$
structured_pattern:
  syntax: ^{scientific_float}( *- *{scientific_float})? *{text}$
  interpolated: true
  partial_match: true