forked from jhsimpson/bag_profiles_test
-
Notifications
You must be signed in to change notification settings - Fork 1
/
btr-bagit-profile.json
80 lines (79 loc) · 3.27 KB
/
btr-bagit-profile.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
{
"BagIt-Profile-Info": {
"Source-Organization": "Beyond the Repository Bagit Profile Group",
"External-Description": "Bagit Profile for Consistent Deposit to Distributed Digital Preservation Services",
"Version": "0.1",
"BagIt-Profile-Identifier": "http://????/???-v0.1.json",
"BagIt-Profile-Version": "1.2.0",
"Contact-Name": "Hope Fully Apersonsname",
"Contact-Phone": "(we probably don't want this)",
"Contact-Email": "fake-email@example.com",
"BtR-Extensions": {
"Recommended-Tags": ["Organization-Address", "Contact-Email", "Bag-Group-Identifier", "Bag-Count", "Internal-Sender-Identifier", "Internal-Sender-Description", "Bagit-Profile-Identifier"],
"Searchable-Tags": ["Source-Organization", "Bag-Group-Identifier", "Internal-Sender-Identifier", "Internal-Sender-Description"]
}
},
"Bag-Info": {
"Source-Organization": {"required": true, "capabilities": ["searchable"]},
"Bagging-Date": {"required": true},
"Payload-Oxum": {"required": true},
"Bagit-Profile-Identifier": {"required": true},
"Organization-Address": {"required": false, "recommended": true},
"Contact-Name": {"required": false},
"Contact-Phone": {"required": false},
"Contact-Email": {"required": false, "recommended": true},
"External-Description": {"required": false},
"External-Identifier": {"required": false},
"Bag-Group-Identifier": {
"required": false,
"recommended": true,
"description": "*Recommended in the case of multiple related bags, otherwise optional",
"capabilities": ["searchable"]
},
"Bag-Count": {
"required": false,
"recommended": true,
"description": "*Recommended in the case of multiple related bags, otherwise optional"
},
"Bag-Size": {"required": false},
"Internal-Sender-Identifier": {"required": false, "recommended": true, "capabilities": ["searchable"]},
"Internal-Sender-Description": {"required": false, "recommended": true, "capabilities": ["searchable"]},
"Payload-Identifier": {"required": false},
"Bag-Producing-Organization": {
"required": false,
"recommended": true,
"description": "Can be the same as source_organization recommended when not the same as source"
},
"Data-Export-Info": {"required": false},
"Data-Export-Agent": {"required": false},
"Data-Export-Agent-Version": {"required": false},
"Data-Export-Format": {"required": false},
"Data-Export-Format-Version": {"required": false},
"Relationship-Info": {"required": false}
},
"Manifests-Required": [],
"Manifests-Supported": [
"md5",
"sha256",
"sha512"
],
"Allow-Fetch.txt": false,
"Serialization": "optional",
"Accept-Serialization": [
"application/zip",
"application/x-tar",
"application/gzip"
],
"Tag-Manifests-Required": [],
"Tag-Manifests-Supported": [
"md5",
"sha256",
"sha512"
],
"Tag-Files-Required": [],
"Tag-Files-Allowed": ["*"],
"Accept-BagIt-Version": [
"0.97",
"1.0"
]
}