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

NAME

SemanticWeb::Schema::PublicationVolume - <p>A part of a successively published publication such as a periodical or multi-volume work

VERSION

version v0.0.1

DESCRIPTION

A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.

 <br/><br/>See also <a
href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.
html">blog post</a>. 

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:

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

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:

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

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

volume_number

volumeNumber

Identifies the volume of publication or multi-part work; for example, "iii" or "2".

A volume_number should be one of the following types:

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

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)