forked from incf-nidash/nidmresults-spm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from cmaumet/test_all_against_130-rc2
Test against NIDM-Results 1.3.0-rc2
- Loading branch information
Showing
46 changed files
with
360 additions
and
8,597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
{ | ||
"software": "spm", | ||
"ground_truth": ["errmodel_ols/nidm.ttl"], | ||
"ground_truth": ["errmodel_ols/nidm.ttl", "group/nidm.ttl", "space_spm12mni/nidm.ttl"], | ||
"inclusive": true, | ||
"versions": ["1.2.0"] | ||
"versions": ["1.3.0-rc2"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
{ | ||
"software": "spm", | ||
"ground_truth": ["errmodel_wls/nidm.ttl"], | ||
"ground_truth": ["errmodel_wls/nidm.ttl", "group/nidm.ttl", "space_spm12mni/nidm.ttl"], | ||
"inclusive": true, | ||
"versions": ["1.2.0"] | ||
"versions": ["1.3.0-rc2"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix niiri: <http://iri.nidash.org/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
@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: ; | ||
nidm_hasAlternativeHypothesis: nidm_OneTailedTest: . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix niiri: <http://iri.nidash.org/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
@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: . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix niiri: <http://iri.nidash.org/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
@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_fstatistic: <http://purl.obolibrary.org/obo/STATO_0000282> . | ||
|
||
|
||
niiri:contrast_id a prov:Entity , obo_contrastweightmatrix: ; | ||
nidm_statisticType: obo_fstatistic: . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix niiri: <http://iri.nidash.org/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
@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: ; | ||
nidm_statisticType: obo_tstatistic: . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix niiri: <http://iri.nidash.org/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#> . | ||
@prefix dct: <http://purl.org/dc/terms/> . | ||
|
||
@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: ; | ||
dct:format "image/nifti"^^xsd:string . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix niiri: <http://iri.nidash.org/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
@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: . |
23 changes: 23 additions & 0 deletions
23
spmexport/ground_truth/1.3.0-rc2/errmodel_unstruct/nidm.ttl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix niiri: <http://iri.nidash.org/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
@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: . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix niiri: <http://iri.nidash.org/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
@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: . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix niiri: <http://iri.nidash.org/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
@prefix obo_studygrouppopulation: <http://purl.obolibrary.org/obo/STATO_0000193> . | ||
@prefix nidm_Data: <http://purl.org/nidash/nidm#NIDM_0000169> . | ||
|
||
niiri:group_id a prov:Entity , obo_studygrouppopulation: . | ||
|
||
niiri:data_id a prov:Entity , nidm_Data: , prov:Collection ; | ||
prov:wasAttributedTo niiri:group_id . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix niiri: <http://iri.nidash.org/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix dct: <http://purl.org/dc/terms/> . | ||
@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> . | ||
|
||
@prefix nidm_DesignMatrix: <http://purl.org/nidash/nidm#NIDM_0000019> . | ||
@prefix nidm_hasHRFBasis: <http://purl.org/nidash/nidm#NIDM_0000102> . | ||
@prefix nidm_FiniteImpulseResponseBasisSet: <http://purl.org/nidash/nidm#NIDM_0000028> . | ||
|
||
|
||
niiri:first_level_design_matrix_id a prov:Entity , nidm_DesignMatrix: ; | ||
nidm_hasHRFBasis: nidm_FiniteImpulseResponseBasisSet: . |
16 changes: 16 additions & 0 deletions
16
spmexport/ground_truth/1.3.0-rc2/hrf_spmcanonical/nidm.ttl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix niiri: <http://iri.nidash.org/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix dct: <http://purl.org/dc/terms/> . | ||
@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> . | ||
|
||
@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> . | ||
|
||
|
||
niiri:first_level_design_matrix_id a prov:Entity , nidm_DesignMatrix: ; | ||
nidm_hasHRFBasis: spm_SPMsCanonicalHRF: . |
Oops, something went wrong.