Skip to content

Commit 5f45864

Browse files
committed
adding 5-safe ro-crate example json
1 parent 7ab6b6d commit 5f45864

3 files changed

Lines changed: 1013 additions & 0 deletions

File tree

Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
1+
{
2+
"@context": "https://w3id.org/ro/crate/1.2-DRAFT/context",
3+
"@graph": [
4+
{
5+
"@type": "CreativeWork",
6+
"@id": "ro-crate-metadata.json",
7+
"about": {
8+
"@id": "./"
9+
},
10+
"conformsTo": {
11+
"@id": "https://w3id.org/ro/crate/1.2-DRAFT"
12+
}
13+
},
14+
{
15+
"@id": "./",
16+
"@type": "Dataset",
17+
"conformsTo": {
18+
"@id": "https://w3id.org/5s-crate/0.4"
19+
},
20+
"hasPart": [
21+
{
22+
"@id": "https://workflowhub.eu/workflows/289?version=1"
23+
},
24+
{
25+
"@id": "input1.txt"
26+
}
27+
],
28+
"mainEntity": {
29+
"@id": "https://workflowhub.eu/workflows/289?version=1"
30+
},
31+
"mentions": {
32+
"@id": "#query-37252371-c937-43bd-a0a7-3680b48c0538"
33+
},
34+
"sourceOrganization": {
35+
"@id": "#project-be6ffb55-4f5a-4c14-b60e-47e0951090c70"
36+
}
37+
},
38+
{
39+
"@id": "https://w3id.org/5s-crate/0.4",
40+
"@type": "Profile",
41+
"name": "Five Safes RO-Crate profile"
42+
},
43+
{
44+
"@id": "https://workflowhub.eu/workflows/289?version=1",
45+
"@type": "Dataset",
46+
"name": "CWL Protein MD Setup tutorial with mutations",
47+
"conformsTo": {
48+
"@id": "https://w3id.org/workflowhub/workflow-ro-crate/1.0"
49+
},
50+
"distribution": {
51+
"@id": "https://workflowhub.eu/workflows/289/ro_crate?version=1"
52+
}
53+
},
54+
{
55+
"@id": "https://workflowhub.eu/workflows/289/ro_crate?version=1",
56+
"@type": "DataDownload",
57+
"conformsTo": {
58+
"@id": "https://w3id.org/ro/crate"
59+
},
60+
"encodingFormat": "application/zip"
61+
},
62+
{
63+
"@id": "#query-37252371-c937-43bd-a0a7-3680b48c0538",
64+
"@type": "CreateAction",
65+
"actionStatus": "http://schema.org/PotentialActionStatus",
66+
"agent": {
67+
"@id": "https://orcid.org/0000-0001-9842-9718"
68+
},
69+
"instrument": {
70+
"@id": "https://workflowhub.eu/workflows/289?version=1"
71+
},
72+
"name": "Execute query 12389 on workflow ",
73+
"object": [
74+
{
75+
"@id": "input1.txt"
76+
},
77+
{
78+
"@id": "#enableFastMode"
79+
}
80+
]
81+
},
82+
{
83+
"@id": "https://orcid.org/0000-0001-9842-9718",
84+
"@type": "Person",
85+
"name": "Stian Soiland-Reyes",
86+
"affiliation": {
87+
"@id": "https://ror.org/027m9bs27"
88+
},
89+
"memberOf": [
90+
{
91+
"@id": "#project-be6ffb55-4f5a-4c14-b60e-47e0951090c70"
92+
}
93+
]
94+
},
95+
{
96+
"@id": "https://ror.org/027m9bs27",
97+
"@type": "Organization",
98+
"name": "The University of Manchester"
99+
},
100+
{
101+
"@id": "#project-be6ffb55-4f5a-4c14-b60e-47e0951090c70",
102+
"@type": "Project",
103+
"name": "Investigation of cancer (TRE72 project 81)",
104+
"identifier": [
105+
{
106+
"@id": "_:localid:tre72:project81"
107+
}
108+
],
109+
"funding": {
110+
"@id": "https://gtr.ukri.org/projects?ref=10038961"
111+
},
112+
"member": [
113+
{
114+
"@id": "https://ror.org/027m9bs27"
115+
},
116+
{
117+
"@id": "https://ror.org/01ee9ar58"
118+
}
119+
]
120+
},
121+
{
122+
"@id": "_:localid:tre72:project81",
123+
"@type": "PropertyValue",
124+
"name": "tre72",
125+
"value": "project81"
126+
},
127+
{
128+
"@id": "https://gtr.ukri.org/projects?ref=10038961",
129+
"@type": "Grant",
130+
"name": "EOSC4Cancer"
131+
},
132+
{
133+
"@id": "input1.txt",
134+
"@type": "File",
135+
"name": "input1",
136+
"exampleOfWork": {
137+
"@id": "#sequence"
138+
}
139+
},
140+
{
141+
"@id": "#enableFastMode",
142+
"@type": "PropertyValue",
143+
"name": "--fast-mode",
144+
"value": "True",
145+
"exampleOfWork": {
146+
"@id": "#fast"
147+
}
148+
},
149+
{
150+
"@id": "#sequence",
151+
"@type": "FormalParameter",
152+
"name": "input-sequence"
153+
},
154+
{
155+
"@id": "#fast",
156+
"@type": "FormalParameter",
157+
"name": "fast-mode"
158+
}
159+
]
160+
}

0 commit comments

Comments
 (0)