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

NAME

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

VERSION

version v0.0.1

DESCRIPTION

A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.

blog post.

ATTRIBUTES

issue_number

issueNumber

Identifies the issue of publication; for example, "iii" or "2".

A issue_number should be one of the following types:

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

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

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)