-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathspm_results_2contrasts.ttl
More file actions
769 lines (652 loc) · 38.7 KB
/
Copy pathspm_results_2contrasts.ttl
File metadata and controls
769 lines (652 loc) · 38.7 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix spm: <http://purl.org/nidash/spm#> .
@prefix fsl: <http://purl.org/nidash/fsl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix nidm: <http://purl.org/nidash/nidm#> .
@prefix niiri: <http://iri.nidash.org/> .
@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix nlx: <http://uri.neuinfo.org/nif/nifstd/> .
@prefix scr: <http://scicrunch.org/resolver/>.
@prefix nidm_ClusterDefinitionCriteria: <http://purl.org/nidash/nidm#NIDM_0000007> .
@prefix nidm_hasConnectivityCriterion: <http://purl.org/nidash/nidm#NIDM_0000099> .
@prefix nidm_voxel18connected: <http://purl.org/nidash/nidm#NIDM_0000128> .
@prefix nidm_ConjunctionInference: <http://purl.org/nidash/nidm#NIDM_0000011> .
@prefix nidm_hasAlternativeHypothesis: <http://purl.org/nidash/nidm#NIDM_0000097> .
@prefix nidm_OneTailedTest: <http://purl.org/nidash/nidm#NIDM_0000060> .
@prefix nidm_ContrastEstimation: <http://purl.org/nidash/nidm#NIDM_0000001> .
@prefix nidm_ContrastMap: <http://purl.org/nidash/nidm#NIDM_0000002> .
@prefix nidm_contrastName: <http://purl.org/nidash/nidm#NIDM_0000085> .
@prefix nidm_inCoordinateSpace: <http://purl.org/nidash/nidm#NIDM_0000104> .
@prefix nidm_ContrastStandardErrorMap: <http://purl.org/nidash/nidm#NIDM_0000013> .
@prefix nidm_statisticType: <http://purl.org/nidash/nidm#NIDM_0000123> .
@prefix nidm_Coordinate: <http://purl.org/nidash/nidm#NIDM_0000015> .
@prefix nidm_coordinateVector: <http://purl.org/nidash/nidm#NIDM_0000086> .
@prefix nidm_CoordinateSpace: <http://purl.org/nidash/nidm#NIDM_0000016> .
@prefix nidm_voxelToWorldMapping: <http://purl.org/nidash/nidm#NIDM_0000132> .
@prefix nidm_voxelUnits: <http://purl.org/nidash/nidm#NIDM_0000133> .
@prefix nidm_voxelSize: <http://purl.org/nidash/nidm#NIDM_0000131> .
@prefix nidm_inWorldCoordinateSystem: <http://purl.org/nidash/nidm#NIDM_0000105> .
@prefix nidm_MNICoordinateSystem: <http://purl.org/nidash/nidm#NIDM_0000051> .
@prefix nidm_numberOfDimensions: <http://purl.org/nidash/nidm#NIDM_0000112> .
@prefix nidm_dimensionsInVoxels: <http://purl.org/nidash/nidm#NIDM_0000090> .
@prefix nidm_Data: <http://purl.org/nidash/nidm#NIDM_0000169> .
@prefix nidm_grandMeanScaling: <http://purl.org/nidash/nidm#NIDM_0000096> .
@prefix nidm_targetIntensity: <http://purl.org/nidash/nidm#NIDM_0000124> .
@prefix nidm_hasMRIProtocol: <http://purl.org/nidash/nidm#NIDM_0000172> .
@prefix nidm_ParameterEstimateMap: <http://purl.org/nidash/nidm#NIDM_0000061> .
@prefix nidm_ReselsPerVoxelMap: <http://purl.org/nidash/nidm#NIDM_0000144> .
@prefix nidm_StatisticMap: <http://purl.org/nidash/nidm#NIDM_0000076> .
@prefix nidm_DesignMatrix: <http://purl.org/nidash/nidm#NIDM_0000019> .
@prefix nidm_DisplayMaskMap: <http://purl.org/nidash/nidm#NIDM_0000020> .
@prefix nidm_ErrorModel: <http://purl.org/nidash/nidm#NIDM_0000023> .
@prefix nidm_hasErrorDistribution: <http://purl.org/nidash/nidm#NIDM_0000101> .
@prefix nidm_errorVarianceHomogeneous: <http://purl.org/nidash/nidm#NIDM_0000094> .
@prefix nidm_varianceMapWiseDependence: <http://purl.org/nidash/nidm#NIDM_0000126> .
@prefix nidm_IndependentParameter: <http://purl.org/nidash/nidm#NIDM_0000073> .
@prefix nidm_hasErrorDependence: <http://purl.org/nidash/nidm#NIDM_0000100> .
@prefix nidm_IndependentError: <http://purl.org/nidash/nidm#NIDM_0000048> .
@prefix nidm_dependenceMapWiseDependence: <http://purl.org/nidash/nidm#NIDM_0000089> .
@prefix nidm_ExcursionSetMap: <http://purl.org/nidash/nidm#NIDM_0000025> .
@prefix nidm_hasClusterLabelsMap: <http://purl.org/nidash/nidm#NIDM_0000098> .
@prefix nidm_hasMaximumIntensityProjection: <http://purl.org/nidash/nidm#NIDM_0000138> .
@prefix nidm_numberOfSupraThresholdClusters: <http://purl.org/nidash/nidm#NIDM_0000111> .
@prefix nidm_pValue: <http://purl.org/nidash/nidm#NIDM_0000114> .
@prefix nidm_NIDMResultsExport: <http://purl.org/nidash/nidm#NIDM_0000166> .
@prefix nidm_spm_results_nidm: <http://purl.org/nidash/nidm#NIDM_0000168> .
@prefix nidm_softwareVersion: <http://purl.org/nidash/nidm#NIDM_0000122> .
@prefix nidm_ExtentThreshold: <http://purl.org/nidash/nidm#NIDM_0000026> .
@prefix nidm_PValueUncorrected: <http://purl.org/nidash/nidm#NIDM_0000160> .
@prefix nidm_clusterSizeInVoxels: <http://purl.org/nidash/nidm#NIDM_0000084> .
@prefix nidm_equivalentThreshold: <http://purl.org/nidash/nidm#NIDM_0000161> .
@prefix nidm_clusterSizeInResels: <http://purl.org/nidash/nidm#NIDM_0000156> .
@prefix nidm_GrandMeanMap: <http://purl.org/nidash/nidm#NIDM_0000033> .
@prefix nidm_maskedMedian: <http://purl.org/nidash/nidm#NIDM_0000107> .
@prefix nidm_groupName: <http://purl.org/nidash/nidm#NIDM_0000170> .
@prefix nidm_numberOfSubjects: <http://purl.org/nidash/nidm#NIDM_0000171> .
@prefix nidm_HeightThreshold: <http://purl.org/nidash/nidm#NIDM_0000034> .
@prefix nidm_Inference: <http://purl.org/nidash/nidm#NIDM_0000049> .
@prefix nidm_MaskMap: <http://purl.org/nidash/nidm#NIDM_0000054> .
@prefix nidm_isUserDefined: <http://purl.org/nidash/nidm#NIDM_0000106> .
@prefix nidm_ModelParameterEstimation: <http://purl.org/nidash/nidm#NIDM_0000056> .
@prefix nidm_withEstimationMethod: <http://purl.org/nidash/nidm#NIDM_0000134> .
@prefix nidm_NIDMResults: <http://purl.org/nidash/nidm#NIDM_0000027> .
@prefix nidm_version: <http://purl.org/nidash/nidm#NIDM_0000127> .
@prefix nidm_PeakDefinitionCriteria: <http://purl.org/nidash/nidm#NIDM_0000063> .
@prefix nidm_minDistanceBetweenPeaks: <http://purl.org/nidash/nidm#NIDM_0000109> .
@prefix nidm_maxNumberOfPeaksPerCluster: <http://purl.org/nidash/nidm#NIDM_0000108> .
@prefix nidm_Peak: <http://purl.org/nidash/nidm#NIDM_0000062> .
@prefix nidm_pValueUncorrected: <http://purl.org/nidash/nidm#NIDM_0000116> .
@prefix nidm_equivalentZStatistic: <http://purl.org/nidash/nidm#NIDM_0000092> .
@prefix nidm_pValueFWER: <http://purl.org/nidash/nidm#NIDM_0000115> .
@prefix nidm_qValueFDR: <http://purl.org/nidash/nidm#NIDM_0000119> .
@prefix nidm_ResidualMeanSquaresMap: <http://purl.org/nidash/nidm#NIDM_0000066> .
@prefix nidm_SearchSpaceMaskMap: <http://purl.org/nidash/nidm#NIDM_0000068> .
@prefix nidm_expectedNumberOfVoxelsPerCluster: <http://purl.org/nidash/nidm#NIDM_0000143> .
@prefix nidm_expectedNumberOfClusters: <http://purl.org/nidash/nidm#NIDM_0000141> .
@prefix nidm_heightCriticalThresholdFWE05: <http://purl.org/nidash/nidm#NIDM_0000147> .
@prefix nidm_heightCriticalThresholdFDR05: <http://purl.org/nidash/nidm#NIDM_0000146> .
@prefix nidm_searchVolumeInVoxels: <http://purl.org/nidash/nidm#NIDM_0000121> .
@prefix nidm_searchVolumeInUnits: <http://purl.org/nidash/nidm#NIDM_0000136> .
@prefix nidm_reselSizeInVoxels: <http://purl.org/nidash/nidm#NIDM_0000148> .
@prefix nidm_searchVolumeInResels: <http://purl.org/nidash/nidm#NIDM_0000149> .
@prefix nidm_noiseFWHMInVoxels: <http://purl.org/nidash/nidm#NIDM_0000159> .
@prefix nidm_noiseFWHMInUnits: <http://purl.org/nidash/nidm#NIDM_0000157> .
@prefix nidm_randomFieldStationarity: <http://purl.org/nidash/nidm#NIDM_0000120> .
@prefix nidm_effectDegreesOfFreedom: <http://purl.org/nidash/nidm#NIDM_0000091> .
@prefix nidm_errorDegreesOfFreedom: <http://purl.org/nidash/nidm#NIDM_0000093> .
@prefix nidm_SupraThresholdCluster: <http://purl.org/nidash/nidm#NIDM_0000070> .
@prefix nidm_clusterLabelId: <http://purl.org/nidash/nidm#NIDM_0000082> .
@prefix obo_contrastweightmatrix: <http://purl.obolibrary.org/obo/STATO_0000323> .
@prefix obo_tstatistic: <http://purl.obolibrary.org/obo/STATO_0000176> .
@prefix obo_normaldistribution: <http://purl.obolibrary.org/obo/STATO_0000227> .
@prefix obo_statistic: <http://purl.obolibrary.org/obo/STATO_0000039> .
@prefix obo_studygrouppopulation: <http://purl.obolibrary.org/obo/STATO_0000193> .
@prefix obo_ordinaryleastsquaresestimation: <http://purl.obolibrary.org/obo/STATO_0000370> .
@prefix obo_FWERadjustedpvalue: <http://purl.obolibrary.org/obo/OBI_0001265> .
@prefix spm_smallestSignificantClusterSizeInVoxelsFWE05: <http://purl.org/nidash/spm#SPM_0000014> .
@prefix spm_smallestSignificantClusterSizeInVoxelsFDR05: <http://purl.org/nidash/spm#SPM_0000013> .
@prefix spm_searchVolumeReselsGeometry: <http://purl.org/nidash/spm#SPM_0000010> .
@prefix nlx_FunctionalMRIprotocol: <http://uri.neuinfo.org/nif/nifstd/birnlex_2250> .
@prefix nlx_Imaginginstrument: <http://uri.neuinfo.org/nif/nifstd/birnlex_2094> .
@prefix nlx_Magneticresonanceimagingscanner: <http://uri.neuinfo.org/nif/nifstd/birnlex_2100> .
@prefix scr_SPM: <http://scicrunch.org/resolver/SCR_007037> .
niiri:cluster_definition_criteria_id a prov:Entity , nidm_ClusterDefinitionCriteria: ;
rdfs:label "Cluster Connectivity Criterion: 18"^^xsd:string; ;
nidm_hasConnectivityCriterion: nidm_voxel18connected: .
niiri:cluster_definition_criteria_id_2 a prov:Entity , nidm_ClusterDefinitionCriteria: ;
rdfs:label "Cluster Connectivity Criterion: 18"^^xsd:string; ;
nidm_hasConnectivityCriterion: nidm_voxel18connected: .
niiri:cluster_definition_criteria_id_3 a prov:Entity , nidm_ClusterDefinitionCriteria: ;
rdfs:label "Cluster Connectivity Criterion: 18"^^xsd:string; ;
nidm_hasConnectivityCriterion: nidm_voxel18connected: .
niiri:inference_id_3 a prov:Activity , nidm_ConjunctionInference: ;
rdfs:label "Conjunction Inference 3"^^xsd:string; ;
nidm_hasAlternativeHypothesis: nidm_OneTailedTest: ;
prov:used niiri:statistic_map_id, niiri:statistic_map_id_2, niiri:height_threshold_id_3, niiri:extent_threshold_id_3, niiri:display_map_id_3, niiri:peak_definition_criteria_id_3, niiri:cluster_definition_criteria_id_3, niiri:mask_id_1 ;
prov:wasAssociatedWith niiri:software_id .
niiri:contrast_estimation_id prov:used niiri:beta_map_id_2 .
niiri:contrast_estimation_id_2 prov:used niiri:beta_map_id_3 .
niiri:contrast_estimation_id a prov:Activity , nidm_ContrastEstimation: ;
rdfs:label "Contrast estimation 1"^^xsd:string; ;
prov:used niiri:mask_id_1 , niiri:residual_mean_squares_map_id , niiri:design_matrix_id , niiri:contrast_id, niiri:beta_map_id_1 ;
prov:wasAssociatedWith niiri:software_id .
niiri:contrast_estimation_id_2 a prov:Activity , nidm_ContrastEstimation: ;
rdfs:label "Contrast estimation 2"^^xsd:string; ;
prov:used niiri:mask_id_1 , niiri:residual_mean_squares_map_id , niiri:design_matrix_id , niiri:contrast_id_2, niiri:beta_map_id_3 ;
prov:wasAssociatedWith niiri:software_id .
niiri:contrast_map_id a prov:Entity , nidm_ContrastMap: ;
rdfs:label "Contrast Map: listening > reading"^^xsd:string; ;
prov:atLocation "Contrast_0001.nii.gz"^^xsd:anyURI ;
dct:format "image/nifti"^^xsd:string ;
nfo:fileName "Contrast_0001.nii.gz"^^xsd:string ;
nidm_contrastName: "listening > reading"^^xsd:string ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string ;
prov:wasGeneratedBy niiri:contrast_estimation_id .
niiri:contrast_map_id_2 a prov:Entity , nidm_ContrastMap: ;
rdfs:label "Contrast Map: motor"^^xsd:string; ;
prov:atLocation "Contrast_0002.nii.gz"^^xsd:anyURI ;
dct:format "image/nifti"^^xsd:string ;
nfo:fileName "Contrast_0002.nii.gz"^^xsd:string ;
nidm_contrastName: "motor"^^xsd:string ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string ;
prov:wasGeneratedBy niiri:contrast_estimation_id_2 .
niiri:contrast_standard_error_map_id a prov:Entity , nidm_ContrastStandardErrorMap: ;
rdfs:label "Contrast 1 Standard Error Map"^^xsd:string; ;
prov:atLocation "ContrastStandardError_0001.nii.gz"^^xsd:anyURI ;
nfo:fileName "ContrastStandardError_0001.nii.gz"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string ;
prov:wasGeneratedBy niiri:contrast_estimation_id .
niiri:contrast_standard_error_map_id_2 a prov:Entity , nidm_ContrastStandardErrorMap: ;
rdfs:label "Contrast 2 Standard Error Map"^^xsd:string; ;
prov:atLocation "ContrastStandardError_0002.nii.gz"^^xsd:anyURI ;
nfo:fileName "ContrastStandardError_0002.nii.gz"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string ;
prov:wasGeneratedBy niiri:contrast_estimation_id_2 .
niiri:contrast_id a prov:Entity , obo_contrastweightmatrix: ;
rdfs:label "Contrast: listening > reading"^^xsd:string; ;
prov:value "[1, -1, 0, 0]"^^xsd:string ;
nidm_statisticType: obo_tstatistic: ; # obo:'t-statistic'
nidm_contrastName: "listening > reading"^^xsd:string .
niiri:contrast_id_2 a prov:Entity , obo_contrastweightmatrix: ;
rdfs:label "Contrast: motor"^^xsd:string; ;
prov:value "[ 0, 0, 1 ]"^^xsd:string ;
nidm_statisticType: obo_tstatistic: ; # obo:'t-statistic'
nidm_contrastName: "motor"^^xsd:string .
niiri:coordinate_0001 a prov:Entity , prov:Location , nidm_Coordinate: ;
rdfs:label "Coordinate: 0001"^^xsd:string; ;
nidm_coordinateVector: "[ -60, -25, 11 ]"^^xsd:string .
niiri:coordinate_0002 a prov:Entity , prov:Location , nidm_Coordinate: ;
rdfs:label "Coordinate: 0002"^^xsd:string; ;
nidm_coordinateVector: "[ -42, -31, 11 ]"^^xsd:string .
niiri:coordinate_0003 a prov:Entity , prov:Location , nidm_Coordinate: ;
rdfs:label "Coordinate: 0003"^^xsd:string; ;
nidm_coordinateVector: "[ -66, -31, -1 ]"^^xsd:string .
niiri:coordinate_0004 a prov:Entity , prov:Location , nidm_Coordinate: ;
rdfs:label "Coordinate: 0004"^^xsd:string; ;
nidm_coordinateVector: "[ 63, -13, -4 ]"^^xsd:string .
niiri:coordinate_space_id_1 a prov:Entity , nidm_CoordinateSpace: ;
rdfs:label "Coordinate space 1"^^xsd:string; ;
nidm_voxelToWorldMapping: "[[-3, 0, 0, 78],[0, 3, 0, -112],[0, 0, 3, -50],[0, 0, 0, 1]]"^^xsd:string ;
nidm_voxelUnits: "[ \"mm\", \"mm\", \"mm\" ]"^^xsd:string ;
nidm_voxelSize: "[ 3, 3, 3 ]"^^xsd:string ;
nidm_inWorldCoordinateSystem: nidm_MNICoordinateSystem: ;
nidm_numberOfDimensions: "3"^^xsd:int ;
nidm_dimensionsInVoxels: "[ 53, 63, 46 ]"^^xsd:string .
niiri:data_id a prov:Entity , nidm_Data: , prov:Collection ;
rdfs:label "Data"^^xsd:string; ;
nidm_grandMeanScaling: "true"^^xsd:boolean ;
nidm_targetIntensity: "100"^^xsd:float ;
nidm_hasMRIProtocol: nlx_FunctionalMRIprotocol: ;
prov:wasAttributedTo niiri:mr_scanner_id ;
prov:wasAttributedTo niiri:group_id ;
prov:wasAttributedTo niiri:group2_id .
niiri:contrast_map_id_der a prov:Entity , nidm_ContrastMap: ;
nfo:fileName "con_0001.nii"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string .
niiri:contrast_map_id prov:wasDerivedFrom niiri:contrast_map_id_der .
niiri:contrast_map_id_2_der a prov:Entity , nidm_ContrastMap: ;
nfo:fileName "con_0002.nii"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string .
niiri:contrast_map_id_2 prov:wasDerivedFrom niiri:contrast_map_id_2_der .
niiri:beta_map_id_1_der a prov:Entity , nidm_ParameterEstimateMap: ;
nfo:fileName "beta_0001.nii"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string .
niiri:beta_map_id_1 prov:wasDerivedFrom niiri:beta_map_id_1_der .
niiri:beta_map_id_2_der a prov:Entity , nidm_ParameterEstimateMap: ;
nfo:fileName "beta_0002.nii"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string .
niiri:beta_map_id_2 prov:wasDerivedFrom niiri:beta_map_id_2_der .
niiri:beta_map_id_3_der a prov:Entity , nidm_ParameterEstimateMap: ;
nfo:fileName "beta_0003.nii"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string .
niiri:beta_map_id_3 prov:wasDerivedFrom niiri:beta_map_id_3_der .
niiri:resels_per_voxel_map_id_der a prov:Entity , nidm_ReselsPerVoxelMap: ;
nfo:fileName "RPV.nii"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string .
niiri:resels_per_voxel_map_id prov:wasDerivedFrom niiri:resels_per_voxel_map_id_der .
niiri:statistic_map_id_der a prov:Entity , nidm_StatisticMap: ;
nfo:fileName "spmT_0001.nii"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string .
niiri:statistic_map_id prov:wasDerivedFrom niiri:statistic_map_id_der .
niiri:statistic_map_id_2_der a prov:Entity , nidm_StatisticMap: ;
nfo:fileName "spmT_0002.nii"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string .
niiri:statistic_map_id_2 prov:wasDerivedFrom niiri:statistic_map_id_2_der .
niiri:design_matrix_id a prov:Entity , nidm_DesignMatrix: ;
rdfs:label "Design Matrix"^^xsd:string; ;
prov:atLocation "DesignMatrix.csv"^^xsd:anyURI ;
dct:format "text/csv"^^xsd:string ;
nfo:fileName "DesignMatrix.csv"^^xsd:string ;
dc:description niiri:design_matrix_png_id .
niiri:display_map_id a prov:Entity , nidm_DisplayMaskMap: ;
rdfs:label "Display Mask Map"^^xsd:string; ;
prov:atLocation "DisplayMask.nii.gz"^^xsd:anyURI ;
dct:format "image/nifti"^^xsd:string ;
nfo:fileName "DisplayMask.nii.gz"^^xsd:string ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string .
niiri:display_map_id_2 a prov:Entity , nidm_DisplayMaskMap: ;
rdfs:label "Display Mask Map"^^xsd:string; ;
prov:atLocation "DisplayMask.nii.gz"^^xsd:anyURI ;
dct:format "image/nifti"^^xsd:string ;
nfo:fileName "DisplayMask.nii.gz"^^xsd:string ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string .
niiri:display_map_id_3 a prov:Entity , nidm_DisplayMaskMap: ;
rdfs:label "Display Mask Map"^^xsd:string; ;
prov:atLocation "DisplayMask.nii.gz"^^xsd:anyURI ;
dct:format "image/nifti"^^xsd:string ;
nfo:fileName "DisplayMask.nii.gz"^^xsd:string ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string .
niiri:error_model_id a prov:Entity , nidm_ErrorModel: ;
nidm_hasErrorDistribution: obo_normaldistribution: ;
nidm_errorVarianceHomogeneous: "true"^^xsd:boolean ;
nidm_varianceMapWiseDependence: nidm_IndependentParameter: ;
nidm_hasErrorDependence: nidm_IndependentError: ;
nidm_dependenceMapWiseDependence: nidm_IndependentParameter: .
niiri:excursion_set_map_id a prov:Entity , nidm_ExcursionSetMap: ;
rdfs:label "Excursion Set Map"^^xsd:string; ;
prov:atLocation "ExcursionSet.nii.gz"^^xsd:anyURI ;
dct:format "image/nifti"^^xsd:string ;
nfo:fileName "ExcursionSet.nii.gz"^^xsd:string ;
nidm_hasClusterLabelsMap: niiri:cluster_label_map_id ;
nidm_hasMaximumIntensityProjection: niiri:maximum_intensity_projection_id ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "d96b82761c299a66978893cab6034f3f8aed25d0a135636b0ffe79f4cf11becce86ba261f7aeb43717f5d0e47ad0b14cfb0402786251e3f2c507890c83b27652"^^xsd:string ;
nidm_numberOfSupraThresholdClusters: "5"^^xsd:int ;
nidm_pValue: "2.83510681598e-09"^^xsd:float ;
prov:wasGeneratedBy niiri:inference_id .
niiri:export_id a prov:Activity , nidm_NIDMResultsExport: ;
rdfs:label "NIDM-Results export" .
niiri:export_id prov:wasAssociatedWith niiri:exporter_id .
niiri:exporter_id a prov:Agent, nidm_spm_results_nidm: , prov:SoftwareAgent ;
rdfs:label "spm_results_nidm"^^xsd:string; ;
nidm_softwareVersion: "12b.5858"^^xsd:string .
niiri:extent_threshold_id_12 a prov:Entity, nidm_ExtentThreshold:, obo_FWERadjustedpvalue: ;
rdfs:label "Extent Threshold"^^xsd:string; ;
prov:value "1"^^xsd:float .
niiri:extent_threshold_id_13 a prov:Entity, nidm_ExtentThreshold:, nidm_PValueUncorrected: ;
rdfs:label "Extent Threshold"^^xsd:string; ;
prov:value "1"^^xsd:float .
niiri:extent_threshold_id_2_1 a prov:Entity, nidm_ExtentThreshold:, obo_FWERadjustedpvalue: ;
rdfs:label "Extent Threshold"^^xsd:string; ;
prov:value "1"^^xsd:float .
niiri:extent_threshold_id_2_2 a prov:Entity, nidm_ExtentThreshold:, obo_FWERadjustedpvalue: ;
rdfs:label "Extent Threshold"^^xsd:string; ;
prov:value "1"^^xsd:float .
niiri:extent_threshold_id_22 a prov:Entity, nidm_ExtentThreshold:, obo_FWERadjustedpvalue: ;
rdfs:label "Extent Threshold"^^xsd:string; ;
prov:value "1"^^xsd:float .
niiri:extent_threshold_id_23 a prov:Entity, nidm_ExtentThreshold:, nidm_PValueUncorrected: ;
rdfs:label "Extent Threshold"^^xsd:string; ;
prov:value "1"^^xsd:float .
niiri:extent_threshold_id_3_1 a prov:Entity, nidm_ExtentThreshold:, nidm_PValueUncorrected: ;
rdfs:label "Extent Threshold"^^xsd:string; ;
prov:value "1"^^xsd:float .
niiri:extent_threshold_id_3_2 a prov:Entity, nidm_ExtentThreshold:, nidm_PValueUncorrected: ;
rdfs:label "Extent Threshold"^^xsd:string; ;
prov:value "1"^^xsd:float .
niiri:extent_threshold_id_32 a prov:Entity, nidm_ExtentThreshold:, obo_FWERadjustedpvalue: ;
rdfs:label "Extent Threshold"^^xsd:string; ;
prov:value "1"^^xsd:float .
niiri:extent_threshold_id_33 a prov:Entity, nidm_ExtentThreshold:, nidm_PValueUncorrected: ;
rdfs:label "Extent Threshold"^^xsd:string; ;
prov:value "1"^^xsd:float .
niiri:extent_threshold_id a prov:Entity, nidm_ExtentThreshold:, obo_statistic: ;
rdfs:label "Extent Threshold: k>=0"^^xsd:string; ;
nidm_clusterSizeInVoxels: "0"^^xsd:int ;
nidm_equivalentThreshold: niiri:height_threshold_id_12 ;
nidm_equivalentThreshold: niiri:height_threshold_id_13 ;
nidm_clusterSizeInResels: "0"^^xsd:float .
niiri:extent_threshold_id_1_1 a prov:Entity, nidm_ExtentThreshold:, obo_statistic: ;
rdfs:label "Extent Threshold: k>=0"^^xsd:string; ;
nidm_clusterSizeInVoxels: "0"^^xsd:int ;
nidm_equivalentThreshold: niiri:extent_threshold_id_2 ;
nidm_equivalentThreshold: niiri:extent_threshold_id_3 ;
nidm_clusterSizeInResels: "0"^^xsd:float .
niiri:extent_threshold_id_1_2 a prov:Entity, nidm_ExtentThreshold:, obo_statistic: ;
rdfs:label "Extent Threshold: k>=0"^^xsd:string; ;
nidm_clusterSizeInVoxels: "0"^^xsd:int ;
nidm_equivalentThreshold: niiri:extent_threshold_id_2 ;
nidm_equivalentThreshold: niiri:extent_threshold_id_3 ;
nidm_clusterSizeInResels: "0"^^xsd:float .
niiri:extent_threshold_id_3 a prov:Entity, nidm_ExtentThreshold:, obo_statistic: ;
rdfs:label "Extent Threshold: k>=10"^^xsd:string; ;
nidm_clusterSizeInVoxels: "10"^^xsd:int ;
nidm_equivalentThreshold: niiri:height_threshold_id_12 ;
nidm_equivalentThreshold: niiri:height_threshold_id_13 ;
nidm_clusterSizeInResels: "3.3"^^xsd:float .
niiri:grand_mean_map_id a prov:Entity , nidm_GrandMeanMap: ;
rdfs:label "Grand Mean Map"^^xsd:string; ;
prov:atLocation "GrandMean.nii.gz"^^xsd:anyURI ;
nfo:fileName "GrandMean.nii.gz"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
nidm_maskedMedian: "115"^^xsd:float ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string ;
prov:wasGeneratedBy niiri:model_pe_id .
niiri:group_id a prov:Entity , obo_studygrouppopulation: ;
rdfs:label "Group: Control"^^xsd:string; ;
nidm_groupName: "Control"^^xsd:string ;
nidm_numberOfSubjects: "23"^^xsd:int .
niiri:group2_id a prov:Entity , obo_studygrouppopulation: ;
rdfs:label "Group: Patient"^^xsd:string; ;
nidm_groupName: "Patient"^^xsd:string ;
nidm_numberOfSubjects: "21"^^xsd:int .
niiri:height_threshold_id_12 a prov:Entity, nidm_HeightThreshold:, obo_statistic: ;
rdfs:label "Height Threshold"^^xsd:string; ;
prov:value "5.23529984739211"^^xsd:float .
niiri:height_threshold_id_13 a prov:Entity, nidm_HeightThreshold:, nidm_PValueUncorrected: ;
rdfs:label "Height Threshold"^^xsd:string; ;
prov:value "7.62276079258051e-07"^^xsd:float .
niiri:height_threshold_id_2_1 a prov:Entity, nidm_HeightThreshold:, obo_statistic: ;
rdfs:label "Height Threshold"^^xsd:string; ;
prov:value "4.85241745689539"^^xsd:float .
niiri:height_threshold_id_2_2 a prov:Entity, nidm_HeightThreshold:, obo_statistic: ;
rdfs:label "Height Threshold"^^xsd:string; ;
prov:value "4.85241745689539"^^xsd:float .
niiri:height_threshold_id_22 a prov:Entity, nidm_HeightThreshold:, obo_statistic: ;
rdfs:label "Height Threshold"^^xsd:string; ;
prov:value "5.23529984739211"^^xsd:float .
niiri:height_threshold_id_23 a prov:Entity, nidm_HeightThreshold:, obo_FWERadjustedpvalue: ;
rdfs:label "Height Threshold"^^xsd:string; ;
prov:value "0.05"^^xsd:float .
niiri:height_threshold_id_3_1 a prov:Entity, nidm_HeightThreshold:, nidm_PValueUncorrected: ;
rdfs:label "Height Threshold"^^xsd:string; ;
prov:value "2.7772578456986e-06"^^xsd:float .
niiri:height_threshold_id_3_2 a prov:Entity, nidm_HeightThreshold:, nidm_PValueUncorrected: ;
rdfs:label "Height Threshold"^^xsd:string; ;
prov:value "2.7772578456986e-06"^^xsd:float .
niiri:height_threshold_id_32 a prov:Entity, nidm_HeightThreshold:, obo_statistic: ;
rdfs:label "Height Threshold"^^xsd:string; ;
prov:value "5.23529984739211"^^xsd:float .
niiri:height_threshold_id_33 a prov:Entity, nidm_HeightThreshold:, obo_FWERadjustedpvalue: ;
rdfs:label "Height Threshold"^^xsd:string; ;
prov:value "0.05"^^xsd:float .
niiri:height_threshold_id a prov:Entity, nidm_HeightThreshold:, obo_FWERadjustedpvalue: ;
rdfs:label "Height Threshold: p<0.05 (FWE)"^^xsd:string; ;
prov:value "0.05"^^xsd:float ;
nidm_equivalentThreshold: niiri:height_threshold_id_12 ;
nidm_equivalentThreshold: niiri:height_threshold_id_13 .
niiri:height_threshold_id_1_1 a prov:Entity, nidm_HeightThreshold:, obo_FWERadjustedpvalue: ;
rdfs:label "Height Threshold: p<0.05 (FWE)"^^xsd:string; ;
prov:value "0.0499999999999976"^^xsd:float ;
nidm_equivalentThreshold: niiri:height_threshold_id_2 ;
nidm_equivalentThreshold: niiri:height_threshold_id_3 .
niiri:height_threshold_id_1_2 a prov:Entity, nidm_HeightThreshold:, obo_FWERadjustedpvalue: ;
rdfs:label "Height Threshold: p<0.05 (FWE)"^^xsd:string; ;
prov:value "0.0499999999999976"^^xsd:float ;
nidm_equivalentThreshold: niiri:height_threshold_id_2 ;
nidm_equivalentThreshold: niiri:height_threshold_id_3 .
niiri:height_threshold_id_3 a prov:Entity, nidm_HeightThreshold:, nidm_PValueUncorrected: ;
rdfs:label "Height Threshold: p<0.001 (unc)"^^xsd:string; ;
prov:value "7.62276079258051e-07"^^xsd:float ;
nidm_equivalentThreshold: niiri:height_threshold_id_32 ;
nidm_equivalentThreshold: niiri:height_threshold_id_33 .
niiri:design_matrix_png_id a prov:Entity , dctype:Image ;
prov:atLocation "DesignMatrix.png"^^xsd:anyURI ;
nfo:fileName "DesignMatrix.png"^^xsd:string ;
dct:format "image/png"^^xsd:string .
niiri:mr_scanner_id a prov:Agent, nlx_Imaginginstrument:, nlx_Magneticresonanceimagingscanner:;
rdfs:label "MRI Scanner" .
niiri:inference_id a prov:Activity , nidm_Inference: ;
rdfs:label "Inference 1"^^xsd:string; ;
nidm_hasAlternativeHypothesis: nidm_OneTailedTest: ;
prov:used niiri:statistic_map_id, niiri:height_threshold_id_1_1, niiri:extent_threshold_id_1_1, niiri:peak_definition_criteria_id, niiri:cluster_definition_criteria_id, niiri:mask_id_1 ;
prov:wasAssociatedWith niiri:software_id .
niiri:inference_id_2 a prov:Activity , nidm_Inference: ;
rdfs:label "Inference 2"^^xsd:string; ;
nidm_hasAlternativeHypothesis: nidm_OneTailedTest: ;
prov:used niiri:statistic_map_id_2, niiri:height_threshold_id_1_2, niiri:extent_threshold_id_1_2, niiri:peak_definition_criteria_id_2, niiri:cluster_definition_criteria_id_2, niiri:mask_id_1 ;
prov:wasAssociatedWith niiri:software_id .
niiri:contrast_estimation_id prov:used niiri:mask_id_1 .
niiri:mask_id_1 a prov:Entity , nidm_MaskMap: ;
rdfs:label "Mask"^^xsd:string; ;
nidm_isUserDefined: "false"^^xsd:boolean ;
prov:atLocation "Mask.nii.gz"^^xsd:anyURI ;
nfo:fileName "Mask.nii.gz"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string ;
prov:wasGeneratedBy niiri:model_pe_id .
niiri:model_pe_id prov:used niiri:error_model_id ;
a prov:Activity , nidm_ModelParameterEstimation: ;
rdfs:label "Model parameters estimation"^^xsd:string; ;
nidm_withEstimationMethod: obo_ordinaryleastsquaresestimation: ;
prov:used niiri:design_matrix_id ;
prov:used niiri:data_id ;
prov:used niiri:error_model_id ;
prov:wasAssociatedWith niiri:software_id .
niiri:spm_results_id a prov:Entity , prov:Bundle, nidm_NIDMResults: ;
rdfs:label "NIDM-Results"^^xsd:string; ;
nidm_version: "1.3.0"^^xsd:string .
_:blank1 a prov:Generation ;
prov:activity niiri:export_id .
niiri:spm_results_id prov:qualifiedGeneration _:blank1 .
_:blank1 prov:atTime "2014-05-19T10:30:00.000+01:00"^^xsd:dateTime .
niiri:beta_map_id_1 prov:wasGeneratedBy niiri:model_pe_id .
niiri:beta_map_id_1 a prov:Entity , nidm_ParameterEstimateMap: ;
rdfs:label "Beta Map 1"^^xsd:string; ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string ;
prov:atLocation "ParameterEstimate_001.nii.gz"^^xsd:anyURI ;
nfo:fileName "ParameterEstimate_001.nii.gz"^^xsd:string ;
dct:format "image/nifti"^^xsd:string .
niiri:beta_map_id_2 prov:wasGeneratedBy niiri:model_pe_id .
niiri:beta_map_id_2 a prov:Entity , nidm_ParameterEstimateMap: ;
rdfs:label "Beta Map 2"^^xsd:string; ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string ;
prov:atLocation "ParameterEstimate_002.nii.gz"^^xsd:anyURI ;
nfo:fileName "ParameterEstimate_002.nii.gz"^^xsd:string ;
dct:format "image/nifti"^^xsd:string .
niiri:beta_map_id_3 prov:wasGeneratedBy niiri:model_pe_id .
niiri:beta_map_id_3 a prov:Entity , nidm_ParameterEstimateMap: ;
rdfs:label "Beta Map 3"^^xsd:string; ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string ;
prov:atLocation "ParameterEstimate_003.nii.gz"^^xsd:anyURI ;
nfo:fileName "ParameterEstimate_003.nii.gz"^^xsd:string ;
dct:format "image/nifti"^^xsd:string .
niiri:peak_definition_criteria_id a prov:Entity , nidm_PeakDefinitionCriteria: ;
rdfs:label "Peak Definition Criteria"^^xsd:string; ;
nidm_minDistanceBetweenPeaks: "8.0"^^xsd:float ;
nidm_maxNumberOfPeaksPerCluster: "3"^^xsd:int .
niiri:peak_definition_criteria_id_2 a prov:Entity , nidm_PeakDefinitionCriteria: ;
rdfs:label "Peak Definition Criteria"^^xsd:string; ;
nidm_minDistanceBetweenPeaks: "8.0"^^xsd:float ;
nidm_maxNumberOfPeaksPerCluster: "3"^^xsd:int .
niiri:peak_definition_criteria_id_3 a prov:Entity , nidm_PeakDefinitionCriteria: ;
rdfs:label "Peak Definition Criteria"^^xsd:string; ;
nidm_minDistanceBetweenPeaks: "8.0"^^xsd:float ;
nidm_maxNumberOfPeaksPerCluster: "3"^^xsd:int .
niiri:peak_0001 a prov:Entity , nidm_Peak: ;
rdfs:label "Peak: 0001"^^xsd:string ;
prov:atLocation niiri:coordinate_0001 ;
nidm_pValueUncorrected: "4.44089209850063e-16"^^xsd:float ;
nidm_equivalentZStatistic: "INF"^^xsd:float ;
prov:wasDerivedFrom niiri:supra_threshold_cluster_0001 ;
prov:value "17.5207633972168"^^xsd:float ;
nidm_pValueFWER: "0"^^xsd:float ;
nidm_qValueFDR: "1.19156591713838e-11"^^xsd:float .
niiri:peak_0002 a prov:Entity , nidm_Peak: ;
rdfs:label "Peak: 0002"^^xsd:string ;
prov:atLocation niiri:coordinate_0002 ;
nidm_pValueUncorrected: "4.44089209850063e-16"^^xsd:float ;
nidm_equivalentZStatistic: "INF"^^xsd:float ;
prov:wasDerivedFrom niiri:supra_threshold_cluster_0001 ;
prov:value "13.0321407318"^^xsd:float ;
nidm_pValueFWER: "0"^^xsd:float ;
nidm_qValueFDR: "1.19156591714e-11"^^xsd:float .
niiri:peak_0003 a prov:Entity , nidm_Peak: ;
rdfs:label "Peak: 0003"^^xsd:string ;
prov:atLocation niiri:coordinate_0003 ;
nidm_pValueUncorrected: "4.44089209850063e-16"^^xsd:float ;
nidm_equivalentZStatistic: "INF"^^xsd:float ;
prov:wasDerivedFrom niiri:supra_threshold_cluster_0001 ;
prov:value "10.2856016159058"^^xsd:float ;
nidm_pValueFWER: "7.69451169446711e-12"^^xsd:float ;
nidm_qValueFDR: "6.84121260274992e-10"^^xsd:float .
niiri:peak_0004 a prov:Entity , nidm_Peak: ;
rdfs:label "Peak: 0004"^^xsd:string ;
prov:atLocation niiri:coordinate_0004 ;
nidm_pValueUncorrected: "4.44089209850063e-16"^^xsd:float ;
nidm_equivalentZStatistic: "INF"^^xsd:float ;
prov:wasDerivedFrom niiri:supra_threshold_cluster_0002 ;
prov:value "13.5425577163696"^^xsd:float ;
nidm_pValueFWER: "0"^^xsd:float ;
nidm_qValueFDR: "1.19156591713838e-11"^^xsd:float .
niiri:residual_mean_squares_map_id a prov:Entity , nidm_ResidualMeanSquaresMap: ;
rdfs:label "Residual Mean Squares Map"^^xsd:string; ;
prov:atLocation "ResidualMeanSquares.nii.gz"^^xsd:anyURI ;
nfo:fileName "ResidualMeanSquares.nii.gz"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string ;
prov:wasGeneratedBy niiri:model_pe_id .
niiri:inference_id prov:used niiri:resels_per_voxel_map_id .
niiri:inference_id_2 prov:used niiri:resels_per_voxel_map_id .
niiri:inference_id_3 prov:used niiri:resels_per_voxel_map_id .
niiri:resels_per_voxel_map_id a prov:Entity , nidm_ReselsPerVoxelMap: ;
rdfs:label "Resels per Voxel Map"^^xsd:string; ;
prov:atLocation "ReselsPerVoxel.nii.gz"^^xsd:anyURI ;
nfo:fileName "ReselsPerVoxel.nii.gz"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string ;
prov:wasGeneratedBy niiri:model_pe_id.
niiri:software_id a prov:Agent , scr_SPM: , prov:SoftwareAgent ;
rdfs:label "SPM"^^xsd:string; ;
nidm_softwareVersion: "12b.5853"^^xsd:string .
niiri:search_space_mask_id a prov:Entity , nidm_SearchSpaceMaskMap: ;
rdfs:label "Search Space Mask Map"^^xsd:string; ;
prov:atLocation "SearchSpaceMask.nii.gz"^^xsd:anyURI ;
nfo:fileName "SearchSpaceMask.nii.gz"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
nidm_expectedNumberOfVoxelsPerCluster: "4.02834655908613"^^xsd:float ;
nidm_expectedNumberOfClusters: "0.0512932943875478"^^xsd:float ;
nidm_heightCriticalThresholdFWE05: "4.85241745689539"^^xsd:float ;
nidm_heightCriticalThresholdFDR05: "5.7639536857605"^^xsd:float ;
spm_smallestSignificantClusterSizeInVoxelsFWE05: "12"^^xsd:int ;
spm_smallestSignificantClusterSizeInVoxelsFDR05: "29"^^xsd:int ;
nidm_searchVolumeInVoxels: "69306"^^xsd:int ;
nidm_searchVolumeInUnits: "1871262"^^xsd:float ;
nidm_reselSizeInVoxels: "132.907586178202"^^xsd:float ;
nidm_searchVolumeInResels: "467.07642343881"^^xsd:float ;
spm_searchVolumeReselsGeometry: "[7, 42.96312274763, 269.40914815306, 467.07642343881]"^^xsd:string ;
nidm_noiseFWHMInVoxels: "[ 5.41278985910694, 5.43638957240286, 4.51666658877481 ]"^^xsd:string ;
nidm_noiseFWHMInUnits: "[ 16.2383695773208, 16.3091687172086, 13.5499997663244 ]"^^xsd:string ;
nidm_randomFieldStationarity: "true"^^xsd:boolean ;
crypto:sha512 "932fd9f0d55e9822748f4a9b35a0a7f0fe442f3e061e2eda48c2617a2938df50ea84deca8de0725641a0105b712a80a0c8931df9bdf3bef788b1041379d00875"^^xsd:string ;
prov:wasGeneratedBy niiri:inference_id .
niiri:statistic_map_id a prov:Entity , nidm_StatisticMap: ;
rdfs:label "T-Statistic Map: listening > reading"^^xsd:string; ;
prov:atLocation "TStatistic_0001.nii.gz"^^xsd:anyURI ;
nidm_statisticType: obo_tstatistic: ;
nfo:fileName "TStatistic_0001.nii.gz"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
nidm_contrastName: "listening > reading"^^xsd:string ;
nidm_effectDegreesOfFreedom: "1"^^xsd:float ;
nidm_errorDegreesOfFreedom: "72.9999999990787"^^xsd:float ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string ;
prov:wasGeneratedBy niiri:contrast_estimation_id.
niiri:statistic_map_id_2 a prov:Entity , nidm_StatisticMap: ;
rdfs:label "T-Statistic Map: motor"^^xsd:string; ;
prov:atLocation "TStatistic_0002.nii.gz"^^xsd:anyURI ;
nidm_statisticType: obo_tstatistic: ;
nfo:fileName "TStatistic_0002.nii.gz"^^xsd:string ;
dct:format "image/nifti"^^xsd:string ;
nidm_contrastName: "motor"^^xsd:string ;
nidm_effectDegreesOfFreedom: "1"^^xsd:float ;
nidm_errorDegreesOfFreedom: "72.9999999990787"^^xsd:float ;
nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ;
crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string ;
prov:wasGeneratedBy niiri:contrast_estimation_id_2.
niiri:supra_threshold_cluster_0001 a prov:Entity , nidm_SupraThresholdCluster: ;
rdfs:label "Supra-Threshold Cluster: 0001"^^xsd:string; ;
nidm_clusterSizeInVoxels: "839"^^xsd:int ;
nidm_clusterLabelId: "1"^^xsd:int ;
nidm_clusterSizeInResels: "6.31265696809113"^^xsd:float ;
nidm_pValueUncorrected: "3.55896824480477e-19"^^xsd:float ;
nidm_pValueFWER: "0"^^xsd:float ;
nidm_qValueFDR: "1.77948412240239e-18"^^xsd:float ;
prov:wasDerivedFrom niiri:excursion_set_map_id .
niiri:supra_threshold_cluster_0002 a prov:Entity , nidm_SupraThresholdCluster: ;
rdfs:label "Supra-Threshold Cluster: 0002"^^xsd:string; ;
nidm_clusterSizeInVoxels: "695"^^xsd:int ;
nidm_clusterLabelId: "2"^^xsd:int ;
nidm_clusterSizeInResels: "5.22919736927692"^^xsd:float ;
nidm_pValueUncorrected: "5.34280282632073e-17"^^xsd:float ;
nidm_pValueFWER: "0"^^xsd:float ;
nidm_qValueFDR: "1.33570070658018e-16"^^xsd:float ;
prov:wasDerivedFrom niiri:excursion_set_map_id .
niiri:supra_threshold_cluster_0003 a prov:Entity , nidm_SupraThresholdCluster: ;
rdfs:label "Supra-Threshold Cluster: 0003"^^xsd:string; ;
nidm_clusterSizeInVoxels: "37"^^xsd:int ;
nidm_clusterLabelId: "3"^^xsd:int ;
nidm_clusterSizeInResels: "0.278388924695318"^^xsd:float ;
nidm_pValueUncorrected: "0.00497953247554004"^^xsd:float ;
nidm_pValueFWER: "0.000255384009130943"^^xsd:float ;
nidm_qValueFDR: "0.00829922079256674"^^xsd:float ;
prov:wasDerivedFrom niiri:excursion_set_map_id .
niiri:supra_threshold_cluster_0004 a prov:Entity , nidm_SupraThresholdCluster: ;
rdfs:label "Supra-Threshold Cluster: 0004"^^xsd:string; ;
nidm_clusterSizeInVoxels: "29"^^xsd:int ;
nidm_clusterLabelId: "4"^^xsd:int ;
nidm_clusterSizeInResels: "0.218196724761195"^^xsd:float ;
nidm_pValueUncorrected: "0.0110257032104773"^^xsd:float ;
nidm_pValueFWER: "0.000565384750377596"^^xsd:float ;
nidm_qValueFDR: "0.0137821290130967"^^xsd:float ;
prov:wasDerivedFrom niiri:excursion_set_map_id .
niiri:supra_threshold_cluster_0005 a prov:Entity , nidm_SupraThresholdCluster: ;
rdfs:label "Supra-Threshold Cluster: 0005"^^xsd:string; ;
nidm_clusterSizeInVoxels: "12"^^xsd:int ;
nidm_clusterLabelId: "5"^^xsd:int ;
nidm_clusterSizeInResels: "0.0902882999011843"^^xsd:float ;
nidm_pValueUncorrected: "0.0818393184514307"^^xsd:float ;
nidm_pValueFWER: "0.00418900977248904"^^xsd:float ;
nidm_qValueFDR: "0.0818393184514307"^^xsd:float ;
prov:wasDerivedFrom niiri:excursion_set_map_id .