The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::NutritionInformation - Nutritional information about the recipe.

VERSION

version v5.0.0

DESCRIPTION

Nutritional information about the recipe.

ATTRIBUTES

calories

The number of calories.

A calories should be one of the following types:

InstanceOf['SemanticWeb::Schema::Energy']

carbohydrate_content

carbohydrateContent

The number of grams of carbohydrates.

A carbohydrate_content should be one of the following types:

InstanceOf['SemanticWeb::Schema::Mass']

cholesterol_content

cholesterolContent

The number of milligrams of cholesterol.

A cholesterol_content should be one of the following types:

InstanceOf['SemanticWeb::Schema::Mass']

fat_content

fatContent

The number of grams of fat.

A fat_content should be one of the following types:

InstanceOf['SemanticWeb::Schema::Mass']

fiber_content

fiberContent

The number of grams of fiber.

A fiber_content should be one of the following types:

InstanceOf['SemanticWeb::Schema::Mass']

protein_content

proteinContent

The number of grams of protein.

A protein_content should be one of the following types:

InstanceOf['SemanticWeb::Schema::Mass']

saturated_fat_content

saturatedFatContent

The number of grams of saturated fat.

A saturated_fat_content should be one of the following types:

InstanceOf['SemanticWeb::Schema::Mass']

serving_size

servingSize

The serving size, in terms of the number of volume or mass.

A serving_size should be one of the following types:

Str

sodium_content

sodiumContent

The number of milligrams of sodium.

A sodium_content should be one of the following types:

InstanceOf['SemanticWeb::Schema::Mass']

sugar_content

sugarContent

The number of grams of sugar.

A sugar_content should be one of the following types:

InstanceOf['SemanticWeb::Schema::Mass']

trans_fat_content

transFatContent

The number of grams of trans fat.

A trans_fat_content should be one of the following types:

InstanceOf['SemanticWeb::Schema::Mass']

unsaturated_fat_content

unsaturatedFatContent

The number of grams of unsaturated fat.

A unsaturated_fat_content should be one of the following types:

InstanceOf['SemanticWeb::Schema::Mass']

SEE ALSO

SemanticWeb::Schema::StructuredValue

SOURCE

The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2019 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)