Looking for help!
NAME
SemanticWeb::Schema::Chapter - One of the sections into which a book is divided
VERSION
version v23.0.0
DESCRIPTION
One of the sections into which a book is divided. A chapter usually has a section number or a name.
ATTRIBUTES
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:
_has_page_end
A predicate for the "page_end" attribute.
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:
_has_page_start
A predicate for the "page_start" attribute.
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
_has_pagination
A predicate for the "pagination" 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)