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

NAME

SemanticWeb::Schema::PublicationEvent - A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type

VERSION

version v23.0.0

DESCRIPTION

A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type, e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media.

ATTRIBUTES

free

A flag to signal that the item, event, or place is accessible for free.

A free should be one of the following types:

Bool

_has_free

A predicate for the "free" attribute.

published_by

publishedBy

An agent associated with the publication event.

A published_by should be one of the following types:

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

_has_published_by

A predicate for the "published_by" attribute.

published_on

publishedOn

A broadcast service associated with the publication event.

A published_on should be one of the following types:

InstanceOf['SemanticWeb::Schema::BroadcastService']

_has_published_on

A predicate for the "published_on" attribute.

SEE ALSO

SemanticWeb::Schema::Event

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)