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

1.7.1.3 contributorURL
Label Contributor URL
Identifier http://kelseymarierogers.com/scd/contributorurl
Definition The URL associated with the contributor.
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 contributor 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; streaming; other

status = wayback; live; broken

(Refer to Appendix C for attribute value information.)

Example
<contributorURL type=”other“ status=”live”>
  https://tapeop.com/interviews/116/gary-rhamy-bonus/
</contributorURL>

Back to Specifications