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 v6.0.1

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']

_has_area

A predicate for the "area" attribute.

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']

_has_broadcast_affiliate_of

A predicate for the "broadcast_affiliate_of" attribute.

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

_has_broadcast_display_name

A predicate for the "broadcast_display_name" attribute.

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

_has_broadcast_frequency

A predicate for the "broadcast_frequency" attribute.

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

_has_broadcast_timezone

A predicate for the "broadcast_timezone" attribute.

broadcaster

The organization owning or operating the broadcast service.

A broadcaster should be one of the following types:

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

_has_broadcaster

A predicate for the "broadcaster" attribute.

call_sign

callSign

A callsign, as used in broadcasting and radio communications to identify people, radio and TV stations, or vehicles.

A call_sign should be one of the following types:

Str

_has_call_sign

A predicate for the "call_sign" attribute.

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']

_has_has_broadcast_channel

A predicate for the "has_broadcast_channel" attribute.

in_language

inLanguage

The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage.

A in_language should be one of the following types:

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

_has_in_language

A predicate for the "in_language" attribute.

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']

_has_parent_service

A predicate for the "parent_service" attribute.

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

_has_video_format

A predicate for the "video_format" attribute.

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)