Advanced Relationship Type: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(+ Cards/DocumentationHeader (Imported from MoinMoin))
(Redirected page to Relationships)
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
#REDIRECT [[Relationships]]
{{DocumentationHeader|AdvancedRelationship}}

=Types of AdvancedRelationships=

==Description==

Each [[Advanced Relationship|relationship]] entered by a user belongs to one AdvancedRelationshipType. These types define:
* Which entities will be related (artists, releases, labels, tracks, etc)
* What [[Advanced Relationship Attribute|AdvancedRelationshipAttribute]]<code><nowiki></nowiki></code>s go along with the relationship
* The [[Link Phrase|LinkPhrase]]<code><nowiki></nowiki></code>s of the relationships, which describe how to write the relationship information in English sentences.

For example, the advanced relationship type "[[Performer Relationship Type|PerformerRelationshipType]]" can be used to link an artist (for example, [[Artist:618b6900-0618-4f1e-b835-bccb17f84294|Eric Clapton]]) to a track on which they performed (for example, [[Track:64d0220a-0587-43c9-b7e3-809e8c06542b|Runaway Train]]). The definition of [[Performer Relationship Type|PerformerRelationshipType]] allows an optional attribute to specify the instrument he played ([[Instrument Relationship Attribute|InstrumentRelationshipAttribute]]), 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 AdvancedRelationshipType<code><nowiki></nowiki></code>s 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 AdvancedRelationshipType<code><nowiki></nowiki></code>s is limited to selected users, called [[Relationship Editor|RelationshipEditor]]<code><nowiki></nowiki></code>s. 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|MusicBrainzDatabase]].

This page lists all available types of [[Advanced Relationships|AdvancedRelationships]] and how they are organized in [[Advanced Relationship Class|classes]] or families. It links to pages that explain the usage of the respective relationship types.

Note that some of these types might still be proposals, this will be stated on their respective page. There is also some good but slightly historical information about [[Advanced Relationship Type Development|AdvancedRelationshipTypeDevelopment]].

===Looking to add a new relationship type for AR?===

Suggested additions or changes to AdvancedRelationshipType<code><nowiki></nowiki></code>s are listed as [[Proposed Advanced Relationship Type|ProposedAdvancedRelationshipType]]<code><nowiki></nowiki></code>s (formerly [[Advanced Relationship Type Proposal|AdvancedRelationshipTypeProposal]]<code><nowiki></nowiki></code>s) and discussed on the [[Style Mailing List|StyleMailingList]].

==Existing Types of Relationships==

===Classes===

Relationship types are grouped into thematic [[Advanced Relationship Class|AdvancedRelationshipClass]]<code><nowiki></nowiki></code>es. These are explained here. All types that belong to one class are explained on the class page. There is also a complete list of relationship types further below.
* [[Performance Relationship Class|PerformanceRelationshipClass]]:
<ul><li style="list-style-type:none">This denotes all artists who played on a specific performance of a work. This means that they actually produced some new audio material, e.g. who sung or played some instrument. Remixing ''existing'' audio material or engineering the audio signal is not covered by this class.
</ul>
* [[Alternative Version Relationship Class|AlternativeVersionRelationshipClass]]:
<ul><li style="list-style-type:none">This describes relationships between related works, e.g. works that are the same, remastered from another, a cover from another, etc.
</ul>
* [[Remix Relationship Class|RemixRelationshipClass]]:
<ul><li style="list-style-type:none">This denotes al artistic activity where existing recordings are used to create (remix) something new. You can specify who remixed what material on what work. This does ''not'' refer to mix engineers in studios etc.
</ul>
* [[Composition Relationship Class|CompositionRelationshipClass]]:
<ul><li style="list-style-type:none">This denotes all artists who created some aspect of the general work, i.e. not a specific performance of it but the lyrics, the score or the arrangement.
</ul>
* [[Production Relationship Class|ProductionRelationshipClass]]:
<ul><li style="list-style-type:none">This denotes all people and institutions that were involved in the production on the work, but did not play music: the manager, cover designer, audio mix engineer, etc. but ''not'' actual performers or remixers.
</ul>
* [[Musical Association Relationship Class|MusicalAssociationRelationshipClass]]:
<ul><li style="list-style-type:none">This describes who was a member of which group, who collaborated with whom etc.
</ul>
* [[Personal Association Relationship Class|PersonalAssociationRelationshipClass]]:
<ul><li style="list-style-type:none">This describes family relationships and liasons between artists that are in the database anyway.
</ul>
* [[Affiliate Relationship Class|AffiliateRelationshipClass]]:
<ul><li style="list-style-type:none">These are links to records in affiliate databases
</ul>
* [[Discography Relationship Class|DiscographyRelationshipClass]]:
<ul><li style="list-style-type:none">These are links to discographic resources
</ul>
* [[Get Music Relationship Class|GetMusicRelationshipClass]]:
<ul><li style="list-style-type:none">These are links to sites where you can download and/or buy the music. Note that these ''must'' be legal, or [[MusicBrainz]] will run into trouble!
</ul>
* [[Other Databases Relationship Class|OtherDatabasesRelationshipClass]]:
<ul><li style="list-style-type:none">These are links to other databases about the artists, the music etc.
</ul>

===Families===

The following table shows all possible relationship combinations:
{| border="1"
|-
| || [[Artist]] || [[Release]] || [[Label]] || [[Track]]
|-
| [[Artist]] || [[Artist Artist Relationship|ArtistArtistRelationship]] || - || - || -
|-
| [[Release]] || [[Release Artist Relationship|ReleaseArtistRelationship]] || [[Release Release Relationship|ReleaseReleaseRelationship]] || - || -
|-
| [[Label]] || [[Label Artist Relationship|LabelArtistRelationship]] || [[Label Release Relationship|LabelReleaseRelationship]] || [[Label Label Relationship|LabelLabelRelationship]] || -
|-
| [[Track]] || [[Artist Track Relationship|ArtistTrackRelationship]] || [[Release Track Relationship|ReleaseTrackRelationship]] || [[Label Track Relationship|LabelTrackRelationship]] || [[Track Track Relationship|TrackTrackRelationship]]
|-
| [[URL]] || [[Artist-URL Relationship|ArtistUrlRelationship]] || [[Release-URL Relationship|ReleaseUrlRelationship]] || [[Label-URL Relationship|LabelUrlRelationship]] || [[Track-URL Relationship|TrackUrlRelationship]]
|}

Alternatively take a look at the definition trees on the [[MusicBrainz]] server. ''You must be a [[Relationship Editor|RelationshipEditor]] to change these definitions.''
{| border="1"
|-
| || [[Artist]] || [[Release]] || [[Label]] || [[Track]]
|-
| [[Artist]] || [http://musicbrainz.org/edit/relationships/link_types.html?type=artist-artist Artist—Artist] || - || - || -
|-
| [[Release]] || [http://musicbrainz.org/edit/relationships/link_types.html?type=album-artist Release—Artist] || [http://musicbrainz.org/edit/relationships/link_types.html?type=album-album Release—Release] || - || -
|-
| [[Label]] || [http://musicbrainz.org/edit/relationships/link_types.html?type=artist-label Artist-Label] || [http://musicbrainz.org/edit/relationships/link_types.html?type=album-label Release—Label] || [http://musicbrainz.org/edit/relationships/link_types.html?type=label-label Label-Label] || -
|-
| [[Track]] || [http://musicbrainz.org/edit/relationships/link_types.html?type=artist-track Artist—Track] || [http://musicbrainz.org/edit/relationships/link_types.html?type=album-track Release—Track] || [http://musicbrainz.org/edit/relationships/link_types.html?type=label-track Label—Track] || [http://musicbrainz.org/edit/relationships/link_types.html?type=track-track Track—Track]
|-
| [[URL]] || [http://musicbrainz.org/edit/relationships/link_types.html?type=artist-url Artist—URL] || [http://musicbrainz.org/edit/relationships/link_types.html?type=album-url Release—URL] || [http://musicbrainz.org/edit/relationships/link_types.html?type=label-url Label—URL] || [http://musicbrainz.org/edit/relationships/link_types.html?type=track-url Track—URL]
|}

===All official relationship types===

The following is an automatically generated list of all AdvancedRelationshipType<code><nowiki></nowiki></code>s:

{{FullSearch|linkto:CategoryRelationshipType c:r:t:RelationshipType$ -c:t:AdvancedRelationshipType -linkto:CategoryProposedAdvancedRelationshipType}}

{{AdvancedRelationshipFooter}}
[[Category:To Be Reviewed]] [[Category:Advanced Relationships]]

Latest revision as of 20:33, 26 May 2015

Redirect to: