Skip to content

Commit 712e59d

Browse files
author
cmaumet
committed
dependenceSpatialModel has domain DesignMatrix
1 parent 03db14f commit 712e59d

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

nidm/nidm-results/terms/nidm-results.owl

+12-6
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ nidm:dependenceSpatialModel rdf:type owl:ObjectProperty ;
8989

9090
prov:definition "FIXME" ;
9191

92-
rdfs:domain nidm:ErrorModel ;
92+
rdfs:domain nidm:DesignMatrix ,
93+
nidm:ErrorModel ;
9394

9495
rdfs:range nidm:SpatialModel .
9596

@@ -1694,7 +1695,6 @@ nidm:ConnectivityCriterion rdf:type owl:Class ;
16941695

16951696
obo:IAO_0000114 obo:IAO_0000122 .
16961697

1697-
16981698
### http://www.incf.org/ns/nidash/nidm#ContrastEstimation
16991699

17001700
nidm:ContrastEstimation rdf:type owl:Class ;
@@ -2133,11 +2133,17 @@ nidm:Inference rdf:type owl:Class ;
21332133
[prov:type = 'nidm:Inference',
21342134
prov:label = \"Inference\"])""" ;
21352135

2136+
<<<<<<< HEAD
21362137
prov:definition "Statistical inference is a process of drawing conclusions following data analysis using statistical methods (statistical tests) and evaluating whether to reject or accept null hypothesis. (definition from STATO)." ;
21372138

21382139
owl:sameAs "http://purl.obolibrary.org/obo/STATO_0000299" ;
21392140

21402141
obo:IAO_0000114 obo:IAO_0000122 .
2142+
=======
2143+
prov:definition "The process of inferring the excursion set from a statistical map." ;
2144+
2145+
obo:IAO_0000114 obo:IAO_0000120 .
2146+
>>>>>>> dependenceSpatialModel has domain DesignMatrix
21412147

21422148

21432149

@@ -2947,10 +2953,10 @@ nidm:LocalMultivariate rdf:type nidm:ElementWiseEstimation ,
29472953
nidm:MassMultivariate rdf:type nidm:ElementWiseEstimation ,
29482954
owl:NamedIndividual ;
29492955

2950-
obo:IAO_0000117 "TN" ;
2951-
29522956
obo:IAO_0000115 "Multivariate model fit independently at each voxel; e.g. tensoral analyses - do tensors differ between groups" ;
29532957

2958+
obo:IAO_0000117 "TN" ;
2959+
29542960
obo:IAO_0000114 obo:IAO_0000124 .
29552961

29562962

@@ -2989,10 +2995,10 @@ nidm:Mni305CoordinateSystem rdf:type nidm:MNICoordinateSystem ,
29892995
nidm:Multivariate rdf:type nidm:ElementWiseEstimation ,
29902996
owl:NamedIndividual ;
29912997

2992-
obo:IAO_0000117 "TN" ;
2993-
29942998
obo:IAO_0000115 "Multivariate model fit to entire brain, e.g. MLM (Multivariate Linear Model), CCA (Canonical Correlation Analysis), PLS (Partial Least Squares)." ;
29952999

3000+
obo:IAO_0000117 "TN" ;
3001+
29963002
obo:IAO_0000114 obo:IAO_0000124 .
29973003

29983004

0 commit comments

Comments
 (0)