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

NAME

SemanticWeb::Schema::Book - A book.

VERSION

version v0.0.3

DESCRIPTION

A book.

ATTRIBUTES

book_edition

bookEdition

The edition of the book.

A book_edition should be one of the following types:

Str

book_format

bookFormat

The format of the book.

A book_format should be one of the following types:

InstanceOf['SemanticWeb::Schema::BookFormatType']

illustrator

The illustrator of the book.

A illustrator should be one of the following types:

InstanceOf['SemanticWeb::Schema::Person']

isbn

The ISBN of the book.

A isbn should be one of the following types:

Str

number_of_pages

numberOfPages

The number of pages in the book.

A number_of_pages 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)