Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

corrected some metadata mismatches #11

Merged
merged 3 commits into from
Dec 8, 2015
Merged

Conversation

davbre
Copy link
Contributor

@davbre davbre commented Nov 29, 2015

Some updates:

  • Renamed "rolef" to "role"
  • Renamed "category" to "classification"
  • Removed "image_rights" as it is not present in the csv files.

@workergnome
Copy link
Contributor

Hi there—thank you for this!

I think that the changes on your branch got propagated into the pull request. However, most of them are fine by me, too

The only one that's odd to me is the creation_date_earliest, creation_date_latest, and acquisition_date are not dates. I just checked, and they're all either dates or null. I realize that they're listed as required, and they're null, and that's a problem, but that's an actual problem with the data, not with the datapackage.json. (We shouldn't have things in our collection where we don't know when we acquired them!)

creation_date is indeed a string, and artist birth/death dates are tricky, since they can be pipe-separated dates, which don't parse as strings. (If you've got a clever idea for many-to-many in CSV, please, please let me know!)

Would you mind making a couple changes to your pull request?

  • change those three fields back to 'date'
  • pull out the mira specific bits for provenance_text and image_url

If you'd rather, I can make your changes directly, rather than via this pull request.

Also—could you add your name to the CONTRIBUTORS file?

Thanks!

…creation_date_earliest, creation_date_latest and date_acquired
@davbre
Copy link
Contributor Author

davbre commented Dec 8, 2015

@workergnome - yes, I thought when I made the initial pull request it would only relate to the first commit. In any case, I've updated the datapackage.json file as you suggested.

workergnome added a commit that referenced this pull request Dec 8, 2015
corrected some metadata mismatches
@workergnome workergnome merged commit 614568b into cmoa:master Dec 8, 2015
@workergnome
Copy link
Contributor

Fantastic! Thank you so much.

@davbre
Copy link
Contributor Author

davbre commented Dec 9, 2015

You're welcome!

On 8 December 2015 at 12:36, David Newbury notifications@github.com wrote:

Fantastic! Thank you so much.


Reply to this email directly or view it on GitHub
#11 (comment).

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

Successfully merging this pull request may close these issues.

2 participants