ucsdlib / CA_lib_oration

Working space for exploring collaborative development opportunities for Samvera.
https://ucsdlib.github.io/CA_lib_oration/
3 stars 1 forks source link

Creator and contributor #12

Open chrissyrissmeyer opened 6 years ago

chrissyrissmeyer commented 6 years ago

https://github.com/ucsdlib/CA_lib_oration/blob/c3f467f7ec5acff879d95a34a69852c232682602/object_properties.yml#L4

https://github.com/ucsdlib/CA_lib_oration/blob/c3f467f7ec5acff879d95a34a69852c232682602/object_properties.yml#L31

chrissyrissmeyer commented 6 years ago

Matthew Critchlow Sep 1, 2017 Do you use either of these predicates elsewhere?

Chrissy Rissmeyer Sep 1, 2017 Maybe contributor? @adunn? I believe that our contributor/creator facet is created by adding all agents to a single predicate for indexing in solr (not displayed to user). This may be dc:contributor or dc11:contributor.

Chrissy Rissmeyer Sep 1, 2017 If so, this was a work around that wasn't added to the model (but maybe should be?)

Ryan Johnson Sep 5, 2017 Yeah, I believe our approach was creator and contributor are just additional roles, handy for when roles are vague. And we borrowed it from Hyrax core: https://github.com/samvera/hyrax/blob/master/app/models/concerns/hyrax/basic_metadata.rb#L15-L16

Alexandra Dunn Sep 6, 2017 The only DC11 predicates we're using right now are coverage (https://github.com/ucsblibrary/alexandria/blob/master/app/models/concerns/metadata.rb#L91) and subject (https://github.com/ucsblibrary/alexandria/blob/master/app/models/concerns/marc_metadata.rb#L8)

Chrissy Rissmeyer Sep 6, 2017 +adunn@ucsb.edu: are we using dc:contributor for the combined contributor facet?

Alexandra Dunn Sep 6, 2017 We don't use a predicate, since that only exists in Solr.

Chrissy Rissmeyer Sep 6, 2017 Thanks Alex!

chrissyrissmeyer commented 6 years ago

UCSB is fine with making this change.

@arwenhutt: Can you please confirm that this is still what UCSD wants to use and comment / close if it is?