-
Notifications
You must be signed in to change notification settings - Fork 1
/
.iiifrc.yml
57 lines (50 loc) · 1.14 KB
/
.iiifrc.yml
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
48
49
50
51
52
53
54
55
56
57
server:
url: https://strong-gaufre-f689bf.netlify.app
# Run these everywhere.
run:
- flat-manifests
- delft-labels
- extract-remote-source
- extract-slug-source
- extract-label-string
- extract-thumbnail
- manifest-sqlite
- metadata-analysis
- folder-collections
stores:
manifests:
type: iiif-json
path: ./manifests
pattern: "**/*.json"
libis-objects:
type: iiif-json
path: ./libis/objects
destination: manifests
pattern: "**/*.json"
run:
- extract-topics
- delft-image-source
- delft-related
config:
extract-topics:
commaSeparated: ['material']
topicTypes:
material: [ 'Materiaal', 'Material' ]
date: [ 'Date', 'Datering' ]
Maker: [ 'Maker' ]
Publisher: [ 'Publisher' ]
libis-collections:
type: iiif-json
path: ./libis/collections
destination: collections
pattern: "**/*.json"
delta-archief:
type: iiif-json
path: ./delta-archief
destination: manifests
pattern: "**/*.json"
map-series:
type: iiif-json
path: ./map-series
destination: manifests
pattern: "**/*.json"