The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SemanticWeb::Schema::MusicAlbum - A collection of music tracks.

VERSION

version v0.0.3

DESCRIPTION

A collection of music tracks.

ATTRIBUTES

album_production_type

albumProductionType

Classification of the album by it's type of content: soundtrack, live album, studio album, etc.

A album_production_type should be one of the following types:

InstanceOf['SemanticWeb::Schema::MusicAlbumProductionType']

album_release

albumRelease

A release of this album.

A album_release should be one of the following types:

InstanceOf['SemanticWeb::Schema::MusicRelease']

album_release_type

albumReleaseType

The kind of release which this album is: single, EP or album.

A album_release_type should be one of the following types:

InstanceOf['SemanticWeb::Schema::MusicAlbumReleaseType']

by_artist

byArtist

The artist that performed this album or recording.

A by_artist should be one of the following types:

InstanceOf['SemanticWeb::Schema::MusicGroup']

SEE ALSO

SemanticWeb::Schema::MusicPlaylist

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)