forked from mrchristian/glossary-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathipccglossary.jsonld
67 lines (67 loc) · 1.52 KB
/
ipccglossary.jsonld
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
59
60
61
62
63
64
65
66
67
{
"@context" : [
"https://schema.org",
"https://www.w3.org/ns/pub-context",
{
"language": "en"
}
],
"conformsTo": "https://www.w3.org/TR/pub-manifest/",
"type": [
"Book"
],
"url": "https://apps.ipcc.ch/glossary/",
"name": [
{
"value": "IPCC Glossary",
"language": "en"
}
],
"author": [
{
"type": [
"Organisation"
],
"name": [
{
"value": "IPCC"
}
]
}
],
"datePublished" : "2023-11-03",
"dateModified" : "2023-11-23",
"readingOrder": [
{
"type": [
"LinkedResource"
],
"url": "https://raw.githubusercontent.com/petermr/semanticClimate/main/ipcc/ar6/test/total_glossary/new_total_demo.html"
}
],
"resources": [
{
"type": [
"LinkedResource"
],
"url": "css/appaloosa.css"
},
{
"type": [
"LinkedResource"
],
"url": "css/book.css"
},
{
"type": "LinkedResource",
"rel": "cover",
"url": "images/cover.jpg",
"encodingFormat": "image/jpeg"
},
{
"type": "LinkedResource",
"url": "css/media/Inter-Regular.ttf",
"encodingFormat": "application/vnd.ms-opentype"
}
]
}