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

NAME

SemanticWeb::Schema::SportsTeam - Organization: Sports team.

VERSION

version v23.0.0

DESCRIPTION

Organization: Sports team.

ATTRIBUTES

athlete

A person that acts as performing member of a sports team; a player as opposed to a coach.

A athlete should be one of the following types:

InstanceOf['SemanticWeb::Schema::Person']

_has_athlete

A predicate for the "athlete" attribute.

coach

A person that acts in a coaching role for a sports team.

A coach should be one of the following types:

InstanceOf['SemanticWeb::Schema::Person']

_has_coach

A predicate for the "coach" attribute.

gender

Gender of something, typically a SemanticWeb::Schema::Person, but possibly also fictional characters, animals, etc. While http://schema.org/Male and http://schema.org/Female may be used, text strings are also acceptable for people who do not identify as a binary gender. The [[gender]] property can also be used in an extended sense to cover e.g. the gender of sports teams. As with the gender of individuals, we do not try to enumerate all possibilities. A mixed-gender SemanticWeb::Schema::SportsTeam can be indicated with a text value of "Mixed".

A gender should be one of the following types:

InstanceOf['SemanticWeb::Schema::GenderType']
Str

_has_gender

A predicate for the "gender" attribute.

SEE ALSO

SemanticWeb::Schema::SportsOrganization

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)