recipeIngredient constant

IriTerm const recipeIngredient

IRI for schemahttp:recipeIngredient [Expects: http://schema.org/ItemList, http://schema.org/PropertyValue, http://schema.org/Text]

An ingredient or ordered list of ingredients and potentially quantities used in the recipe, e.g. 1 cup of sugar, flour or garlic. The ingredients can be represented as free text or more structured values.

Can be used on: http://schema.org/Recipe

Implementation

static const recipeIngredient = const IriTerm(
  'http://schema.org/recipeIngredient',
);