Skip to content
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

WIP: json-ld context for BIDS document & Jupyter Notebook #1

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

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