Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creation/Creator terms for non-biological collections #2578

Closed
krgomez opened this issue Apr 3, 2020 · 13 comments
Closed

Creation/Creator terms for non-biological collections #2578

krgomez opened this issue Apr 3, 2020 · 13 comments
Assignees
Labels
Function-CodeTables Priority-Normal (Not urgent) Normal because this needs to get done but not immediately.

Comments

@krgomez
Copy link

krgomez commented Apr 3, 2020

We would like to discuss changing “manufacture” events to “creation” events and changing the agent role “maker” to “creator”.

Goal
To enhance Arctos for use by non-biological collections. See #2478.

Context
We have long dreamed of the ability to use “artist” instead of “maker” for the art collection and up until recently have been considering proposing the term “artist/maker” as a replacement. But in our research on best practices we have found that Dublin Core and Getty CDWA both use “creator” and “creation” terminology rather than “artist”, “maker”, or “manufacture”. Because “creation” and “creator” are so broad and would cover everything from a painting, to a typewriter, to a book or piece of music, these terms seem like the broad and interdisciplinary vocabulary that we are looking for for non-biological collections.

Table
Code Tables are http://arctos.database.museum/info/ctDocumentation.cfm
Would be both COLLECTOR_ROLE and SPECIMEN_EVENT_TYPE

Value
maker → creator
manufacture → creation

Definition
maker - Agent responsible for manufacturing an object. → creator - Agent responsible for the creation of an object or work.
AND
manufacture - Event at which an item was manufactured. Generally refers to human manufacture of cultural items, casts, molds, etc., but could be extended to e.g., nests. → creation - Event at which an item was created, manufactured, or otherwise made. Generally refers to human creation of art, cultural items, casts, molds, etc., but could be extended to e.g., nests.

@AJLinn
Copy link

AJLinn commented Apr 3, 2020

Sounds good to me! Thanks for your ongoing work with these standards.

@Jegelewicz
Copy link
Member

I'm fine with it.

@Jegelewicz Jegelewicz added this to the Needs Discussion milestone Apr 3, 2020
@Jegelewicz Jegelewicz added the Priority-Normal (Not urgent) Normal because this needs to get done but not immediately. label Apr 3, 2020
@dustymc
Copy link
Contributor

dustymc commented Apr 6, 2020

Certainly no objections regarding the terminology from me.

The path to migration will be:

  • add the new terms to the CT
  • let me know
  • I'll update existing data and delete the old

That can happen at any time, but I think there may be some hard-coded usage of the terms (in specimendetail) which might display a little funky until PG. (I had to rebuild that for PG anyway, so I built it dynamically.)

@Jegelewicz Jegelewicz self-assigned this Apr 6, 2020
@campmlc
Copy link

campmlc commented Apr 6, 2020 via email

@marecaguthrie
Copy link

marecaguthrie commented Dec 17, 2020 via email

@AJLinn
Copy link

AJLinn commented Dec 17, 2020

Again, I'm fine with this.

@Jegelewicz
Copy link
Member

@dustymc I say we do this

@dustymc
Copy link
Contributor

dustymc commented Dec 18, 2020

#2578 (comment)

@Jegelewicz
Copy link
Member

Terms are in the code table.

@dustymc
Copy link
Contributor

dustymc commented Dec 18, 2020

update collector set collector_role='creator' where collector_role='maker';
UPDATE 21682

delete from ctcollector_role where collector_role='maker';
DELETE 1

update specimen_event set specimen_event_type='creation' where specimen_event_type='manufacture';
UPDATE 20894

delete from ctspecimen_event_type where specimen_event_type='manufacture';
DELETE 1

@dustymc dustymc closed this as completed Dec 18, 2020
@marecaguthrie
Copy link

marecaguthrie commented Dec 18, 2020 via email

@krgomez
Copy link
Author

krgomez commented Dec 22, 2020

Since maker was changed to creator, I no longer see this agent in search results in the maker data field column. Could maker be updated to creator in the search results customization options?

@Jegelewicz Jegelewicz reopened this Dec 22, 2020
@Jegelewicz Jegelewicz modified the milestones: Needs Discussion, Needs DBA review Dec 22, 2020
@dustymc dustymc modified the milestones: Needs DBA review, Needs Discussion Apr 30, 2021
@Jegelewicz
Copy link
Member

Since maker was changed to creator, I no longer see this agent in search results in the maker data field column. Could maker be updated to creator in the search results customization options?

@krgomez has this been fixed?

@dustymc dustymc closed this as completed Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Function-CodeTables Priority-Normal (Not urgent) Normal because this needs to get done but not immediately.
Projects
None yet
Development

No branches or pull requests

6 participants