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

NAME

SemanticWeb::Schema::PeopleAudience - A set of characteristics belonging to people

VERSION

version v11.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:

InstanceOf['SemanticWeb::Schema::MedicalCondition']

_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:

InstanceOf['SemanticWeb::Schema::Integer']

_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:

InstanceOf['SemanticWeb::Schema::Integer']

_has_required_min_age

A predicate for the "required_min_age" attribute.

suggested_gender

suggestedGender

The gender of the person or audience.

A suggested_gender should be one of the following types:

Str

_has_suggested_gender

A predicate for the "suggested_gender" attribute.

suggested_max_age

suggestedMaxAge

Maximal age recommended for viewing content.

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_min_age

suggestedMinAge

Minimal age recommended for viewing content.

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

SemanticWeb::Schema::Audience

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-2020 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)