-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathro-crate-metadata.json
More file actions
75 lines (75 loc) · 2.4 KB
/
ro-crate-metadata.json
File metadata and controls
75 lines (75 loc) · 2.4 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
{ "@context": "https://w3id.org/ro/crate/1.2/context",
"@graph": [
{
"@id": "ro-crate-metadata.json",
"@type": "CreativeWork",
"conformsTo": {"@id": "https://w3id.org/ro/crate/1.2"},
"about": {"@id": "./"}
},
{
"@id": "./",
"@type": "Dataset",
"conformsTo": {"@id": "https://w3id.org/ro/wfrun/process/0.6-DRAFT"},
"hasPart": [
{"@id": "pics/2017-06-11%2012.56.14.jpg"},
{"@id": "pics/sepia_fence.jpg"}
],
"isBasedOn": {
"@id": "https://doi.org/10.5281/zenodo.1009240"
},
"license": {"@id": "http://spdx.org/licenses/CC0-1.0"},
"mentions": {"@id": "#SepiaConversion_1"},
"name": "My Pictures"
},
{ "@id": "https://w3id.org/ro/wfrun/process/0.6-DRAFT",
"@type": "CreativeWork",
"name": "Process Run Crate",
"version": "0.6-DRAFT"
},
{
"@id": "https://www.imagemagick.org/",
"@type": "SoftwareApplication",
"url": "https://www.imagemagick.org/",
"name": "ImageMagick",
"softwareVersion": "6.9.7-4"
},
{
"@id": "#SepiaConversion_1",
"@type": "CreateAction",
"name": "Convert dog image to sepia",
"description": "convert -sepia-tone 80% pics/2017-06-11\\ 12.56.14.jpg pics/sepia_fence.jpg",
"endTime": "2024-05-17T01:04:52+01:00",
"instrument": {"@id": "https://www.imagemagick.org/"},
"object": {"@id": "pics/2017-06-11%2012.56.14.jpg"},
"result": {"@id": "pics/sepia_fence.jpg"},
"agent": {"@id": "https://orcid.org/0000-0001-9842-9718"}
},
{
"@id": "pics/2017-06-11%2012.56.14.jpg",
"@type": "File",
"description": "Original image",
"encodingFormat": "image/jpeg",
"name": "2017-06-11 12.56.14.jpg (input)",
"author": {
"@id": "https://orcid.org/0000-0002-3545-944X"
}
},
{
"@id": "pics/sepia_fence.jpg",
"@type": "File",
"description": "The converted picture, now sepia-colored",
"encodingFormat": "image/jpeg",
"name": "sepia_fence (output)"
},
{
"@id": "https://orcid.org/0000-0001-9842-9718",
"@type": "Person",
"name": "Stian Soiland-Reyes"
},
{
"@id": "https://orcid.org/0000-0002-3545-944X",
"@type": "Person",
"name": "Peter Sefton"
}
]
}