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 v14.0.0

DESCRIPTION

A book.

ATTRIBUTES

abridged

Indicates whether the book is an abridged edition.

A abridged should be one of the following types:

Bool

_has_abridged

A predicate for the "abridged" attribute.

book_edition

bookEdition

The edition of the book.

A book_edition should be one of the following types:

Str

_has_book_edition

A predicate for the "book_edition" attribute.

book_format

bookFormat

The format of the book.

A book_format should be one of the following types:

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

_has_book_format

A predicate for the "book_format" attribute.

illustrator

The illustrator of the book.

A illustrator should be one of the following types:

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

_has_illustrator

A predicate for the "illustrator" attribute.

isbn

The ISBN of the book.

A isbn should be one of the following types:

Str

_has_isbn

A predicate for the "isbn" attribute.

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

_has_number_of_pages

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)