-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathnidm.ttl
More file actions
50 lines (43 loc) · 2.51 KB
/
Copy pathnidm.ttl
File metadata and controls
50 lines (43 loc) · 2.51 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
@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_Inference: <http://purl.org/nidash/nidm#NIDM_0000049> .
@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_DisplayMaskMap: <http://purl.org/nidash/nidm#NIDM_0000020> .
@prefix nidm_inCoordinateSpace: <http://purl.org/nidash/nidm#NIDM_0000104> .
niiri:display_map_id a prov:Activity , nidm_Inference: ;
prov:used niiri:height_threshold_id .
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, -70],[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, 52 ]"^^xsd:string .
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 .