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

NAME

SemanticWeb::Schema::MusicPlaylist - A collection of music tracks in playlist form.

VERSION

version v11.0.0

DESCRIPTION

A collection of music tracks in playlist form.

ATTRIBUTES

num_tracks

numTracks

The number of tracks in this album or playlist.

A num_tracks should be one of the following types:

InstanceOf['SemanticWeb::Schema::Integer']

_has_num_tracks

A predicate for the "num_tracks" attribute.

track

A music recording (track)—usually a single song. If an ItemList is given, the list should contain items of type MusicRecording.

A track should be one of the following types:

InstanceOf['SemanticWeb::Schema::ItemList']
InstanceOf['SemanticWeb::Schema::MusicRecording']

_has_track

A predicate for the "track" attribute.

tracks

A music recording (track)—usually a single song.

A tracks should be one of the following types:

InstanceOf['SemanticWeb::Schema::MusicRecording']

_has_tracks

A predicate for the "tracks" 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-2020 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)