-
Notifications
You must be signed in to change notification settings - Fork 7
/
manifest.json
63 lines (55 loc) · 1.8 KB
/
manifest.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
{ "@context": ["https://w3id.org/bundle/context"],
"@id": "../",
"history": "https://github.com/ResearchObject/bagit-ro-ex1/commits/master",
"createdOn": "2015-07-02T09:46:00Z",
"createdBy": {
"name": "Stian Soiland-Reyes",
"orcid": "http://orcid.org/0000-0001-9842-9718"
},
"aggregates": [
{ "uri": "../data/numbers.csv",
"mediatype": "text/csv"
},
{ "uri": "../data/results.txt",
"history": "provenance/results.prov.jsonld"
},
{ "uri": "../data/README.md",
"mediatype": "text/markdown",
"authoredBy": {
"name": "Stian Soiland-Reyes",
"orcid": "http://orcid.org/0000-0001-9842-9718"
}
},
{ "uri": "../data/analyse.py",
"mediatype": "text/x-python",
"conformsTo": "https://docs.python.org/2/reference/",
"retrievedFrom": "https://raw.githubusercontent.com/ResearchObject/bagit-ro-ex1/master/example1/data/analyse.py",
"retrievedOn": "2015-07-02T09:40:00Z",
"retrievedBy": {
"name": "Stian Soiland-Reyes",
"orcid": "http://orcid.org/0000-0001-9842-9718"
}
},
{ "uri": "https://gist.githubusercontent.com/anonymous/7fe620279ea4988a5a1e/raw/e55d9ea6af35ea67cfaf47b03a2b71f9026325fd/external.txt",
"bundledAs": { "folder": "../data/",
"filename": "external.txt"
},
"authoredBy": {
"name": "John Doe"
}
}
],
"annotations": [
{ "about": ["../data/analyse.py", "../data/numbers.csv", "../data/results.txt"],
"content": "../data/README.md",
"oa:motivatedBy": "oa:describing"
},
{ "about": "../data/numbers.csv",
"content": "annotations/numbers.jsonld",
"createdBy": {
"name": "Stian Soiland-Reyes",
"orcid": "http://orcid.org/0000-0001-9842-9718"
}
}
]
}