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

NAME

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

VERSION

version v23.0.0

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. See also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2. html).

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:

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

_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:

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

_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.

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

_has_volume_number

A predicate for the "volume_number" 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)