Skip to content

Commit c926880

Browse files
committed
changed metasearch query to remap typical developing children to controls and changed bound variable name from dx4 to diagnosis
1 parent 8682d1f commit c926880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

queries/metasearch_query_v2.sparql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ prefix xsd: <http://www.w3.org/2001/XMLSchema#>
1717
prefix ilx: <http://uri.interlex.org/>
1818
prefix dicom: <http://neurolex.org/wiki/Category:DICOM_term/>
1919

20-
select distinct ?project_title ?ID ?age ?sex ?dx4 ?field_strength2 ?manufacturer ?image_type ?contrast_type ?task ?location
20+
select distinct ?project_title ?ID ?age ?sex ?diagnosis ?field_strength2 ?manufacturer ?image_type ?contrast_type ?task ?location
2121
where {
2222

2323

@@ -75,7 +75,7 @@ where {
7575
BIND(IF((?dx2="2" && strStarts(?project_title,"ABIDE")), "Control", ?dx2) as ?dx3) .
7676
BIND(IF((?field_strength=3), "3T", ?field_strength) as ?field_strength2) .
7777

78-
BIND(IF((?dx3="Typically Developing Children" && strStarts(?project_title,"Typically Developing Children")), "Control", ?dx3) as ?dx4) .
78+
BIND(IF((?dx3="Typically Developing Children" && strStarts(?project_title,"ADHD")), "Control", ?dx3) as ?diagnosis) .
7979

8080

8181

0 commit comments

Comments
 (0)