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

1.4.8.1.6 trackAudioURL
Label Track Audio URL
Identifier http://kelseymarierogers.com/scd/trackaudiourl
Definition The URL pointing to the track’s audio online.
Implementation Optional, Repeatable
Comment If it exists, 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 for the track’s audio such as official websites not associated with the original URL, a YouTube video of the track audio, or a Bandcamp entry. Indicate whether the URL is the original URL, a new official URL, a streaming URL, or a different type of source with the “type” XML attribute.
Value Control Full URL address
XML Attribute

type = original; official; streaming; other

status = wayback; live; broken

(Refer to Appendix C for attribute value information.)

Example
<trackAudioURL type=”streaming” status=”live”>
  https://youtu.be/WrcCLgmhEJk
</trackAudioURL>

Back to Specifications