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

NAME

SemanticWeb::Schema::HyperTocEntry - A HyperToEntry is an item within a [[HyperToc]]

VERSION

version v12.0.0

DESCRIPTION

A HyperToEntry is an item within a SemanticWeb::Schema::HyperToc, which represents a hypertext table of contents for complex media objects, such as SemanticWeb::Schema::VideoObject, SemanticWeb::Schema::AudioObject. The media object itself is indicated using [[associatedMedia]]. Each section of interest within that content can be described with a SemanticWeb::Schema::HyperTocEntry, with associated [[startOffset]] and [[endOffset]]. When several entries are all from the same file, [[associatedMedia]] is used on the overarching SemanticWeb::Schema::HyperTocEntry; if the content has been split into multiple files, they can be referenced using [[associatedMedia]] on each SemanticWeb::Schema::HyperTocEntry.

ATTRIBUTES

associated_media

associatedMedia

A media object that encodes this CreativeWork. This property is a synonym for encoding.

A associated_media should be one of the following types:

InstanceOf['SemanticWeb::Schema::MediaObject']

_has_associated_media

A predicate for the "associated_media" attribute.

toc_continuation

tocContinuation

A SemanticWeb::Schema::HyperTocEntry can have a [[tocContinuation]] indicated, which is another SemanticWeb::Schema::HyperTocEntry that would be the default next item to play or render.

A toc_continuation should be one of the following types:

InstanceOf['SemanticWeb::Schema::HyperTocEntry']

_has_toc_continuation

A predicate for the "toc_continuation" attribute.

utterances

Text of an utterances (spoken words, lyrics etc.) that occurs at a certain section of a media object, represented as a SemanticWeb::Schema::HyperTocEntry.

A utterances should be one of the following types:

Str

_has_utterances

A predicate for the "utterances" attribute.

SEE ALSO

SemanticWeb::Schema::CreativeWork

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)