This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
forked from bagit-profiles/bagit-profiles-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bagProfileBar.json
178 lines (178 loc) · 4.43 KB
/
bagProfileBar.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
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
{
"BagIt-Profile-Info": {
"BagIt-Profile-Identifier": "http://canadiana.org/standards/bagit/tdr_ingest.json",
"BagIt-Profile-Version": "2.0",
"Source-Organization": "Candiana.org",
"Contact-Name": "William Wueppelmann",
"Contact-Email": "[email protected]",
"External-Description": "BagIt profile for ingesting content into the C.O. TDR loading dock.",
"Version": "1.3"
},
"Tags": [{
"tagFile": "bagit.txt",
"tagName": "BagIt-Version",
"required": true,
"values": [
"0.96",
"0.97"
],
"defaultValue": "0.97",
"help": "Which version of the BagIt specification describes this bag's format?"
},
{
"tagFile": "bagit.txt",
"tagName": "Tag-File-Character-Encoding",
"required": true,
"values": [
"UTF-8"
],
"defaultValue": "UTF-8",
"help": "How are this bag's plain-text tag files encoded?"
},
{
"tagName": "Source-Organization",
"tagFile": "bag-info.txt",
"required": true,
"values": [
"Simon Fraser University",
"York University"
],
"help": "The name of the organization transferring the content. This organization is assumed to be the custodian of the content."
},
{
"tagName": "Organization-Address",
"tagFile": "bag-info.txt",
"required": true,
"values": [
"8888 University Drive Burnaby, B.C. V5A 1S6 Canada",
"4700 Keele Street Toronto, Ontario M3J 1P3 Canada"
],
"help": "The street address of the source organization."
},
{
"tagFile": "bag-info.txt",
"tagName": "Contact-Name",
"required": true,
"values": [
"Mark Jordan",
"Nick Ruest"
],
"help": "The street address of the source organization."
},
{
"tagFile": "bag-info.txt",
"tagName": "Contact-Phone",
"required": false,
"values": [],
"help": "The phone number of the bagging/archiving contact in the source organization."
},
{
"tagFile": "bag-info.txt",
"tagName": "Contact-Email",
"required": true,
"help": "The email address of the bagging/archiving contact in the source organization."
},
{
"tagFile": "bag-info.txt",
"tagName": "External-Description",
"required": true
},
{
"tagFile": "bag-info.txt",
"tagName": "External-Identifier",
"required": true
},
{
"tagFile": "bag-info.txt",
"tagName": "Bag-Size",
"required": true,
"help": "The approximate size of the bag's payload, in human-readable format. E.g. 33MB or 268GB."
},
{
"tagFile": "bag-info.txt",
"tagName": "Bag-Group-Identifier",
"required": false,
"help": "An identifier that marks this bag as part of a single collection or a related group of items that has been packaged into several bags."
},
{
"tagFile": "bag-info.txt",
"tagName": "Bag-Count",
"required": true,
"help": "Two numbers separated by \"of\", in particular, \"N of T\", where T is the total number of bags in a group of bags and N is the ordinal number within the group; if T is not known, specify it as \"?\" (question mark). Examples: 1 of 2, 4 of 4, 3 of ?, 89 of 145."
},
{
"tagFile": "bag-info.txt",
"tagName": "Internal-Sender-Identifier",
"required": false,
"help": "A unique identifier for this bag inside your organization."
},
{
"tagFile": "bag-info.txt",
"tagName": "Internal-Sender-Description",
"required": false,
"help": "A description of the bag's contents for the sender's internal use."
},
{
"tagFile": "bag-info.txt",
"tagName": "Bagging-Date",
"required": true,
"help": "The date this bag was created."
},
{
"tagFile": "bag-info.txt",
"tagName": "Payload-Oxum",
"required": true,
"help": "The number of files and bytes in this bag's payload. This should be calculated and set by the bagging software."
},
{
"tagFile": "custom-tags/custom-info.txt",
"tagName": "Custom-Tag-One",
"required": true
},
{
"tagFile": "custom-tags/custom-info.txt",
"tagName": "Custom-Tag-Two",
"required": false,
"values": [
"Linux",
"Mac",
"Windows"
]
}
],
"Manifests-Required": [
"md5"
],
"Manifests-Allowed": [
"md5",
"sha1",
"sha224",
"sha256",
"sha384",
"sha512"
],
"Allow-Fetch.txt": false,
"Serialization": "optional",
"Deserialization-Match-Required": true,
"Accept-Serialization": [
"application/zip"
],
"Tag-Manifests-Required": [
"md5"
],
"Tag-Manifests-Allowed": [
"md5",
"sha1",
"sha224",
"sha256",
"sha384",
"sha512"
],
"Tag-Files-Allowed": [
"DPN/*"
],
"Accept-BagIt-Version": [
"0.96",
"0.97"
]
}