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

NAME

SemanticWeb::Schema::BroadcastService - A delivery service through which content is provided via broadcast over the air or online.

VERSION

version v3.8.0

DESCRIPTION

A delivery service through which content is provided via broadcast over the air or online.

ATTRIBUTES

area

The area within which users can expect to reach the broadcast service.

A area should be one of the following types:

InstanceOf['SemanticWeb::Schema::Place']

broadcast_affiliate_of

broadcastAffiliateOf

The media network(s) whose content is broadcast on this station.

A broadcast_affiliate_of should be one of the following types:

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

broadcast_display_name

broadcastDisplayName

The name displayed in the channel guide. For many US affiliates, it is the network name.

A broadcast_display_name should be one of the following types:

Str

broadcast_frequency

broadcastFrequency

The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. "87 FM".

A broadcast_frequency should be one of the following types:

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

broadcast_timezone

broadcastTimezone

The timezone in ISO 8601 format for which the service bases its broadcasts

A broadcast_timezone should be one of the following types:

Str

broadcaster

The organization owning or operating the broadcast service.

A broadcaster should be one of the following types:

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

has_broadcast_channel

hasBroadcastChannel

A broadcast channel of a broadcast service.

A has_broadcast_channel should be one of the following types:

InstanceOf['SemanticWeb::Schema::BroadcastChannel']

parent_service

parentService

A broadcast service to which the broadcast service may belong to such as regional variations of a national channel.

A parent_service should be one of the following types:

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

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

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)