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 v9.0.0

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

_has_comment_text

A predicate for the "comment_text" attribute.

comment_time

commentTime

The time at which the UserComment was made.

A comment_time should be one of the following types:

Str

_has_comment_time

A predicate for the "comment_time" attribute.

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']

_has_creator

A predicate for the "creator" attribute.

discusses

Specifies the CreativeWork associated with the UserComment.

A discusses should be one of the following types:

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

_has_discusses

A predicate for the "discusses" attribute.

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

_has_reply_to_url

A predicate for the "reply_to_url" attribute.

SEE ALSO

SemanticWeb::Schema::UserInteraction

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)