-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinscription.js
39 lines (38 loc) · 1.12 KB
/
inscription.js
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
const template = {
"@id" : "http://sicily.classics.ox.ac.uk/inscription/",
"@type": "Resource",
"title" : "inscription title goes here",
"description": "An inscription from ancient Sicily",
"totalItems": 0,
"dts:totalParents": 1,
"dts:totalChildren": 0,
"dts:dublincore": {
"dc:title": [{"@language": "en", "@value": "inscription title goes here"}],
"dc:description": [{
"@language": "en",
"@value": "An inscription from ancient Sicily"
}],
"dc:type": [
"dc:Text"
],
"dc:creator": [
{"@language": "en", "@value": "I.Sicily Contributors"}
],
"dc:contributor": ["I.Sicily Contributors"],
"dc:language": ["en"]
},
"dts:passage": "/api/dts/documents?id=",
"dts:download": "https://raw.githubusercontent.com/",
"dts:citeDepth": 2,
"dts:citeStructure": [
{
"dts:citeType": "inscription",
"dts:citeStructure": [
{
"dts:citeType": "line"
}
]
}
]
}
module.exports = template