File size: 1,326 Bytes
71dd532
 
 
 
 
 
 
3d6bc67
71dd532
 
 
 
 
3d6bc67
71dd532
 
 
3d6bc67
 
 
 
71dd532
 
 
 
 
fb192bc
 
 
 
 
71dd532
fb192bc
 
 
 
 
 
 
 
 
 
 
 
 
 
dbe876e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
dataset_info:
  features:
  - name: original_id
    dtype: string
  - name: image_url
    dtype: string
  - name: title
    dtype: string
  - name: description
    dtype: string
  - name: artist_uri
    dtype: string
  - name: artist_name
    dtype: string
  splits:
  - name: train
    num_bytes: 218277361
    num_examples: 814485
  download_size: 64321402
  dataset_size: 218277361
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: cc0-1.0
tags:
- art
size_categories:
- 100K<n<1M
---

# Dataset Card for Rijks Museum OAI

This dataset contains more than 800k art pieces from the Rijks Museum Online Collection.
See (data.rijksmuseum.nl)[https://data.rijksmuseum.nl/about/] for details about the collection.

## Source

The data was collected from the [Rijks Museum OAI API](https://data.rijksmuseum.nl/docs/oai-pmh/).
Each record in this HF dataset contains only a subset of all the available metadata on the API.
Data was collected with [this script](https://github.com/vincentmin/artie/blob/main/scrape_rijks.py).

## Demo

The [Artie](https://artie.vincentmin.com) project uses this dataset to explore art pieces together with you. Try it out [here](https://artie.vincentmin.com) and see the code here: [github.com/vincentmin/artie](https://github.com/vincentmin/artie).