-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathro-crate-metadata.json
More file actions
236 lines (236 loc) · 9.75 KB
/
Copy pathro-crate-metadata.json
File metadata and controls
236 lines (236 loc) · 9.75 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
{
"@context": "https://w3id.org/ro/crate/1.1/context",
"@graph": [
{
"@id": "./",
"@type": "Dataset",
"author": [
{
"@id": "https://orcid.org/0000-0001-7956-4498"
}
],
"datePublished": "2026-01-16",
"description": "Tools and resources for working with data from the State Library of Victoria.",
"hasPart": [
{
"@id": "download_image_from_iiif.ipynb"
},
{
"@id": "more_fun_with_iiif.ipynb"
},
{
"@id": "get_marc_data.ipynb"
}
],
"license": {
"@id": "https://spdx.org/licenses/MIT"
},
"mainEntityOfPage": {
"@id": "https://glam-workbench.net/state-library-victoria"
},
"name": "state-library-victoria",
"url": "https://github.com/GLAM-Workbench/state-library-victoria/",
"version": "v1.1.0"
},
{
"@id": "ro-crate-metadata.json",
"@type": "CreativeWork",
"about": {
"@id": "./"
},
"conformsTo": {
"@id": "https://w3id.org/ro/crate/1.1"
},
"license": {
"@id": "https://creativecommons.org/publicdomain/zero/1.0/"
}
},
{
"@id": "download_image_from_iiif.ipynb",
"@type": [
"File",
"SoftwareSourceCode"
],
"author": [
{
"@id": "https://orcid.org/0000-0001-7956-4498"
}
],
"codeRepository": "https://github.com/GLAM-Workbench/state-library-victoria/",
"conformsTo": {
"@id": "https://purl.archive.org/textcommons/profile#Notebook"
},
"description": "The State Library of Victoria uses the Handle system to create persistent urls for images, and IIIF to deliver the images for use. This notebook uses the Handle url to find an image's IIIF identifier, and then uses IIIF to download the image.",
"encodingFormat": "application/x-ipynb+json",
"mainEntityOfPage": {
"@id": "https://glam-workbench.net/state-library-victoria/download_image_from_iiif/"
},
"name": "Download an image using the IIIF server and a Handle url",
"programmingLanguage": {
"@id": "https://www.python.org/downloads/release/python-31012/"
},
"url": "https://github.com/GLAM-Workbench/state-library-victoria/blob/master/download_image_from_iiif.ipynb"
},
{
"@id": "more_fun_with_iiif.ipynb",
"@type": [
"File",
"SoftwareSourceCode"
],
"author": [
{
"@id": "https://orcid.org/0000-0001-7956-4498"
}
],
"codeRepository": "https://github.com/GLAM-Workbench/state-library-victoria/",
"conformsTo": {
"@id": "https://purl.archive.org/textcommons/profile#Notebook"
},
"description": "The State Library of Victoria displays many of its digitised images using the IIIF standard. This notebook shows how you can use IIIF to manipulate images from the SLV collection.",
"encodingFormat": "application/x-ipynb+json",
"mainEntityOfPage": {
"@id": "https://glam-workbench.net/state-library-victoria/more_fun_with_iiif/"
},
"name": "More fun with IIIF",
"programmingLanguage": {
"@id": "https://www.python.org/downloads/release/python-31012/"
},
"url": "https://github.com/GLAM-Workbench/state-library-victoria/blob/master/more_fun_with_iiif.ipynb"
},
{
"@id": "get_marc_data.ipynb",
"@type": [
"File",
"SoftwareSourceCode"
],
"author": [
{
"@id": "https://orcid.org/0000-0001-7956-4498"
}
],
"codeRepository": "https://github.com/GLAM-Workbench/state-library-victoria/",
"conformsTo": {
"@id": "https://purl.archive.org/textcommons/profile#Notebook"
},
"description": "If you have an item's Alma identifier, you can retrieve structured metadata describing the item from the SLV catalogue in a couple of ways. One approach is to download a text representation of the item's MARC record and extract data from it. This notebook provides some examples of how you can do this.",
"encodingFormat": "application/x-ipynb+json",
"mainEntityOfPage": {
"@id": "https://glam-workbench.net/state-library-victoria/get_marc_data/"
},
"name": "Access MARC data describing an item in the SLV catalogue",
"programmingLanguage": {
"@id": "https://www.python.org/downloads/release/python-31012/"
},
"url": "https://github.com/GLAM-Workbench/state-library-victoria/blob/master/get_marc_data.ipynb"
},
{
"@id": "https://glam-workbench.net/state-library-victoria",
"@type": "CreativeWork",
"isPartOf": {
"@id": "https://glam-workbench.net/"
},
"name": "State Library of Victoria",
"url": "https://glam-workbench.net/state-library-victoria"
},
{
"@id": "https://glam-workbench.net/",
"@type": "CreativeWork",
"author": [
{
"@id": "https://orcid.org/0000-0001-7956-4498"
}
],
"description": "A collection of tools, tutorials, examples, and hacks to help researchers work with data from galleries, libraries, archives, and museums (the GLAM sector).",
"name": "GLAM Workbench",
"url": "https://glam-workbench.net/"
},
{
"@id": "https://orcid.org/0000-0001-7956-4498",
"@type": "Person",
"mainEntityOfPage": "https://timsherratt.au",
"name": "Sherratt, Tim",
"orcid": "https://orcid.org/0000-0001-7956-4498"
},
{
"@id": "https://spdx.org/licenses/MIT",
"@type": "CreativeWork",
"name": "MIT License",
"url": "https://spdx.org/licenses/MIT.html"
},
{
"@id": "https://creativecommons.org/publicdomain/zero/1.0/",
"@type": "CreativeWork",
"name": "CC0 Public Domain Dedication",
"url": "https://creativecommons.org/publicdomain/zero/1.0/"
},
{
"@id": "http://rightsstatements.org/vocab/NKC/1.0/",
"@type": "CreativeWork",
"description": "The organization that has made the Item available reasonably believes that the Item is not restricted by copyright or related rights, but a conclusive determination could not be made.",
"name": "No Known Copyright",
"url": "http://rightsstatements.org/vocab/NKC/1.0/"
},
{
"@id": "http://rightsstatements.org/vocab/CNE/1.0/",
"@type": "CreativeWork",
"description": "The copyright and related rights status of this Item has not been evaluated.",
"name": "Copyright Not Evaluated",
"url": "http://rightsstatements.org/vocab/CNE/1.0/"
},
{
"@id": "https://www.python.org/downloads/release/python-31012/",
"@type": [
"ComputerLanguage",
"SoftwareApplication"
],
"name": "Python 3.10.12",
"url": "https://www.python.org/downloads/release/python-31012/",
"version": "3.10.12"
},
{
"@id": "https://glam-workbench.net/state-library-victoria/download_image_from_iiif/",
"@type": "CreativeWork",
"isPartOf": {
"@id": "https://glam-workbench.net"
},
"name": "Download an image using the IIIF server and a Handle url",
"url": "https://glam-workbench.net/state-library-victoria/download_image_from_iiif/"
},
{
"@id": "https://glam-workbench.net/state-library-victoria/more_fun_with_iiif/",
"@type": "CreativeWork",
"isPartOf": {
"@id": "https://glam-workbench.net"
},
"name": "More fun with IIIF",
"url": "https://glam-workbench.net/state-library-victoria/more_fun_with_iiif/"
},
{
"@id": "create_version_v1_0_0",
"@type": "UpdateAction",
"actionStatus": {
"@id": "http://schema.org/CompletedActionStatus"
},
"endDate": "2025-05-02",
"name": "Create version v1.0.0"
},
{
"@id": "https://glam-workbench.net/state-library-victoria/get_marc_data/",
"@type": "CreativeWork",
"isPartOf": {
"@id": "https://glam-workbench.net"
},
"name": "Access MARC data describing an item in the SLV catalogue",
"url": "https://glam-workbench.net/state-library-victoria/get_marc_data/"
},
{
"@id": "create_version_v1_1_0",
"@type": "UpdateAction",
"actionStatus": {
"@id": "http://schema.org/CompletedActionStatus"
},
"endDate": "2026-01-16",
"name": "Create version v1.1.0"
}
]
}