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

NAME

SemanticWeb::Schema::BroadcastEvent - An over the air or online broadcast event.

VERSION

version v5.0.0

DESCRIPTION

An over the air or online broadcast event.

ATTRIBUTES

broadcast_of_event

broadcastOfEvent

The event being broadcast such as a sporting event or awards ceremony.

A broadcast_of_event should be one of the following types:

InstanceOf['SemanticWeb::Schema::Event']

is_live_broadcast

isLiveBroadcast

True is the broadcast is of a live event.

A is_live_broadcast should be one of the following types:

Bool

subtitle_language

subtitleLanguage

Languages in which subtitles/captions are available, in IETF BCP 47 standard format.

A subtitle_language should be one of the following types:

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

video_format

videoFormat

The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).

A video_format should be one of the following types:

Str

SEE ALSO

SemanticWeb::Schema::PublicationEvent

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-2019 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)