Skip to content

Commit

Permalink
add simple ex from spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaumet committed Sep 4, 2023
1 parent f5b12cb commit 1e54d6b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions examples/simple_example/simple_example.prov.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"@context": "https://purl.org/nidash/bidsprov/context.json",
"BIDSProvVersion": "0.0.1",
"Records": {
"Software": [
{
"Id": "urn:eeglab-4a586b50",
"Label": "EEGLAB",
"Version": "v2023"
}
],
"Activities": [
{
"Id": "urn:filter-00f3a18f",
"Label": "Filter",
"Used": "bids::sub-001/eeg/myfile_desc-filtered_eeg.set",
"AssociatedWith": "urn:eeglab-4a586b50"
}
],
"Entities": [
{
"Id": "bids::sub-001/eeg/myfile_desc-filtered_eeg.set",
"Label": "myfile_desc-filtered_eeg.set"
},
{
"Id": "bids::sub-001/eeg/myfile_desc-filtered_downsampled_eeg.set",
"Label": "myfile_desc-filtered_downsampled_eeg.set",
"GeneratedBy": "urn:filter-00f3a18f"
}
]
}
}

0 comments on commit 1e54d6b

Please sign in to comment.