Looking for help!
NAME
SemanticWeb::Schema::Role - Represents additional information about a relationship or property
VERSION
version v23.0.0
DESCRIPTION
Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'. See also [blog post](http://blog.schema.org/2014/06/introducing-role.html).
ATTRIBUTES
end_date
endDate
The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).
A end_date should be one of the following types:
Str
_has_end_date
A predicate for the "end_date" attribute.
named_position
namedPosition
A position played, performed or filled by a person or organization, as part of an organization. For example, an athlete in a SportsTeam might play in the position named 'Quarterback'.
A named_position should be one of the following types:
Str
_has_named_position
A predicate for the "named_position" attribute.
role_name
roleName
A role played, performed or filled by a person or organization. For example, the team of creators for a comic book might fill the roles named 'inker', 'penciller', and 'letterer'; or an athlete in a SportsTeam might play in the position named 'Quarterback'.
A role_name should be one of the following types:
Str
_has_role_name
A predicate for the "role_name" attribute.
start_date
startDate
The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).
A start_date should be one of the following types:
Str
_has_start_date
A predicate for the "start_date" attribute.
SEE ALSO
SemanticWeb::Schema::Intangible
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)