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

NAME

SemanticWeb::Schema::UserComments - UserInteraction and its subtypes is an old way of talking about users interacting with pages

VERSION

version v0.0.3

DESCRIPTION

UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.

ATTRIBUTES

comment_text

commentText

The text of the UserComment.

A comment_text should be one of the following types:

Str

comment_time

commentTime

The time at which the UserComment was made.

A comment_time should be one of the following types:

Str

creator

The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.

A creator should be one of the following types:

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

discusses

Specifies the CreativeWork associated with the UserComment.

A discusses should be one of the following types:

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

reply_to_url

replyToUrl

The URL at which a reply may be posted to the specified UserComment.

A reply_to_url should be one of the following types:

Str

SEE ALSO

SemanticWeb::Schema::UserInteraction

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)