NAME

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

VERSION

version v23.0.0

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

_has_downvote_count

A predicate for the "downvote_count" attribute.

parent_item

parentItem

The parent of a question, answer or item in general. Typically used for Q/A discussion threads e.g. a chain of comments with the first comment being an SemanticWeb::Schema::Article or other SemanticWeb::Schema::CreativeWork. See also [[comment]] which points from something to a comment about it.

A parent_item should be one of the following types:

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

_has_parent_item

A predicate for the "parent_item" attribute.

shared_content

sharedContent

A CreativeWork such as an image, video, or audio clip shared as part of this posting.

A shared_content should be one of the following types:

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

_has_shared_content

A predicate for the "shared_content" attribute.

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

_has_upvote_count

A predicate for the "upvote_count" 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-2023 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)