Relationships

From MusicBrainz Wiki
Revision as of 23:01, 30 March 2010 by BrianSchweitzer (talk | contribs) (Bring back up to date text from Cat page)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

An advanced relationship is a way to represent all the various inter-relationships between entities, as well as relationships from entities to information and resources found outside of the MusicBrainz database.

For example:

All of this information is stored in a single table in the database, and there is a single user interface for adding new information. In this way, MusicBrainz has a fairly simple way to deal with extremely complicated data.

Getting Started

There is a tutorial at How To Make Relationships.

Advanced Relationship Types

Each relationship entered by a user belongs to one Advanced Relationship Type. These types define:

  • Which entities will be related (artists, albums, tracks, etc)
  • What Advanced Relationship Attributes go along with the relationship
  • The link phrases of the relationships, which describe relationship information in an English sentence.

For example, the relationship type "Performer Relationship Type" can be used to link an artist (for example, Eric Clapton) to a track on which they performed (for example, Runaway Train). The definition of Performer Relationship Type allows an optional attribute to specify the instrument he played (Instrument Relationship Attribute), so you can say if he played guitar. The definition also says how to construct an English sentence out of this data, so that the website can display the words "Runaway Train was performed by Eric Clapton".

These Advanced Relationship Types are themselves simply entries in another database table. This means that new ones can be defined, old ones deleted, and existing ones modified through a relatively simple user-interface which does not require hacking the database internals. Since this data is much more important than any other individual entries, editing of Advanced Relationship Types is limited to selected users, called Relationship Editors. There are more relationship editors than developers, and the process of adding a new relationship type is much simpler than adding a new database table, so this is a very fast way to expand and improve the MusicBrainz Database.

Relationship types includes a list of all of the relationship types currently defined, as well as documentation for each individual relationship type.

Style

Please see Advanced Relationship Style.

Creating and editing relationships

The types and attributes of advanced relationships are managed by Relationship Editors. They implement new relationships and changes to existing relationships following the passage of a proposal to do so.

While there are very few Relationship Editors, anyone can propose new relationships or changes to existing relationships, using the proposal process. While most editors are not able to directly edit the types of advanced relationships, it can be useful to know what advanced relationship attribute syntax itself supports, as it will be used to implement any relationship proposal which passes RFV.

History

Advanced Relationships were first officially proposed here. Dave Evans created the database structure to allow relationships, and wrote tools for allowing the user to define a type of relationship. However, the code for linking two entities together and the UI to manipulate relationships themselves was left undone.

In November of 2004, Robert Kaye took over working on the user interface and Don Redman became the Idea Champion for advanced relationships. The design documents of the time, including the original set of relationship types, make for interesting reading: Simple Advanced Relationships Interface describes the initial development of the UI and model for editing relationships, while Fancy Advanced Relationships Interface describes some then-future ideas for development of that relationships UI and model.

On April 10, 2005, development was completed, and advanced relationship support was officially added to the database.

RobertKaye and DonRedman defined the original set of relationship types; all additions, removals, and changes to the list of relationship types since then have been made by the Style Council.