recipeIngredient constant
IriTerm
const recipeIngredient
IRI for schema:recipeIngredient [Expects: https://schema.org/ItemList, https://schema.org/PropertyValue, https://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: https://schema.org/Recipe
Implementation
static const recipeIngredient = IriTerm(
'https://schema.org/recipeIngredient',
);