Skip to content

Term: quantity purchased (cons_qty_purchased)

The quantity of food purchased by consumer

URI: MIXS:0001198

Applicable Checklists and Extensions

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

Name Description Checklist/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

Properties

  • Range: String
  • Cardinality: 0..1

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

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

Examples

Value
5 cans

LinkML Source

name: cons_qty_purchased
description: The quantity of food purchased by consumer
title: quantity purchased
examples:
- value: 5 cans
from_schema: https://w3id.org/mixs
keywords:
- quantity
slot_uri: MIXS:0001198
alias: cons_qty_purchased
domain_of:
- FoodAnimalAndAnimalFeed
- FoodHumanFoods
range: string
pattern: ^[1-9][0-9]* ([^\s-]{1,2}|[^\s-]+.+[^\s-]+)$
structured_pattern:
  syntax: ^{integer} {text}$
  interpolated: true
  partial_match: true