trompamusic / trompace-client

A python library to read from and write to the Trompa CE
Apache License 2.0
1 stars 0 forks source link

clarify (again) the difference between creator and contributor #46

Open alastair opened 3 years ago

alastair commented 3 years ago

For webpages which are turned into MusicComposition or Person, we say:

contributor: The main URL of the site where the information about this MusicComposition was taken from creator: The person, organization or service who is creating this MusicComposition (e.g. URL of the software)

So this would be contributor: musicbrainz.org, creator: our importer tool

If the item is an AudioObject representing a commercial recording, it should be ____

If the item is a MediaObject representing the output of an algorithm, it should be ____

If the item is a DigitalDocument representing a rehearsal rendition, it should be ____

alastair commented 3 years ago

creator will always be the URL of the software creating the node.

AudioObject commercial recording -> contributor: the place/source that provides this object, e.g. spotify

MediaObject algorithm -> creator TPL (for example), contributor: full URI to algorithm (e.g. http://mdw.ac.at/software/trompa-align), so that this includes the info of mdw.ac.at

DigitalDocument -> creator: alignment algorithm, contributor mdw. This loses information about the user who published it (could use author, create a Person, and link that to the user's webid)