-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enh: extract fiq/piq #7
Conversation
thanks a lot - will try asap |
@satra : hum, seems that this query does not give me any results ... I tried to add the ?piq ?fiq at the end of the select but (as expected) this is not the issue prefix GrayMatter: http://uri.interlex.org/ilx_0104768# SELECT DISTINCT ?study ?ID ?Age ?Gender ?dx ?value ?tool ?structure ?act a onli:instrument-based-assessment; ?tool_act a prov:Activity ; ?tool_stats prov:wasGeneratedBy ?tool_act; ?measure a measurement_datum:; } |
@jbpoline - pushed a couple of changes. following the readme, i get about 58k records back. |
@satra : Not sure what was happening - I had a weird port error (port was already taken by a jupyer notebook) but I changed the port so not sure that was the issue. In any case, restarted blazegraph, made sure test.ttl seemed ok and got you 58k records back ... Back on track ! |
@jbpoline - see the updated query. the reason hasUnit didn't work is because it wasn't in the prefix list |
@jbpoline - could you please change the target of the PR to the the mapping file is here: https://github.com/dbkeator/segstats_jsonld/blob/master/segstats_jsonld/mapping_data/freesurfermap.json there are several things that could constitute brain vol - i would think this may be a good starting point: http://purl.obolibrary.org/obo/UBERON_0003128 |
@satra : PR is now on wBrainVols - thanks for pointing this |
* upstream/wBrainVols: New round of adding brain volumes. updated awesome query to make laterality and isabout optional resetting branch to NIDM files without brain volumes made dx optional in sparql query for adhd200 dataset added laterality to Keator's f'ing awesome query updated README files readme file for query volumes query from Keator's f'ing awesome runs super fast with pynidm query updated brain vols with FSL data updated add fsl scripts updated NIDM files with freesurfer brain volume data and new CDEs new version of NIDM files with Freesurfer brain volumes using new CDEs mapping rolling back to NIDM files without brain volumes for new round of conversions added ANTS helper script
* upstream/wBrainVols: (22 commits) new run of NIDM wBrainVols files and results from simple2 sparql query in queries directory updated query for new assessment data elememnts new NIDM files with brain volumes and new assessment data elements resetting ABIDE and ADHD200 NIDM files to before adding brain volumes but with new assessment CDE formats checking in NIDM files with ants brain vols using new qualified association syntax updated FSL data for abide and adhd200 fixing syntax difference in qualified associations between brain volume data and other nidm-e activities updated freesurfer brain volumes with altered prov:Activity qualified associations with agents updated queries to reflect changes in qualified associations with brain volume data updated helper scripts added ANTS brian volumes to CoRR dataset bug in url building for ants helper script updates to ants helper script renamed get_volumes_KEatorsAwesomeQuery.sparql to simple2_query.sparql. Added a new brain volumes only query get_volumes_NoExpData.sparql. Added a new text file nidm_list_with_corr.txt which includes ABIDE, ADHD200, and CoRR project NIDM files for query. Updated README.md with new instructions. added prefix for dctypes to query added FSL brain volumes to CoRR NIDM files updated CoRR data with Freesurfer brain volumes added study to query CoRR NIDM files with Freesurfer brain volumes edited add_fsl helper script to accomodate CoRR dataset added freesurfer nidm files for corr dataset ...
* upstream/wBrainVols: updated curl simple2 query and no-experimental data get brain volumes query updating / adding more queries updated queries supporting subClassOf relationships of brain volume types with nidm:DataElement new nidm files with brain volumes and brain volume cde definitions separated out into cde directory updated data elements construct query with curl command added data elements construct sparql query and resulting graph to queries added simple2_data_elements.csv query output of all data elements and properties in simple 2 ABIDE and ADHD200 data
@jbpoline - updated query