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

NAME

SemanticWeb::Schema::Comment - A comment on an item - for example

VERSION

version v0.0.4

DESCRIPTION

A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the text property, and its topic via about, properties shared with all CreativeWorks.

ATTRIBUTES

downvote_count

downvoteCount

The number of downvotes this question, answer or comment has received from the community.

A downvote_count should be one of the following types:

InstanceOf['SemanticWeb::Schema::Integer']

parent_item

parentItem

The parent of a question, answer or item in general.

A parent_item should be one of the following types:

InstanceOf['SemanticWeb::Schema::Question']

upvote_count

upvoteCount

The number of upvotes this question, answer or comment has received from the community.

A upvote_count should be one of the following types:

InstanceOf['SemanticWeb::Schema::Integer']

SEE ALSO

SemanticWeb::Schema::CreativeWork

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)