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

NAME

SemanticWeb::Schema::Message - A single message from a sender to one or more organizations or people.

VERSION

version v11.01.0

DESCRIPTION

A single message from a sender to one or more organizations or people.

ATTRIBUTES

bcc_recipient

bccRecipient

A sub property of recipient. The recipient blind copied on a message.

A bcc_recipient should be one of the following types:

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

_has_bcc_recipient

A predicate for the "bcc_recipient" attribute.

cc_recipient

ccRecipient

A sub property of recipient. The recipient copied on a message.

A cc_recipient should be one of the following types:

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

_has_cc_recipient

A predicate for the "cc_recipient" attribute.

date_read

dateRead

The date/time at which the message has been read by the recipient if a single recipient exists.

A date_read should be one of the following types:

Str

_has_date_read

A predicate for the "date_read" attribute.

date_received

dateReceived

The date/time the message was received if a single recipient exists.

A date_received should be one of the following types:

Str

_has_date_received

A predicate for the "date_received" attribute.

date_sent

dateSent

The date/time at which the message was sent.

A date_sent should be one of the following types:

Str

_has_date_sent

A predicate for the "date_sent" attribute.

message_attachment

messageAttachment

A CreativeWork attached to the message.

A message_attachment should be one of the following types:

InstanceOf['SemanticWeb::Schema::CreativeWork']

_has_message_attachment

A predicate for the "message_attachment" attribute.

recipient

A sub property of participant. The participant who is at the receiving end of the action.

A recipient should be one of the following types:

InstanceOf['SemanticWeb::Schema::Audience']
InstanceOf['SemanticWeb::Schema::ContactPoint']
InstanceOf['SemanticWeb::Schema::Organization']
InstanceOf['SemanticWeb::Schema::Person']

_has_recipient

A predicate for the "recipient" attribute.

sender

A sub property of participant. The participant who is at the sending end of the action.

A sender should be one of the following types:

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

_has_sender

A predicate for the "sender" attribute.

to_recipient

toRecipient

A sub property of recipient. The recipient who was directly sent the message.

A to_recipient should be one of the following types:

InstanceOf['SemanticWeb::Schema::Audience']
InstanceOf['SemanticWeb::Schema::ContactPoint']
InstanceOf['SemanticWeb::Schema::Organization']
InstanceOf['SemanticWeb::Schema::Person']

_has_to_recipient

A predicate for the "to_recipient" attribute.

SEE ALSO

SemanticWeb::Schema::CreativeWork

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)