-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathro-crate-metadata.json
More file actions
94 lines (94 loc) · 2.66 KB
/
ro-crate-metadata.json
File metadata and controls
94 lines (94 loc) · 2.66 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
{
"@context": [
"https://w3id.org/ro/crate/1.1/context",
"https://w3id.org/ro/terms/workflow-run/context"
],
"@graph": [
{
"@id": "./",
"@type": "Dataset",
"conformsTo": {
"@id": "https://w3id.org/ro/wfrun/process/0.5"
},
"datePublished": "2026-01-28T15:09:24.317185",
"description": "An RO-Crate recording the files and directories that were used as input or output by myscript.",
"hasPart": [
{
"@id": "data/input.txt"
},
{
"@id": "output.txt"
}
],
"license": "CC-BY-4.0",
"name": "Files used by myscript"
},
{
"@id": "ro-crate-metadata.json",
"@type": "CreativeWork",
"about": {
"@id": "./"
},
"conformsTo": {
"@id": "https://w3id.org/ro/crate/1.1"
}
},
{
"@id": "https://w3id.org/ro/wfrun/process/0.5",
"@type": "CreativeWork",
"name": "Process Run Crate",
"version": "0.5"
},
{
"@id": "myscript@1.0.0",
"@type": "SoftwareApplication",
"description": "Example CLI",
"name": "myscript",
"version": "1.0.0"
},
{
"@id": "data/input.txt",
"@type": "File",
"contentSize": 446,
"description": "Input file",
"encodingFormat": "text/plain",
"name": "data/input.txt"
},
{
"@id": "output.txt",
"@type": "File",
"contentSize": 446,
"description": "Output file",
"encodingFormat": "text/plain",
"name": "output.txt"
},
{
"@id": "stefanv",
"@type": "Person",
"name": "stefanv"
},
{
"@id": "./myscript.py data/input.txt output.txt",
"@type": "CreateAction",
"agent": {
"@id": "stefanv"
},
"endTime": "2026-01-28T15:09:24.317185",
"instrument": {
"@id": "myscript@1.0.0"
},
"name": "./myscript.py data/input.txt output.txt",
"object": [
{
"@id": "data/input.txt"
}
],
"result": [
{
"@id": "output.txt"
}
],
"startTime": "2026-01-28T15:09:24.316822"
}
]
}