Skip to content

Instantly share code, notes, and snippets.

@cmaumet
Created August 9, 2018 20:48
Show Gist options
  • Save cmaumet/0ca88c184b551773fa6dc55f48350715 to your computer and use it in GitHub Desktop.
Save cmaumet/0ca88c184b551773fa6dc55f48350715 to your computer and use it in GitHub Desktop.
A small JSON-LD example
{
"@context": {
"DesignMatrix": "http://purl.org/nidash/nidm#DesignMatrix",
"value": "http://path_to_prov#value",
"regressorNames": "http://purl.org/nidash/nidm#regressorNames",
"hasDriftModel": "http://purl.org/nidash/nidm#hasDriftModel",
"SPMsDriftCutoffPeriod": "http://purl.org/nidash/spm#spm_SPMsDriftCutoffPeriod"
},
"DesignMatrix":
{
"value": 1,
"regressorNames": "Sn(1) active*bf(1)",
"hasDriftModel": "spm_DiscreteCosineTransformbasisDriftModel",
"SPMsDriftCutoffPeriod": 128
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment