Looking for help!
NAME
SemanticWeb::Schema::PeopleAudience - A set of characteristics belonging to people
VERSION
version v23.0.0
DESCRIPTION
A set of characteristics belonging to people, e.g. who compose an item's target audience.
ATTRIBUTES
health_condition
healthCondition
Specifying the health condition(s) of a patient, medical study, or other target audience.
A health_condition should be one of the following types:
_has_health_condition
A predicate for the "health_condition" attribute.
required_gender
requiredGender
Audiences defined by a person's gender.
A required_gender should be one of the following types:
Str
_has_required_gender
A predicate for the "required_gender" attribute.
required_max_age
requiredMaxAge
Audiences defined by a person's maximum age.
A required_max_age should be one of the following types:
_has_required_max_age
A predicate for the "required_max_age" attribute.
required_min_age
requiredMinAge
Audiences defined by a person's minimum age.
A required_min_age should be one of the following types:
_has_required_min_age
A predicate for the "required_min_age" attribute.
suggested_age
suggestedAge
The age or age range for the intended audience or person, for example 3-12 months for infants, 1-5 years for toddlers.
A suggested_age should be one of the following types:
_has_suggested_age
A predicate for the "suggested_age" attribute.
suggested_gender
suggestedGender
The suggested gender of the intended person or audience, for example "male", "female", or "unisex".
A suggested_gender should be one of the following types:
_has_suggested_gender
A predicate for the "suggested_gender" attribute.
suggested_max_age
suggestedMaxAge
Maximum recommended age in years for the audience or user.
A suggested_max_age should be one of the following types:
Num
_has_suggested_max_age
A predicate for the "suggested_max_age" attribute.
suggested_measurement
suggestedMeasurement
A suggested range of body measurements for the intended audience or person, for example inseam between 32 and 34 inches or height between 170 and 190 cm. Typically found on a size chart for wearable products.
A suggested_measurement should be one of the following types:
_has_suggested_measurement
A predicate for the "suggested_measurement" attribute.
suggested_min_age
suggestedMinAge
Minimum recommended age in years for the audience or user.
A suggested_min_age should be one of the following types:
Num
_has_suggested_min_age
A predicate for the "suggested_min_age" attribute.
SEE ALSO
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-2023 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)