Skip to content

Conversation

@natachaperez
Copy link

@natachaperez natachaperez commented Aug 7, 2019

The idea is to create a json document to store all the bids attributes defined in the bids specification : https://bids-specification.readthedocs.io/en/stable/.
Some of the bids attributes are also described in NIDM-Experiment. For that ones, we use the existing prefix and URIs.
For the attributes which only exist in BIDS, we define a prefix with a corresponding new URI:
"bids" : "https://bids.neuroimaging.io#"
Then, the linked attributes will be defined as follows:
"Name" : " https://bids.neuroimaging.io#Name",

natachaperez and others added 9 commits August 7, 2019 15:36
In this jupyter notebook, you will find documents illustrating:
- How to go from a BIDS dataset to a JSON-LD BIDS dataset
- How to go from a BIDS dataset to a JSON-LD NIDM-experiment dataset
Moreover, you will find a report on how close/different those representations are, what could be done in future work to make them closer and what are the issues (if any) that seem much harder to solve.
These documents illustrate an example showing:
- How to go from a BIDS dataset to a JSON-LD BIDS dataset
- How to go from a BIDS dataset to a JSON-LD NIDM-experiment dataset
We will further discuss how close/different those representations are, what could be done in future work to make them closer and what are the issues (if any) that seem much harder to solve.
Jupyter Notebook: Wrap up BIDS NIDM-E
@natachaperez natachaperez changed the title WIP: json-ld context for BIDS document WIP: json-ld context for BIDS document & Jupyter Notebook Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant