In neuroimaging the typical analysis approach is a “mass univariate”, where a univariate model is independently fit to each voxel (volume element) in parallel. This approach can be applied to a large range of datasets including: functional MRI, anatomical MRI (with Voxel-Based Morphometry), PET, EEG and MEG data.
The three major software analysis package for neuroimaging: SPM (Statistical Parametric Mapping) and FSL (FMRIB Software Library) and AFNI (AFNI) provide implementations of mass univariate analyses. While there are many commonalities across software packages, there are also software-specific outputs that can be of interest for the end-user.
This document describes the encoding of results of a mass univariate neuroimaging analysis using the NIDM data model ([[!KEATORNI13]]). The goal of this specification is to provide a unified representation of neuroimaging results across analysis software. When a piece of information is only available in a specific software, software-specific extensions are provided.
NIDM-Results is a NIDM compliant structured representation of the results of a massively univariate neuroimaging study.
NIDM-Results specification formally describes the encoding of the massively univariate neuroimaging results into a NIDM representation. Extensions are provided to describe software-specific objects for SPM (Statistical Parametric Mapping) and FSL (FMRIB Software Library) analysis software.
Section 2 provides an overview of NIDM-Results, distinguishing a core set of types and relations, commonly found in provenance, from extended structures catering for more specific uses. It also introduces a modular organization of the data model in components.
Section 3 illustrates how NIDM-Results can be used to express the results of a neuroimaging study in SPM and FSL.
Section 4 provides the definitions (and examples) of NIDM-Results concepts, structured according to three components.
The key word "OPTIONAL" in this document is to be interpreted as described in [RFC2119].
Examples throughout this document use the PROV-N Provenance Notation, specified in a separate document [[prov-n]].
The following namespaces prefixes are used throughout this document.
prefix | namespace IRI | definition |
nidm | http://purl.org/nidash/nidm# | The NIDM namespace |
prov | http://www.w3.org/ns/prov# | The PROV namespace [[prov-dm]] |
xsd | http://www.w3.org/2000/10/XMLSchema# | XML Schema Namespace [[XMLSCHEMA11-2]] |
(others) | (various) | All other namespace prefixes are used in examples only. In particular, IRIs starting with "http://example.com" represent some application-dependent IRI [[RFC3987]] |
This section introduces neuroimaging results concepts with informal explanations and illustrative examples (e.g. see SPM results). NIDM-Results distinguishes software-agnostic structures, forming the essence of the results, from software-specific structures catering for more specific uses of results by different analysis software. Core and extended structures are respectively presented in Section 2.1 and Section 2.2.
NIDM-Results is concerned with the modelling of model fitting and inference in the context of massively univariate analyses. A typical example is the analysis of functional MRI data but studies involving other modalities (such as PET) and sequences (e.g. anatomical MRI through VBM) can also be modelled. The domain covered by NIDM-Results data model is represented in .
The concepts found in the core of NIDM-Results are introduced in the rest of this section.
PROV relations used in NIDM-Results are summarized in Table 2.
NIDM-Results Concepts | Types or Relation (PROV concepts) | Name | Overview |
Generation | PROV Relations |
WasGeneratedBy | PROV-DM wasGeneratedBy |
Usage | Used | PROV-DM used | |
Derivation | WasDerivedFrom | PROV-DM wasDerivedFrom |
NIDM-Results Concept | PROV type | Identifier |
---|---|---|
nidm:'NIDM-Results' | prov:'Entity' | nidm:NIDM_0000027 |
nidm:'Map' | nidm:NIDM_0000052 | |
nidm:'Coordinate Space' | nidm:NIDM_0000016 | |
nidm:'Neuroimaging Analysis Software' | prov:'Agent' | nidm:NIDM_0000164 |
src:'SPM' | src:SCR_007037 | |
src:'FSL' | src:SCR_002823 |
@prefix nidm_NIDMResults: <http://purl.org/nidash/nidm#NIDM_0000027> . @prefix nidm_version: <http://purl.org/nidash/nidm#NIDM_0000127> . niiri:nidm_results_id a prov:Entity , prov:Bundle, nidm_NIDMResults: ; rdfs:label "NIDM-Results" ; nidm_version: "1.1.0"^^xsd:string . _:blank1 a prov:Generation ; prov:activity niiri:export_id . niiri:nidm_results_id prov:qualifiedGeneration _:blank1 . _:blank1 prov:atTime "2014-05-19T10:30:00.000+01:00"^^xsd:dateTime .
nidm:'Map' is a prov:'Entity' and has the following children: nidm:'Binary Map', nidm:'Cluster Labels Map', nidm:'Contrast Explained Mean Square Map', nidm:'Contrast Map', nidm:'Contrast Standard Error Map', nidm:'Contrast Variance Map', nidm:'Excursion Set Map', nidm:'Grand Mean Map', nidm:'Parameter Estimate Map', nidm:'Resels Per Voxel Map', nidm:'Residual Mean Squares Map', nidm:'Statistic Map'.
@prefix nidm_Map: <http://purl.org/nidash/nidm#NIDM_0000052> . @prefix nidm_inCoordinateSpace: <http://purl.org/nidash/nidm#NIDM_0000104> . @prefix nidm_hasMapHeader: <http://purl.org/nidash/nidm#NIDM_0000103> . niiri:map_id a prov:Entity , nidm_Map: ; nfo:fileName "image.img"^^xsd:string ; nidm_inCoordinateSpace: niiri:coordinate_space_id ; crypto:sha512 "e43b6e01b0463fe7d40782137867ae43b6e01b0463fe7d40782137867a"^^xsd:string ; prov:atLocation "image.img"^^xsd:anyURI ; nidm_hasMapHeader: niiri:map_header_id .
@prefix nidm_Map: <http://purl.org/nidash/nidm#NIDM_0000052> . @prefix nidm_inCoordinateSpace: <http://purl.org/nidash/nidm#NIDM_0000104> . niiri:map_id a prov:Entity , nidm_Map: ; nfo:fileName "image.nii"^^xsd:string ; nidm_inCoordinateSpace: niiri:coordinate_space_id ; crypto:sha512 "e43b6e01b0463fe7d40782137867ae43b6e01b0463fe7d40782137867a"^^xsd:string ; prov:atLocation "image.nii"^^xsd:anyURI .
nidm:'Map Header' is a prov:'Entity'.
@prefix nidm_MapHeader: <http://purl.org/nidash/nidm#NIDM_0000053> . niiri:map_header_id a prov:Entity , nidm_MapHeader: ; nfo:fileName "image.hdr"^^xsd:string ; crypto:sha512 "e43b6e01b0463fe7d40782137867ae43b6e01b0463fe7d40782137867a"^^xsd:string ; prov:atLocation "image.hdr"^^xsd:anyURI .
nidm:'Coordinate Space' is a prov:'Entity'.
@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> . niiri:coordinate_space_id_1 a prov:Entity , nidm_CoordinateSpace: ; rdfs:label "Coordinate space 1" ; 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 .
nidm:'World Coordinate System' is a prov:'Entity' and has the following children: nidm:'Standardized Coordinate System', nidm:'Subject Coordinate System'.
nidm:'Standardized Coordinate System' is a nidm:'World Coordinate System' and has the following children: nidm:'Custom Coordinate System', nidm:'MNI Coordinate System', nidm:'Talairach Coordinate System'.
nidm:'Custom Coordinate System' is a nidm:'Standardized Coordinate System'.
nidm:'MNI Coordinate System' is a nidm:'Standardized Coordinate System'.
nidm:'Talairach Coordinate System' is a nidm:'Standardized Coordinate System'.
nidm:'Subject Coordinate System' is a nidm:'World Coordinate System'.
nidm:'Neuroimaging Analysis Software' is a prov:'Agent' and has the following children: src:'FSL', src:'SPM'.
@prefix nidm_softwareVersion: <http://purl.org/nidash/nidm#NIDM_0000122> . @prefix src_SPM: <http://scicrunch.org/resolver/SCR_007037> . niiri:spm_software_id a prov:Agent , src_SPM: , prov:SoftwareAgent ; rdfs:label "SPM" ; nidm_softwareVersion: "8.6225"^^xsd:string .
@prefix nidm_softwareVersion: <http://purl.org/nidash/nidm#NIDM_0000122> . @prefix fsl_featVersion: <http://purl.org/nidash/fsl#FSL_0000005> . @prefix src_FSL: <http://scicrunch.org/resolver/SCR_002823> . niiri:software_id a prov:Agent , src_FSL: , prov:SoftwareAgent ; rdfs:label "FSL" ; nidm_softwareVersion: "5.0.1"^^xsd:string ; fsl_featVersion: "6.00"^^xsd:string .
NIDM-Results Concept | PROV type | Identifier |
---|---|---|
nidm:'NIDM-Results Export' | prov:'Activity' | nidm:NIDM_0000166 |
nidm:'NIDM Object Model' | prov:'Entity' | nidm:NIDM_0000057 |
nidm:'NIDM-Results Exporter' | prov:'Agent' | nidm:NIDM_0000165 |
nidm:'nidmfsl' | nidm:NIDM_0000167 | |
nidm:'spm_results_nidm' | nidm:NIDM_0000168 |
nidm:'NIDM-Results Export' is a prov:'Activity'.
@prefix nidm_NIDMResultsExport: <http://purl.org/nidash/nidm#NIDM_0000166> . niiri:export_id a prov:Activity , nidm_NIDMResultsExport: ; rdfs:label "NIDM-Results export" . niiri:export_id prov:wasAssociatedWith niiri:exporter_id .
nidm:'NIDM Object Model' is a prov:'Entity' and has the following child: nidm:'NIDM-Results'.
nidm:'NIDM-Results Exporter' is a prov:'Agent' and has the following children: nidm:'nidmfsl', nidm:'spm_results_nidm'.
@prefix nidm_nidmfsl: <http://purl.org/nidash/nidm#NIDM_0000167> . @prefix nidm_softwareVersion: <http://purl.org/nidash/nidm#NIDM_0000122> . niiri:exporter_id a prov:Agent, nidm_nidmfsl: , prov:SoftwareAgent ; rdfs:label "nidmfsl" ; nidm_softwareVersion: "0.2.0"^^xsd:string .
@prefix nidm_spm_results_nidm: <http://purl.org/nidash/nidm#NIDM_0000168> . @prefix nidm_softwareVersion: <http://purl.org/nidash/nidm#NIDM_0000122> . niiri:exporter_id a prov:Agent, nidm_spm_results_nidm: , prov:SoftwareAgent ; rdfs:label "spm_results_nidm" ; nidm_softwareVersion: "12b.5858"^^xsd:string .
NIDM-Results Concept | PROV type | Identifier |
---|---|---|
nidm:'Model Parameter Estimation' | prov:'Activity' | nidm:NIDM_0000056 |
nidm:'Data' | prov:'Entity' | nidm:NIDM_0000169 |
nidm:'Design Matrix' | nidm:NIDM_0000019 | |
nidm:'Error Model' | nidm:NIDM_0000023 | |
nidm:'Grand Mean Map' | nidm:NIDM_0000033 | |
nidm:'Mask Map' | nidm:NIDM_0000054 | |
nidm:'Binary Map' | nidm:NIDM_0000004 | |
nidm:'Parameter Estimate Map' | nidm:NIDM_0000061 | |
nidm:'Resels Per Voxel Map' | nidm:NIDM_0000144 | |
nidm:'Residual Mean Squares Map' | nidm:NIDM_0000066 | |
obo:'study group population' | prov:'Agent' | obo:STATO_0000193 |
nlx:'Imaging instrument' | nlx:birnlex_2094 |
nidm:'Model Parameter Estimation' is a prov:'Activity' that uses nidm:'Data', nidm:'Design Matrix', nidm:'Error Model', nidm:'Mask Map' entities. This activity generates nidm:'Grand Mean Map', nidm:'Mask Map', nidm:'Parameter Estimate Map', nidm:'Resels Per Voxel Map', nidm:'Residual Mean Squares Map' entities.
@prefix nidm_ModelParameterEstimation: <http://purl.org/nidash/nidm#NIDM_0000056> . @prefix nidm_withEstimationMethod: <http://purl.org/nidash/nidm#NIDM_0000134> . @prefix obo_ordinaryleastsquaresestimation: <http://purl.obolibrary.org/obo/STATO_0000370> . niiri:model_pe_id prov:used niiri:error_model_id ; a prov:Activity , nidm_ModelParameterEstimation: ; rdfs:label "Model parameters estimation" ; 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 .
nidm:'Data' is a prov:'Entity' used by nidm:'Model Parameter Estimation' and attributed to nlx:'Imaging instrument', obo:'study group population', prov:'Person'.
@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 nlx_FunctionalMRIprotocol: <http://uri.neuinfo.org/nif/nifstd/birnlex_2250> . niiri:data_id a prov:Entity , nidm_Data: , prov:Collection ; rdfs:label "Data" ; nidm_grandMeanScaling: "true"^^xsd:boolean ; nidm_targetIntensity: "100"^^xsd:float ; nidm_hasMRIProtocol: nlx_FunctionalMRIprotocol: ; prov:wasAttributedTo niiri:my_scanner_id ; prov:wasAttributedTo niiri:group_id ; prov:wasAttributedTo niiri:group2_id .
nidm:'Design Matrix' is a prov:'Entity' used by nidm:'Contrast Estimation', nidm:'Model Parameter Estimation'.
@prefix nidm_DesignMatrix: <http://purl.org/nidash/nidm#NIDM_0000019> . niiri:design_matrix_id a prov:Entity , nidm_DesignMatrix: ; rdfs:label "Design Matrix" ; 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 .
@prefix nidm_DesignMatrix: <http://purl.org/nidash/nidm#NIDM_0000019> . @prefix nidm_regressorNames: <http://purl.org/nidash/nidm#NIDM_0000021> . @prefix nidm_hasHRFBasis: <http://purl.org/nidash/nidm#NIDM_0000102> . @prefix nidm_hasDriftModel: <http://purl.org/nidash/nidm#NIDM_0000088> . niiri:first_level_design_matrix_id a prov:Entity , nidm_DesignMatrix: ; rdfs:label "First-Level Design Matrix" ; 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 ; nidm_regressorNames: "[\"Sn(1) active*bf(1)\",\"Sn(1) constant\"]"^^xsd:string ; nidm_hasHRFBasis: niiri:hrf_basis_id ; nidm_hasDriftModel: niiri:drift_model_id .
nidm:'Convolution Basis Set' is a prov:'Entity' and has the following children: nidm:'Custom Basis Set', nidm:'Finite Impulse Response Basis Set', nidm:'Fourier Basis Set', nidm:'Gamma Basis Set', nidm:'Hemodynamic Response Function Derivative', nidm:'Hemodynamic Response Function', nidm:'Linear Spline Basis Set', nidm:'Sine Basis Set'.
nidm:'Finite Impulse Response Basis Set' is a nidm:'Convolution Basis Set'.
@prefix nidm_DesignMatrix: <http://purl.org/nidash/nidm#NIDM_0000019> . @prefix nidm_regressorNames: <http://purl.org/nidash/nidm#NIDM_0000021> . @prefix nidm_hasHRFBasis: <http://purl.org/nidash/nidm#NIDM_0000102> . @prefix nidm_hasDriftModel: <http://purl.org/nidash/nidm#NIDM_0000088> . @prefix nidm_FiniteImpulseResponseBasisSet: <http://purl.org/nidash/nidm#NIDM_0000028> . niiri:first_level_design_matrix_id a prov:Entity , nidm_DesignMatrix: ; rdfs:label "First-Level Design Matrix" ; 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 ; nidm_regressorNames: "[\"Sn(1) active*bf(1)\",\"Sn(1) constant\"]"^^xsd:string ; nidm_hasHRFBasis: nidm_FiniteImpulseResponseBasisSet: ; nidm_hasDriftModel: niiri:drift_model_id .
nidm:'Hemodynamic Response Function Derivative' is a nidm:'Convolution Basis Set'.
@prefix nidm_DesignMatrix: <http://purl.org/nidash/nidm#NIDM_0000019> . @prefix nidm_regressorNames: <http://purl.org/nidash/nidm#NIDM_0000021> . @prefix nidm_hasHRFBasis: <http://purl.org/nidash/nidm#NIDM_0000102> . @prefix nidm_hasDriftModel: <http://purl.org/nidash/nidm#NIDM_0000088> . @prefix spm_SPMsCanonicalHRF: <http://purl.org/nidash/spm#SPM_0000004> . @prefix spm_SPMsTemporalDerivative: <http://purl.org/nidash/spm#SPM_0000006> . @prefix spm_SPMsDispersionDerivative: <http://purl.org/nidash/spm#SPM_0000003> . niiri:first_level_design_matrix_id a prov:Entity , nidm_DesignMatrix: ; rdfs:label "First-Level Design Matrix" ; 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 ; nidm_regressorNames: "[\"Sn(1) active*bf(1)\",\"Sn(1) constant\"]"^^xsd:string ; nidm_hasHRFBasis: spm_SPMsCanonicalHRF: ; nidm_hasDriftModel: niiri:drift_model_id ; nidm_hasHRFBasis: spm_SPMsTemporalDerivative: ; nidm_hasHRFBasis: spm_SPMsDispersionDerivative: .Examples of nidm:'Hemodynamic Response Function Derivative' includes
nidm:'Hemodynamic Response Function' is a nidm:'Convolution Basis Set' and has the following children: nidm:'Gamma Difference HRF', nidm:'Gamma HRF', nidm:'Gaussian HRF'.
nidm:'Gamma Difference HRF' is a nidm:'Hemodynamic Response Function'.
nidm:'Gaussian HRF' is a nidm:'Hemodynamic Response Function'.
nidm:'Linear Spline Basis Set' is a nidm:'Convolution Basis Set'.
nidm:'Drift Model' is a prov:'Entity' and has the following children: fsl:'Gaussian Running Line Drift Model', spm:'Discrete Cosine Transform basis Drift Model'.
fsl:'Gaussian Running Line Drift Model' is a nidm:'Drift Model'.
@prefix fsl_GaussianRunningLineDriftModel: <http://purl.org/nidash/fsl#FSL_0000002> . @prefix fsl_driftCutoffPeriod: <http://purl.org/nidash/fsl#FSL_0000004> . niiri:drift_model_id a prov:Entity , fsl_GaussianRunningLineDriftModel: ; rdfs:label "FSL's Gaussian Running Line Drift Model" ; fsl_driftCutoffPeriod: "2"^^xsd:float .
spm:'Discrete Cosine Transform basis Drift Model' is a nidm:'Drift Model'.
@prefix spm_DiscreteCosineTransformbasisDriftModel: <http://purl.org/nidash/spm#SPM_0000002> . @prefix spm_SPMsDriftCutoffPeriod: <http://purl.org/nidash/spm#SPM_0000001> . niiri:drift_model_id a prov:Entity , spm_DiscreteCosineTransformbasisDriftModel: ; rdfs:label "SPM's DCT Drift Model" ; spm_SPMsDriftCutoffPeriod: "128"^^xsd:float .
nidm:'Error Model' is a prov:'Entity' used by nidm:'Model Parameter Estimation'.
@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_hasErrorDependence: <http://purl.org/nidash/nidm#NIDM_0000100> . @prefix nidm_dependenceMapWiseDependence: <http://purl.org/nidash/nidm#NIDM_0000089> . @prefix nidm_IndependentParameter: <http://purl.org/nidash/nidm#NIDM_0000073> . @prefix nidm_IndependentError: <http://purl.org/nidash/nidm#NIDM_0000048> . @prefix obo_normaldistribution: <http://purl.obolibrary.org/obo/STATO_0000227> . 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: .
@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_hasErrorDependence: <http://purl.org/nidash/nidm#NIDM_0000100> . @prefix nidm_dependenceMapWiseDependence: <http://purl.org/nidash/nidm#NIDM_0000089> . @prefix nidm_IndependentParameter: <http://purl.org/nidash/nidm#NIDM_0000073> . @prefix nidm_ConstantParameter: <http://purl.org/nidash/nidm#NIDM_0000072> . @prefix obo_normaldistribution: <http://purl.obolibrary.org/obo/STATO_0000227> . @prefix obo_unstructuredcovariancestructure: <http://purl.obolibrary.org/obo/STATO_0000405> . niiri:error_model_id a prov:Entity , nidm_ErrorModel: ; nidm_hasErrorDistribution: obo_normaldistribution: ; nidm_errorVarianceHomogeneous: "false"^^xsd:boolean ; nidm_varianceMapWiseDependence: nidm_IndependentParameter: ; nidm_hasErrorDependence: obo_unstructuredcovariancestructure: ; nidm_dependenceMapWiseDependence: nidm_ConstantParameter: .
@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_hasErrorDependence: <http://purl.org/nidash/nidm#NIDM_0000100> . @prefix nidm_dependenceMapWiseDependence: <http://purl.org/nidash/nidm#NIDM_0000089> . @prefix nidm_IndependentParameter: <http://purl.org/nidash/nidm#NIDM_0000073> . @prefix nidm_IndependentError: <http://purl.org/nidash/nidm#NIDM_0000048> . @prefix obo_normaldistribution: <http://purl.obolibrary.org/obo/STATO_0000227> . niiri:error_model_id a prov:Entity , nidm_ErrorModel: ; nidm_hasErrorDistribution: obo_normaldistribution: ; nidm_errorVarianceHomogeneous: "false"^^xsd:boolean ; nidm_varianceMapWiseDependence: nidm_IndependentParameter: ; nidm_hasErrorDependence: nidm_IndependentError: ; nidm_dependenceMapWiseDependence: nidm_IndependentParameter: .
nidm:'Error Parameter Map-Wise Dependence' is a prov:'Entity' and has the following children: nidm:'Constant Parameter', nidm:'Independent Parameter', nidm:'Regularized Parameter'.
nidm:'Constant Parameter' is a nidm:'Error Parameter Map-Wise Dependence'.
nidm:'Independent Parameter' is a nidm:'Error Parameter Map-Wise Dependence'.
nidm:'Regularized Parameter' is a nidm:'Error Parameter Map-Wise Dependence'.
nidm:'Grand Mean Map' is a nidm:'Map' generated by nidm:'Model Parameter Estimation'.
@prefix nidm_GrandMeanMap: <http://purl.org/nidash/nidm#NIDM_0000033> . @prefix nidm_maskedMedian: <http://purl.org/nidash/nidm#NIDM_0000107> . @prefix nidm_inCoordinateSpace: <http://purl.org/nidash/nidm#NIDM_0000104> . niiri:grand_mean_map_id a prov:Entity , nidm_GrandMeanMap: ; rdfs:label "Grand Mean Map" ; 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 .
nidm:'Mask Map' is a nidm:'Binary Map' used by nidm:'Contrast Estimation', nidm:'Model Parameter Estimation' and generated by nidm:'Model Parameter Estimation'. It has the following child: nidm:'Search Space Mask Map'.
@prefix nidm_MaskMap: <http://purl.org/nidash/nidm#NIDM_0000054> . @prefix nidm_isUserDefined: <http://purl.org/nidash/nidm#NIDM_0000106> . @prefix nidm_inCoordinateSpace: <http://purl.org/nidash/nidm#NIDM_0000104> . niiri:model_pe_id prov:used niiri:mask_id_2 . niiri:mask_id_2 a prov:Entity , nidm_MaskMap: ; rdfs:label "Mask" ; 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 .
nidm:'Binary Map' is a nidm:'Map' and has the following children: nidm:'Display Mask Map', nidm:'Mask Map'.
nidm:'Parameter Estimate Map' is a nidm:'Map' used by nidm:'Contrast Estimation' and generated by nidm:'Model Parameter Estimation'.
@prefix nidm_ParameterEstimateMap: <http://purl.org/nidash/nidm#NIDM_0000061> . @prefix nidm_inCoordinateSpace: <http://purl.org/nidash/nidm#NIDM_0000104> . 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" ; nfo:fileName "ParameterEstimate_0001.nii.gz"^^xsd:string ; nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ; crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string ; dct:format "image/nifti"^^xsd:string .
nidm:'Resels Per Voxel Map' is a nidm:'Map' used by nidm:'Inference' and generated by nidm:'Model Parameter Estimation'.
@prefix nidm_ReselsPerVoxelMap: <http://purl.org/nidash/nidm#NIDM_0000144> . @prefix nidm_inCoordinateSpace: <http://purl.org/nidash/nidm#NIDM_0000104> . niiri:resels_per_voxel_map_id a prov:Entity , nidm_ReselsPerVoxelMap: ; rdfs:label "Resels per Voxel Map" ; 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.
nidm:'Residual Mean Squares Map' is a nidm:'Map' used by nidm:'Contrast Estimation' and generated by nidm:'Model Parameter Estimation'.
@prefix nidm_ResidualMeanSquaresMap: <http://purl.org/nidash/nidm#NIDM_0000066> . @prefix nidm_inCoordinateSpace: <http://purl.org/nidash/nidm#NIDM_0000104> . niiri:residual_mean_squares_map_id a prov:Entity , nidm_ResidualMeanSquaresMap: ; rdfs:label "Residual Mean Squares Map" ; 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 .
obo:'study group population' is a prov:'Agent'.
@prefix nidm_groupName: <http://purl.org/nidash/nidm#NIDM_0000170> . @prefix nidm_numberOfSubjects: <http://purl.org/nidash/nidm#NIDM_0000171> . @prefix obo_studygrouppopulation: <http://purl.obolibrary.org/obo/STATO_0000193> . niiri:group_id a prov:Entity , obo_studygrouppopulation: ; rdfs:label "Group: Control" ; nidm_groupName: "Control"^^xsd:string ; nidm_numberOfSubjects: "23"^^xsd:int .
nlx:'Imaging instrument' is a prov:'Agent' and has the following children: nlx:'Electroencephalography machine', nlx:'Magnetic resonance imaging scanner', nlx:'Magnetoencephalography machine', nlx:'Positron emission tomography scanner', nlx:'Single-photon emission computed tomography scanner'.
nlx:'Electroencephalography machine' is a prov:'Agent'.
nlx:'Magnetic resonance imaging scanner' is a prov:'Agent'.
nlx:'Magnetoencephalography machine' is a prov:'Agent'.
nlx:'Positron emission tomography scanner' is a prov:'Agent'.
nlx:'Single-photon emission computed tomography scanner' is a prov:'Agent'.
NIDM-Results Concept | PROV type | Identifier |
---|---|---|
nidm:'Contrast Estimation' | prov:'Activity' | nidm:NIDM_0000001 |
obo:'contrast weight matrix' | prov:'Entity' | obo:STATO_0000323 |
nidm:'Contrast Map' | nidm:NIDM_0000002 | |
nidm:'Contrast Standard Error Map' | nidm:NIDM_0000013 | |
nidm:'Contrast Explained Mean Square Map' | nidm:NIDM_0000163 | |
nidm:'Statistic Map' | nidm:NIDM_0000076 |
nidm:'Contrast Estimation' is a prov:'Activity' that uses nidm:'Design Matrix', nidm:'Mask Map', nidm:'Parameter Estimate Map', nidm:'Residual Mean Squares Map', obo:'contrast weight matrix' entities. This activity generates nidm:'Contrast Explained Mean Square Map', nidm:'Contrast Map', nidm:'Contrast Standard Error Map', nidm:'Statistic Map' entities.
@prefix nidm_ContrastEstimation: <http://purl.org/nidash/nidm#NIDM_0000001> . niiri:contrast_estimation_id a prov:Activity , nidm_ContrastEstimation: ; rdfs:label "Contrast estimation" ; prov:used niiri:mask_id_2 , niiri:residual_mean_squares_map_id , niiri:design_matrix_id , niiri:contrast_id, niiri:beta_map_id_1 ; prov:wasAssociatedWith niiri:software_id .
obo:'contrast weight matrix' is a prov:'Entity' used by nidm:'Contrast Estimation'.
[1,0,0]
@prefix nidm_statisticType: <http://purl.org/nidash/nidm#NIDM_0000123> . @prefix nidm_contrastName: <http://purl.org/nidash/nidm#NIDM_0000085> . @prefix obo_contrastweightmatrix: <http://purl.obolibrary.org/obo/STATO_0000323> . @prefix obo_tstatistic: <http://purl.obolibrary.org/obo/STATO_0000176> . niiri:contrast_id a prov:Entity , obo_contrastweightmatrix: ; rdfs:label "Contrast: Listening > Rest" ; prov:value "[ 1, 0, 0 ]"^^xsd:string ; nidm_statisticType: obo_tstatistic: ; # obo:'t-statistic' nidm_contrastName: "listening > rest"^^xsd:string .
nidm:'Contrast Map' is a nidm:'Map' used by nidm:'Inference' and generated by nidm:'Contrast Estimation'.
@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> . niiri:contrast_map_id a prov:Entity , nidm_ContrastMap: ; rdfs:label "Contrast Map: listening > rest" ; prov:atLocation "Contrast.nii.gz"^^xsd:anyURI ; dct:format "image/nifti"^^xsd:string ; nfo:fileName "Contrast.nii.gz"^^xsd:string ; nidm_contrastName: "listening > rest"^^xsd:string ; nidm_inCoordinateSpace: niiri:coordinate_space_id_1 ; crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string ; prov:wasGeneratedBy niiri:contrast_estimation_id .
nidm:'Contrast Standard Error Map' is a nidm:'Map' generated by nidm:'Contrast Estimation'.
@prefix nidm_ContrastStandardErrorMap: <http://purl.org/nidash/nidm#NIDM_0000013> . @prefix nidm_inCoordinateSpace: <http://purl.org/nidash/nidm#NIDM_0000104> . niiri:contrast_standard_error_map_id a prov:Entity , nidm_ContrastStandardErrorMap: ; rdfs:label "Contrast Standard Error Map" ; prov:atLocation "ContrastStandardError.nii.gz"^^xsd:anyURI ; nfo:fileName "ContrastStandardError.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 .
nidm:'Contrast Explained Mean Square Map' is a nidm:'Map' generated by nidm:'Contrast Estimation'.
nidm:'Statistic Map' is a nidm:'Map' used by nidm:'Inference' and generated by nidm:'Contrast Estimation'.
@prefix nidm_StatisticMap: <http://purl.org/nidash/nidm#NIDM_0000076> . @prefix nidm_statisticType: <http://purl.org/nidash/nidm#NIDM_0000123> . @prefix nidm_contrastName: <http://purl.org/nidash/nidm#NIDM_0000085> . @prefix nidm_effectDegreesOfFreedom: <http://purl.org/nidash/nidm#NIDM_0000091> . @prefix nidm_errorDegreesOfFreedom: <http://purl.org/nidash/nidm#NIDM_0000093> . @prefix nidm_inCoordinateSpace: <http://purl.org/nidash/nidm#NIDM_0000104> . @prefix obo_tstatistic: <http://purl.obolibrary.org/obo/STATO_0000176> . niiri:statistic_map_id a prov:Entity , nidm_StatisticMap: ; rdfs:label "Statistic Map: listening > rest" ; prov:atLocation "TStatistic.nii.gz"^^xsd:anyURI ; nidm_statisticType: obo_tstatistic: ; nfo:fileName "TStatistic.nii.gz"^^xsd:string ; dct:format "image/nifti"^^xsd:string ; nidm_contrastName: "listening > rest"^^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.
NIDM-Results Concept | PROV type | Identifier |
---|---|---|
nidm:'Inference' | prov:'Activity' | nidm:NIDM_0000049 |
nidm:'Cluster Definition Criteria' | prov:'Entity' | nidm:NIDM_0000007 |
nidm:'Cluster Labels Map' | nidm:NIDM_0000008 | |
nidm:'Coordinate' | nidm:NIDM_0000015 | |
nidm:'Display Mask Map' | nidm:NIDM_0000020 | |
nidm:'Excursion Set Map' | nidm:NIDM_0000025 | |
nidm:'Extent Threshold' | nidm:NIDM_0000026 | |
nidm:'Height Threshold' | nidm:NIDM_0000034 | |
nidm:'Peak' | nidm:NIDM_0000062 | |
nidm:'Peak Definition Criteria' | nidm:NIDM_0000063 | |
nidm:'Search Space Mask Map' | nidm:NIDM_0000068 | |
nidm:'Supra-Threshold Cluster' | nidm:NIDM_0000070 |
nidm:'Inference' is a prov:'Activity' that uses nidm:'Cluster Definition Criteria', nidm:'Contrast Map', nidm:'Display Mask Map', nidm:'Peak Definition Criteria', nidm:'Resels Per Voxel Map', nidm:'Statistic Map' entities and has the following children: nidm:'Conjunction Inference', spm:'Partial Conjunction Inference'.
@prefix nidm_Inference: <http://purl.org/nidash/nidm#NIDM_0000049> . @prefix nidm_hasAlternativeHypothesis: <http://purl.org/nidash/nidm#NIDM_0000097> . @prefix nidm_OneTailedTest: <http://purl.org/nidash/nidm#NIDM_0000060> . niiri:inference_id a prov:Activity , nidm_Inference: ; rdfs:label "Inference" ; nidm_hasAlternativeHypothesis: nidm_OneTailedTest: ; prov:used niiri:statistic_map_id, niiri:height_threshold_id, niiri:extent_threshold_id, niiri:peak_definition_criteria_id, niiri:cluster_definition_criteria_id, niiri:mask_id ; prov:wasAssociatedWith niiri:software_id .
@prefix nidm_Inference: <http://purl.org/nidash/nidm#NIDM_0000049> . @prefix nidm_hasAlternativeHypothesis: <http://purl.org/nidash/nidm#NIDM_0000097> . @prefix nidm_TwoTailedTest: <http://purl.org/nidash/nidm#NIDM_0000079> . niiri:inference_id a prov:Activity , nidm_Inference: ; rdfs:label "Inference" ; nidm_hasAlternativeHypothesis: nidm_TwoTailedTest: ; prov:used niiri:statistic_map_id, niiri:height_threshold_id, niiri:extent_threshold_id, niiri:peak_definition_criteria_id, niiri:cluster_definition_criteria_id, niiri:mask_id ; prov:wasAssociatedWith niiri:software_id .
@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> . niiri:inference_id a prov:Activity , nidm_ConjunctionInference: ; rdfs:label "Conjunction Inference" ; nidm_hasAlternativeHypothesis: nidm_OneTailedTest: ; prov:used niiri:statistic_map_id, niiri:statistic_map_id_2, niiri:height_threshold_id, niiri:extent_threshold_id, niiri:display_map_id, niiri:peak_definition_criteria_id, niiri:cluster_definition_criteria_id, niiri:mask_id_1 ; prov:wasAssociatedWith niiri:software_id .
nidm:'One Tailed Test' is a prov:'Entity'.
nidm:'Two Tailed Test' is a prov:'Entity'.
@prefix nidm_hasAlternativeHypothesis: <http://purl.org/nidash/nidm#NIDM_0000097> . @prefix nidm_OneTailedTest: <http://purl.org/nidash/nidm#NIDM_0000060> . @prefix spm_PartialConjunctionInference: <http://purl.org/nidash/spm#SPM_0000005> . @prefix spm_partialConjunctionDegree: <http://purl.org/nidash/spm#SPM_0000015> . niiri:conjunction_id_2 a prov:Activity , spm_PartialConjunctionInference: ; rdfs:label "SPM's Partial Conjunction Inference" ; nidm_hasAlternativeHypothesis: nidm_OneTailedTest: ; spm_partialConjunctionDegree: "1"^^xsd:int ; prov:used niiri:statistic_map_id_1, niiri:statistic_map_id_2, niiri:height_threshold_id, niiri:extent_threshold_id, niiri:display_map_id, niiri:peak_definition_criteria_id, niiri:cluster_definition_criteria_id, niiri:mask_id_1 ; prov:wasAssociatedWith niiri:software_id .
nidm:'Cluster Definition Criteria' is a prov:'Entity' used by nidm:'Inference'.
@prefix nidm_ClusterDefinitionCriteria: <http://purl.org/nidash/nidm#NIDM_0000007> . @prefix nidm_hasConnectivityCriterion: <http://purl.org/nidash/nidm#NIDM_0000099> . @prefix nidm_voxel6connected: <http://purl.org/nidash/nidm#NIDM_0000130> . niiri:cluster_definition_criteria_id a prov:Entity , nidm_ClusterDefinitionCriteria: ; rdfs:label "Cluster Connectivity Criterion: 6" ; nidm_hasConnectivityCriterion: nidm_voxel6connected: .
@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> . niiri:cluster_definition_criteria_id a prov:Entity , nidm_ClusterDefinitionCriteria: ; rdfs:label "Cluster Connectivity Criterion: 18" ; nidm_hasConnectivityCriterion: nidm_voxel18connected: .
@prefix nidm_ClusterDefinitionCriteria: <http://purl.org/nidash/nidm#NIDM_0000007> . @prefix nidm_hasConnectivityCriterion: <http://purl.org/nidash/nidm#NIDM_0000099> . @prefix nidm_voxel26connected: <http://purl.org/nidash/nidm#NIDM_0000129> . niiri:cluster_definition_criteria_id a prov:Entity , nidm_ClusterDefinitionCriteria: ; rdfs:label "Cluster Connectivity Criterion: 26" ; nidm_hasConnectivityCriterion: nidm_voxel26connected: .
nidm:'Connectivity Criterion' is a prov:'Entity' and has the following children: nidm:'Pixel Connectivity Criterion', nidm:'Voxel Connectivity Criterion'.
nidm:'Pixel Connectivity Criterion' is a nidm:'Connectivity Criterion'.
nidm:'Voxel Connectivity Criterion' is a nidm:'Connectivity Criterion'.
@prefix nidm_ClusterLabelsMap: <http://purl.org/nidash/nidm#NIDM_0000008> . niiri:cluster_label_map_id a prov:Entity , nidm_ClusterLabelsMap: ; prov:atLocation "ClusterLabels.nii.gz"^^xsd:anyURI ; nfo:fileName "ClusterLabels.nii.gz"^^xsd:string ; dct:format "image/nifti"^^xsd:string .
nidm:'Coordinate' is a prov:'Entity'.
@prefix nidm_Coordinate: <http://purl.org/nidash/nidm#NIDM_0000015> . @prefix nidm_coordinateVector: <http://purl.org/nidash/nidm#NIDM_0000086> . niiri:coordinate_0001 a prov:Entity , prov:Location , nidm_Coordinate: ; rdfs:label "Coordinate: 0001" ; nidm_coordinateVector: "[ -60, -28, 13 ]"^^xsd:string .
nidm:'Display Mask Map' is a nidm:'Binary Map' used by nidm:'Inference'.
@prefix nidm_DisplayMaskMap: <http://purl.org/nidash/nidm#NIDM_0000020> . @prefix nidm_inCoordinateSpace: <http://purl.org/nidash/nidm#NIDM_0000104> . niiri:display_map_id a prov:Entity , nidm_DisplayMaskMap: ; rdfs:label "Display Mask Map" ; 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_2 ; crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string .
@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_inCoordinateSpace: <http://purl.org/nidash/nidm#NIDM_0000104> . @prefix nidm_numberOfSupraThresholdClusters: <http://purl.org/nidash/nidm#NIDM_0000111> . @prefix nidm_pValue: <http://purl.org/nidash/nidm#NIDM_0000114> . niiri:excursion_set_map_id a prov:Entity , nidm_ExcursionSetMap: ; rdfs:label "Excursion Set Map" ; 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 "e43b6e01b0463fe7d40782137867a"^^xsd:string ; nidm_numberOfSupraThresholdClusters: "8"^^xsd:int ; nidm_pValue: "8.95949980872501e-14"^^xsd:float ; prov:wasGeneratedBy niiri:inference_id .
@prefix nidm_ExtentThreshold: <http://purl.org/nidash/nidm#NIDM_0000026> . @prefix nidm_clusterSizeInVoxels: <http://purl.org/nidash/nidm#NIDM_0000084> . @prefix nidm_clusterSizeInResels: <http://purl.org/nidash/nidm#NIDM_0000156> . @prefix obo_statistic: <http://purl.obolibrary.org/obo/STATO_0000039> . niiri:extent_threshold_stat_id a prov:Entity, nidm_ExtentThreshold:, obo_statistic: ; rdfs:label "Extent Threshold: k>=0" ; nidm_clusterSizeInVoxels: "0"^^xsd:int ; nidm_clusterSizeInResels: "0"^^xsd:float .
@prefix nidm_ExtentThreshold: <http://purl.org/nidash/nidm#NIDM_0000026> . @prefix nidm_PValueUncorrected: <http://purl.org/nidash/nidm#NIDM_0000160> . niiri:extent_threshold_unc_id a prov:Entity, nidm_ExtentThreshold:, nidm_PValueUncorrected: ; rdfs:label "Extent Threshold: p<0.001 (uncorrected)" ; prov:value "0.001"^^xsd:float .
@prefix nidm_ExtentThreshold: <http://purl.org/nidash/nidm#NIDM_0000026> . @prefix obo_qvalue: <http://purl.obolibrary.org/obo/OBI_0001442> . niiri:extent_threshold_fdr_id a prov:Entity, nidm_ExtentThreshold:, obo_qvalue: ; rdfs:label "Extent Threshold: p<0.05 (FDR-corrected)" ; prov:value "0.05"^^xsd:float .
@prefix nidm_ExtentThreshold: <http://purl.org/nidash/nidm#NIDM_0000026> . @prefix nidm_equivalentThreshold: <http://purl.org/nidash/nidm#NIDM_0000161> . @prefix obo_FWERadjustedpvalue: <http://purl.obolibrary.org/obo/OBI_0001265> . niiri:extent_threshold_fwer_id a prov:Entity, nidm_ExtentThreshold:, obo_FWERadjustedpvalue: ; rdfs:label "Extent Threshold: p<0.05 (FWER-corrected)" ; prov:value "0.05"^^xsd:float ; nidm_equivalentThreshold: niiri:extent_threshold_stat_id .
nidm:'Threshold' is a prov:'Entity' and has the following children: nidm:'Extent Threshold', nidm:'Height Threshold'.
@prefix nidm_HeightThreshold: <http://purl.org/nidash/nidm#NIDM_0000034> . @prefix obo_statistic: <http://purl.obolibrary.org/obo/STATO_0000039> . niiri:height_threshold_stat_id a prov:Entity, nidm_HeightThreshold:, obo_statistic: ; rdfs:label "Height Threshold: Z<0.0000000672357409" ; prov:value "0.0000000672357409"^^xsd:float .
@prefix nidm_HeightThreshold: <http://purl.org/nidash/nidm#NIDM_0000034> . @prefix nidm_PValueUncorrected: <http://purl.org/nidash/nidm#NIDM_0000160> . niiri:height_threshold_unc_id a prov:Entity, nidm_HeightThreshold:, nidm_PValueUncorrected: ; rdfs:label "Height Threshold: p<0.001 (uncorrected)" ; prov:value "0.001"^^xsd:float .
@prefix nidm_HeightThreshold: <http://purl.org/nidash/nidm#NIDM_0000034> . @prefix obo_qvalue: <http://purl.obolibrary.org/obo/OBI_0001442> . niiri:height_threshold_fdr_id a prov:Entity, nidm_HeightThreshold:, obo_qvalue: ; rdfs:label "Height Threshold: p<0.05 (FDR-corrected)" ; prov:value "0.05"^^xsd:float .
@prefix nidm_HeightThreshold: <http://purl.org/nidash/nidm#NIDM_0000034> . @prefix nidm_equivalentThreshold: <http://purl.org/nidash/nidm#NIDM_0000161> . @prefix obo_FWERadjustedpvalue: <http://purl.obolibrary.org/obo/OBI_0001265> . niiri:height_threshold_fwer_id a prov:Entity, nidm_HeightThreshold:, obo_FWERadjustedpvalue: ; rdfs:label "Height Threshold: p<0.05 (FWER-corrected)" ; prov:value "0.05"^^xsd:float ; nidm_equivalentThreshold: niiri:height_threshold_stat_id .
nidm:'Peak' is a prov:'Entity' derived from nidm:'Supra-Threshold Cluster'.
@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> . niiri:peak_0001 a prov:Entity , nidm_Peak: ; rdfs:label "Peak 0001" ; 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 "13.9346199035645"^^xsd:float ; nidm_pValueFWER: "0"^^xsd:float ; nidm_qValueFDR: "6.3705194444993e-11"^^xsd:float .
nidm:'Peak Definition Criteria' is a prov:'Entity' used by nidm:'Inference'.
@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> . niiri:peak_definition_criteria_id a prov:Entity , nidm_PeakDefinitionCriteria: ; rdfs:label "Peak Definition Criteria" ; nidm_minDistanceBetweenPeaks: "8.0"^^xsd:float ; nidm_maxNumberOfPeaksPerCluster: "3"^^xsd:int .
@prefix nidm_SearchSpaceMaskMap: <http://purl.org/nidash/nidm#NIDM_0000068> . @prefix nidm_inCoordinateSpace: <http://purl.org/nidash/nidm#NIDM_0000104> . @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 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> . niiri:search_space_mask_id a prov:Entity , nidm_SearchSpaceMaskMap: ; rdfs:label "Search Space Mask Map" ; 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_2 ; nidm_expectedNumberOfVoxelsPerCluster: "0.553331387916112"^^xsd:float ; nidm_expectedNumberOfClusters: "0.0889172687960151"^^xsd:float ; nidm_heightCriticalThresholdFWE05: "5.23529984739211"^^xsd:float ; nidm_heightCriticalThresholdFDR05: "6.22537899017334"^^xsd:float ; spm_smallestSignificantClusterSizeInVoxelsFWE05: "1"^^xsd:int ; spm_smallestSignificantClusterSizeInVoxelsFDR05: "3"^^xsd:int ; nidm_searchVolumeInVoxels: "65593"^^xsd:int ; nidm_searchVolumeInUnits: "1771011"^^xsd:float ; nidm_reselSizeInVoxels: "22.9229643140043"^^xsd:float ; nidm_searchVolumeInResels: "2552.68032521656"^^xsd:float ; spm_searchVolumeReselsGeometry: "[3, 72.3216126440484, 850.716735116472, 2552.68032521656]"^^xsd:string ; nidm_noiseFWHMInVoxels: "[ 2.95881189165801, 2.96628446669584, 2.61180425626264 ]"^^xsd:string ; nidm_noiseFWHMInUnits: "[ 8.87643567497404, 8.89885340008753, 7.83541276878791 ]"^^xsd:string ; nidm_randomFieldStationarity: "false"^^xsd:boolean ; crypto:sha512 "e43b6e01b0463fe7d40782137867a"^^xsd:string ; prov:wasGeneratedBy niiri:inference_id .
nidm:'Supra-Threshold Cluster' is a prov:'Entity' derived from nidm:'Excursion Set Map'.
@prefix nidm_SupraThresholdCluster: <http://purl.org/nidash/nidm#NIDM_0000070> . @prefix nidm_clusterSizeInVoxels: <http://purl.org/nidash/nidm#NIDM_0000084> . @prefix nidm_clusterLabelId: <http://purl.org/nidash/nidm#NIDM_0000082> . @prefix nidm_clusterSizeInResels: <http://purl.org/nidash/nidm#NIDM_0000156> . @prefix nidm_pValueUncorrected: <http://purl.org/nidash/nidm#NIDM_0000116> . @prefix nidm_pValueFWER: <http://purl.org/nidash/nidm#NIDM_0000115> . @prefix nidm_qValueFDR: <http://purl.org/nidash/nidm#NIDM_0000119> . niiri:supra_threshold_cluster_0001 a prov:Entity , nidm_SupraThresholdCluster: ; rdfs:label "Supra-Threshold Cluster 0001" ; nidm_clusterSizeInVoxels: "530"^^xsd:int ; nidm_clusterLabelId: "1"^^xsd:int ; nidm_clusterSizeInResels: "23.1209189500945"^^xsd:float ; nidm_pValueUncorrected: "9.56276736481136e-52"^^xsd:float ; nidm_pValueFWER: "0"^^xsd:float ; nidm_qValueFDR: "7.65021389184909e-51"^^xsd:float ; prov:wasDerivedFrom niiri:excursion_set_map_id .