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

NAME

SemanticWeb::Schema::Question - A specific question - e

VERSION

version v0.0.3

DESCRIPTION

A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document.

ATTRIBUTES

accepted_answer

acceptedAnswer

The answer(s) that has been accepted as best, typically on a Question/Answer site. Sites vary in their selection mechanisms, e.g. drawing on community opinion and/or the view of the Question author.

A accepted_answer should be one of the following types:

InstanceOf['SemanticWeb::Schema::ItemList']
InstanceOf['SemanticWeb::Schema::Answer']

answer_count

answerCount

The number of answers this question has received.

A answer_count should be one of the following types:

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

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

suggested_answer

suggestedAnswer

An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site.

A suggested_answer should be one of the following types:

InstanceOf['SemanticWeb::Schema::Answer']
InstanceOf['SemanticWeb::Schema::ItemList']

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)