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

NAME

SemanticWeb::Schema::MusicRelease - A MusicRelease is a specific release of a music album.

VERSION

version v0.0.1

DESCRIPTION

A MusicRelease is a specific release of a music album.

ATTRIBUTES

catalog_number

catalogNumber

The catalog number for the release.

A catalog_number should be one of the following types:

Str

credited_to

creditedTo

The group the release is credited to if different than the byArtist. For example, Red and Blue is credited to "Stefani Germanotta Band", but by Lady Gaga.

A credited_to should be one of the following types:

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

duration

The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.

A duration should be one of the following types:

InstanceOf['SemanticWeb::Schema::Duration']

music_release_format

musicReleaseFormat

Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).

A music_release_format should be one of the following types:

InstanceOf['SemanticWeb::Schema::MusicReleaseFormatType']

record_label

recordLabel

The label that issued the release.

A record_label should be one of the following types:

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

release_of

releaseOf

The album this is a release of.

A release_of should be one of the following types:

InstanceOf['SemanticWeb::Schema::MusicAlbum']

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)