File tree Expand file tree Collapse file tree 11 files changed +182
-123
lines changed Expand file tree Collapse file tree 11 files changed +182
-123
lines changed Original file line number Diff line number Diff line change 12
12
"prov": "http://www.w3.org/ns/prov#",
13
13
"pav": "http://purl.org/pav/",
14
14
"nidm": "http://purl.org/nidash/nidm#",
15
+ "uuid": "http://uuid.repronim.org/",
15
16
"reproschema": "http://schema.repronim.org/"
16
17
}
17
18
}
Original file line number Diff line number Diff line change 20
20
"@id": "schema:image",
21
21
"@type": "@id"
22
22
},
23
+ "inLanguage": {
24
+ "@id": "schema:inLanguage"
25
+ },
26
+ "url": {
27
+ "@id": "schema:url",
28
+ "@type": "@id"
29
+ },
23
30
"citation": {
24
31
"@id": "schema:citation",
25
32
"@container": "@language"
209
216
"derivedFrom": {
210
217
"@id": "prov:wasDerivedFrom",
211
218
"@type": "@id"
219
+ },
220
+ "used": {
221
+ "@id": "prov:used",
222
+ "@container": "@set",
223
+ "@type": "@id"
224
+ },
225
+ "wasAttributedTo": {
226
+ "@id": "prov:wasAttributedTo",
227
+ "@type": "reproschema:Participant",
228
+ "@container": "@set"
229
+ },
230
+ "wasAssociatedWith": {
231
+ "@id": "prov:wasAssociatedWith",
232
+ "@type": "reproschema:SoftwareAgent",
233
+ "@container": "@set"
234
+ },
235
+ "subject_id": {
236
+ "@id": "nidm:subject_id"
237
+ },
238
+ "startedAtTime": {
239
+ "@id": "prov:startedAtTime",
240
+ "@type": "xsd:dateTime"
241
+ },
242
+ "endedAtTime": {
243
+ "@id": "prov:endedAtTime",
244
+ "@type": "xsd:dateTime"
212
245
}
213
246
}
214
247
]
Original file line number Diff line number Diff line change 4
4
"@id" : "activity1.jsonld" ,
5
5
"prefLabel" : "Example 1" ,
6
6
"description" : "Activity example 1" ,
7
- "schemaVersion" : "0.0.1 " ,
7
+ "schemaVersion" : "1. 0.0-rc1.post " ,
8
8
"version" : "0.0.1" ,
9
9
"citation" : "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1495268/" ,
10
10
"preamble" : {
23
23
"variableName" : "item1" ,
24
24
"requiredValue" : true ,
25
25
"isVis" : true ,
26
- "randomMaxDelay" : "2:0:0 " ,
27
- "limit" : "2-0 " ,
28
- "schedule" : "0 8 * * * "
26
+ "randomMaxDelay" : "PT2H " ,
27
+ "limit" : "P2D " ,
28
+ "schedule" : "R/2020-08-01T08:00:00Z/P1D "
29
29
}
30
30
] ,
31
31
"order" : [
Original file line number Diff line number Diff line change 4
4
"@id" : "activity1.jsonld" ,
5
5
"prefLabel" : "Example 1" ,
6
6
"description" : "Activity example 1" ,
7
- "schemaVersion" : "0.0.1 " ,
7
+ "schemaVersion" : "1. 0.0-rc1.post " ,
8
8
"version" : "0.0.1" ,
9
9
"citation" : "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1495268/" ,
10
10
"preamble" : {
24
24
"@id" : "items/item1.jsonld" ,
25
25
"prefLabel" : "item1" ,
26
26
"description" : "Q1 of example 1" ,
27
- "schemaVersion" : "0.0.1 " ,
27
+ "schemaVersion" : "1. 0.0-rc1.post " ,
28
28
"version" : "0.0.1" ,
29
29
"question" : {
30
30
"en" : "Little interest or pleasure in doing things" ,
Original file line number Diff line number Diff line change 4
4
"@id" : "item1.jsonld" ,
5
5
"prefLabel" : "item1" ,
6
6
"description" : "Q1 of example 1" ,
7
- "schemaVersion" : "0.0.1 " ,
7
+ "schemaVersion" : "1. 0.0-rc1.post " ,
8
8
"version" : "0.0.1" ,
9
9
"question" : {
10
10
"en" : "Little interest or pleasure in doing things" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "@context" : "../../contexts/generic" ,
2
+ "@context" : "../../contexts/generic" ,
3
3
"@type" : "reproschema:Protocol" ,
4
4
"@id" : "protocol1.jsonld" ,
5
5
"prefLabel" : {
6
6
"en" : "Protocol1" ,
7
7
"es" : "Protocol1_es"
8
8
} ,
9
9
"description" : "example Protocol" ,
10
- "schemaVersion" : "0.0.1 " ,
10
+ "schemaVersion" : "1. 0.0-rc1.post " ,
11
11
"version" : "0.0.1" ,
12
12
"ui" : {
13
13
"addProperties" : [
18
18
"en" : "Screening" ,
19
19
"es" : "Screening_es"
20
20
} ,
21
- "isVis" : true
21
+ "isVis" : true ,
22
+ "schedule" : "R5/2008-01-01T13:00:00Z/P1Y2M10DT2H30M" ,
23
+ "randomMaxDelay" : "PT12H" ,
24
+ "limit" : "P1W/2020-08-01T13:00:00Z"
22
25
}
23
26
] ,
24
27
"order" : [
Original file line number Diff line number Diff line change 1
1
{
2
- "@context" : "../../contexts/generic" ,
2
+ "@context" : "../../contexts/generic" ,
3
3
"@type" : "reproschema:Protocol" ,
4
4
"@id" : "protocol1.jsonld" ,
5
5
"prefLabel" : {
6
6
"en" : "Protocol1" ,
7
7
"es" : "Protocol1_es"
8
8
} ,
9
9
"description" : "example Protocol" ,
10
- "schemaVersion" : "0.0.1 " ,
10
+ "schemaVersion" : "1. 0.0-rc1.post " ,
11
11
"version" : "0.0.1" ,
12
12
"ui" : {
13
13
"addProperties" : [
27
27
"@id" : "../activities/activity1.jsonld" ,
28
28
"prefLabel" : "Example 1" ,
29
29
"description" : "Activity example 1" ,
30
- "schemaVersion" : "0.0.1 " ,
30
+ "schemaVersion" : "1. 0.0-rc1.post " ,
31
31
"version" : "0.0.1" ,
32
32
"citation" : "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1495268/" ,
33
33
"preamble" : {
Original file line number Diff line number Diff line change
1
+ {
2
+ "@context" : "../../contexts/generic" ,
3
+ "@type" : "reproschema:Response" ,
4
+ "@id" : "uuid:fc963765-1f1b-4ad9-bc4b-0d21b9de5acb" ,
5
+ "wasAttributedTo" : {
6
+ "@id" : "uuid:2b0aab3d-495f-4eee-98a5-4284b3268a56" ,
7
+ "subject_id" : "6aabb03d-9e5f-ae5e-c4a5-21b9b326868a"
8
+ } ,
9
+ "isAbout" : "../activities/items/item1.jsonld" ,
10
+ "value" : 1
11
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "@context" : "../../contexts/generic" ,
3
+ "@type" : "reproschema:ResponseActivity" ,
4
+ "@id" : "uuid:96496a96-50d6-4b87-a65e-468420e7c80d" ,
5
+ "used" : [
6
+ "../activities/items/item1.jsonld" ,
7
+ "../activities/activity1.jsonld" ,
8
+ "../protocols/protocol1.jsonld"
9
+ ] ,
10
+ "inLanguage" : "en" ,
11
+ "startedAtTime" : "2020-07-23T22:15:37.675Z" ,
12
+ "endedAtTime" : "2020-07-23T22:15:50.293Z" ,
13
+ "wasAssociatedWith" : {
14
+ "version" : "0.0.1" ,
15
+ "url" : "https://schema.repronim.org/ui/#/" ,
16
+ "@id" : "https://github.com/ReproNim/reproschema-ui"
17
+ } ,
18
+ "prov:generated" : "uuid:85d18360-1787-4d3d-b72e-b543ca9b4b1a"
19
+ }
You can’t perform that action at this time.
0 commit comments