Project for Kent State MLIS Program - Metadata Architecture and Implementation Fall 2019

1.5.2 musicGroupURL
Label Music Group URL
Identifier http://kelseymarierogers.com/scd/musicgroupurl
Definition The URL associated with the music group.
Implementation Optional, Repeatable
Comment

Record only the URL associated with the music group, not the lead artist.

Record the original URL as listed on the CD packaging (or its Wayback Machine equivalent – see Appendix C) and indicate its availability with the “status” XML attribute. If applicable, record any current URLs associated with the music group such as official websites not associated with the original URL, musicbrainz.org entries, Wikipedia entries, etc. to provide current or further information. Indicate whether the URL is the original URL, a new official URL, a social media URL, or a different type of source with the “type” XML attribute.

Value Control Full URL address
XML Attribute

type = original; official; social; other

status = wayback; live; broken

(Refer to Appendix C for attribute value information.)

Example
<musicGroupURL status=”wayback” type=”original”>
  http://web.archive.org/web/20160308212601/http://lukeysboat.com/
</musicGroupURL>

Back to Specifications