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 v0.0.4

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

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

tracks

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

A tracks should be one of the following types:

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

SEE ALSO

SemanticWeb::Schema::CreativeWork

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)