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

1.6.1.4 musicArtistURL
Label Music Artist URL
Identifier http://kelseymarierogers.com/scd/musicartisturl
Definition The URL associated with the music artist.
Implementation Optional, Repeatable
Comment 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 artist 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
<musicArtistURL status=”wayback” type=”original”>
  https://web.archive.org/web/20080404105040/members.aol.com/harmiii/ihw.html
</musicArtistURL>

Back to Specifications