Looking for help!
NAME
SemanticWeb::Schema::Article - An article
VERSION
version v0.0.2
DESCRIPTION
An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.See also blog post.
ATTRIBUTES
article_body
articleBody
The actual body of the article.
A article_body should be one of the following types:
Str
article_section
articleSection
Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.
A article_section should be one of the following types:
Str
page_end
pageEnd
The page on which the work ends; for example "138" or "xvi".
A page_end should be one of the following types:
page_start
pageStart
The page on which the work starts; for example "135" or "xiii".
A page_start should be one of the following types:
pagination
Any description of pages that is not separated into pageStart and pageEnd; for example, "1-6, 9, 55" or "10-12, 46-49".
A pagination should be one of the following types:
Str
word_count
wordCount
The number of words in the text of the Article.
A word_count should be one of the following types:
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)