The MusicBrainz domain model. These classes are part of the MusicBrainz domain model. They may be used by other modules and don‘t contain any network or other I/O code. If you want to request data from the web service, please have a look at Webservice::Query.
The most important classes, usually acting as entry points, are Artist, Release, Track and Label.
See: | Webservice |
NS_MMD_1 | = | 'http://musicbrainz.org/ns/mmd-1.0#' | Namespace for all MusicBrainz metadata. | |||
NS_REL_1 | = | 'http://musicbrainz.org/ns/rel-1.0#' | Namespace for MusicBrainz relations. | |||
NS_EXT_1 | = | 'http://musicbrainz.org/ns/ext-1.0#' | Namespace for MusicBrainz extensions. | |||
VARIOUS_ARTISTS_ID | = | MBID.new('89ad4ac3-39f7-470e-963a-56509c546377', Artist.entity_type) |
The ID of the special ‘Various Artists’ artist. This is an
instance of MBID.
|