CoolFace
Datasetpublic

JCatesWellcome/pitt-rivers-wellcome-collection

license: cc-by-nc-4.0 task_categories: - image-classification - visual-question-answering tags: - museums - cultural-heritage - wellcome-collection - anthropology - dispersed-collections size_categories: - 10K<n<100K Dataset Card for Pitt Rivers Museum - Sir Henry Wellcome Collection Dataset Summary This dataset contains approximately 14,000 object records from the Pitt Rivers Museum (University of Oxford) that are associated with the Sir Henry… See the full description on the dataset page: https://huggingface.co/datasets/JCatesWellcome/pitt-rivers-wellcome-collection.

sourceHugging Faceupdated 2mo agoView on Hugging Face
1likes28downloads
Dataset Card

license: cc-by-nc-4.0 task_categories:

  • image-classification
  • visual-question-answering tags:
  • museums
  • cultural-heritage
  • wellcome-collection
  • anthropology
  • dispersed-collections size_categories:
  • 10K<n<100K ---

Dataset Card for Pitt Rivers Museum - Sir Henry Wellcome Collection

Dataset Description

Dataset Summary

This dataset contains approximately 14,000 object records from the Pitt Rivers Museum (University of Oxford) that are associated with the Sir Henry Wellcome collection. Following Wellcome's death, his vast historical medical and ethnographic museum was dispersed to institutions worldwide; the Pitt Rivers Museum was a major recipient of this dispersal.

The dataset includes deeply nested JSON metadata capturing the museum's complete catalogue entries—including provenances, material/process descriptions, and cultural groups—alongside hosted images of the objects where available.

Dataset Structure

Data Instances

Each record represents a physical museum object. A typical instance includes:

  • image: A PIL.Image.Image object (if an image is available in the PRM database).
  • id: The unique PRM object identifier (e.g., prm-object-24905).
  • recordTitle & recordSubtitle: The primary classification and descriptive summary of the item.
  • longDescription: Detailed physical descriptions and condition notes.
  • persons: A list of dictionaries detailing associated individuals and organizations (e.g., "Wellcome Historical Medical Museum").
  • geographicalProvenance: A nested list detailing the location hierarchy of the object's origin.
  • materialAndProcess: A nested list indicating materials (e.g., "Wood") and manufacturing processes.
  • researchAndResponses: Notes containing contextual research, indigenous community feedback, and historical documentation.

Data Fields

Because this dataset extracts the raw JSON response from the PRM catalogue API, it preserves the rich, deeply nested structure of standard GLAM (Galleries, Libraries, Archives, and Museums) digital infrastructure.

Key fields include:

  • id (string)
  • recordType (string)
  • collection (string)
  • acquisitionDateVirtualField (string)
  • objectNumbersAll (string) - Often contains the original Wellcome accession numbers (e.g., R10473/1936).
  • image (image)

Dataset Creation

Source Data

Data was programmatically retrieved from the Pitt Rivers Museum Collections API in July 2026. The query explicitly targeted records containing the keyword "Wellcome".

Known Limitations

  • Image Availability: Not all records possess digitized photographs. Records without a digitized asset will have None in the image field.
  • Metadata Density: Because this dataset merges both the search index summary and the deep item-level metadata, some fields may be empty arrays ([]) depending on the completeness of the PRM's cataloging for that specific item.

Considerations for Using the Data

Ethical and Cultural Considerations

This dataset contains ethnographic objects and cultural heritage materials. The researchAndResponses field frequently contains important contextual updates from indigenous delegates and source communities. Users of this dataset should be mindful that legacy museum classifications (recordTitle, culturalGroups) may contain outdated or colonial terminology, which the museum is actively working to update.

Licensing

Users must adhere to the Pitt Rivers Museum's terms of use regarding digital catalogue data and image reproduction. Images are generally provided for non-commercial, academic, and research purposes.