-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdalloway_dtoc.json
58 lines (58 loc) · 1.64 KB
/
dalloway_dtoc.json
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
58
{
"inputs": [
"https://raw.githubusercontent.com/djakacki/training/main/dalloway_exercise_dtoc.xml"
],
"documents": "//div[@type='story']",
"ignoreNamespace": true,
"documentTitle": "head/title",
"documentAuthor": "",
"documentImages": "",
"documentNotes": "",
"documentLinks": "",
"indexDocument": "//div[@type='index']",
"editionTitle": "Mrs Dalloway in Bond Street",
"editionSubtitle": "",
"curation": {
"markup": [
{
"xpath": "//persName[@key='Elizabeth Dalloway']",
"label": "Elizabeth Dalloway"
},
{
"xpath": "//persName[@key='Hugh Whitbread']",
"label": "Hugh Whitbread"
},
{
"xpath": "//persName[@key='Clarissa Dalloway']",
"label": "Mrs Dalloway"
},
{
"xpath": "//persName[@key='Richard Dalloway']",
"label": "Richard Dalloway"
},
{
"xpath": "//eventName",
"label": "event"
},
{
"xpath": "//orgName",
"label": "group"
},
{
"xpath": "//persName",
"label": "person"
},
{
"xpath": "//placeName",
"label": "place"
},
{
"xpath": "//objectName[@type='vehicle']",
"label": "vehicle"
}
],
"toc": [
"d851bca70463c82a4118bc7cfd22dbfbbd174952c1c4f15a39c2cebaaae6708c"
]
}
}