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

Digitization Folk Fest Programs Model #2010

Closed
17 of 20 tasks
pgwillia opened this issue Dec 3, 2020 · 3 comments
Closed
17 of 20 tasks

Digitization Folk Fest Programs Model #2010

pgwillia opened this issue Dec 3, 2020 · 3 comments
Assignees

Comments

@pgwillia
Copy link
Member

pgwillia commented Dec 3, 2020

Is your feature request related to a problem? Please describe.
The first set of digitization content will be the Folk Fest Programs. This set was chosen because it is small (there are 36) and well described. Before we can ingest them we need to do some modelling.

Describe the solution you'd like
@metadata-bot shared "FolkFestTriples - v.1" and "Jupiter II working data dictionary" to inform this exercise

Need to add properties to the Book model

We'll also need to do

  • validations
  • tests
  • seeds (synthetic)
@pgwillia pgwillia self-assigned this Dec 4, 2020
@pgwillia
Copy link
Member Author

pgwillia commented Dec 23, 2020

Tests

Presence

  • at least one of the subjects (temporal_subject, geographic_subject, topical_subject)
  • title present

Encoding

  • date issued encoded as EDTF
  • temporal_subject encoded as EDTF

Controlled Vocab

  • resource_type in the controlled vocab and present
  • genre in the controlled_vocab and present
  • language in the controlled vocab and present
  • rights in the controlled vocab and present

This will be a display issue like with our licenses

  • publisher literal or URI
  • place of publication literal or URI
  • geographic_subject literal or URI
  • topical_subject literal or URI

@pgwillia
Copy link
Member Author

pgwillia commented Dec 23, 2020

Remaining Questions:

  • Identifier - http://purl.org/dc/terms/identifier: is this taken care of by something already in ERA?
  • Local Identifier - http://id.loc.gov/vocabulary/identifiers/local: should I normalize the local identifier to be one column instead of the three parts (peel_id, part_number, run)
  • http://id.loc.gov/vocabulary/relators/aut - This is a URI that comes from a long list of controlled property URIs from the Library of Congress (https://id.loc.gov/vocabulary/relators.html) which indicate the relationship between an entity and a resource. The example you gave indicates that the relationship is one of author. We have this in the data dictionary as 'marc relator term' and note that it varies because it could be one of many relationships we might capture. In the Folkfest triples we have author relationships and publisher relationships and perhaps more.

@pgwillia
Copy link
Member Author

#2672

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant