@@ -71,7 +71,7 @@ For the most part, this metadata consists of **provenance records** of 4 types:
71
71
72
72
Provenance records are described as JSON objects in BIDS. They are stored inside ** provenance files** (see [ Provenance files] ( #provenance-files ) ).
73
73
74
- Additionally, ** provenance metadata** of entities can be stored as regular BIDS metadata inside:
74
+ Additionally, metadata of entities can be stored as regular BIDS metadata inside:
75
75
76
76
- sidecar JSON files (see [ Provenance of a BIDS file] ( #provenance-of-a-bids-file ) );
77
77
- ` dataset_description.json ` files (see [ Provenance of a BIDS dataset] ( #provenance-of-a-bids-dataset ) ).
@@ -317,7 +317,7 @@ and a guide for using macros can be found at
317
317
318
318
## Provenance of a BIDS file
319
319
320
- Provenance metadata describing the provenance of a BIDS file MAY be stored inside its sidecar JSON.
320
+ Metadata of an entity describing a BIDS file MAY be stored inside its sidecar JSON.
321
321
322
322
Any sidecar JSON file MAY include the following keys:
323
323
@@ -341,7 +341,7 @@ and a guide for using macros can be found at
341
341
342
342
`SidecarGeneratedBy` MUST explicitly include all activities that modified the sidecar JSON, even if some are already listed in `GeneratedBy`.
343
343
344
- !!! example "Example of provenance metadata in a sidecar JSON file"
344
+ !!! example "Example of metadata in a sidecar JSON file"
345
345
```JSON
346
346
{
347
347
"GeneratedBy": "bids::prov#conversion-00f3a18f",
@@ -358,7 +358,8 @@ and a guide for using macros can be found at
358
358
359
359
## Provenance of a BIDS dataset
360
360
361
- Provenance metadata MAY be stored inside the ` dataset_description.json ` of any BIDS dataset (raw, derivative, or study) it applies to.
361
+ Metadata of an entity describing a BIDS dataset (raw, derivative, or study) MAY be stored inside its ` dataset_description.json ` file.
362
+
362
363
This metadata describes the provenance of the whole dataset.
363
364
364
365
The ` dataset_description.json ` file of a ** BIDS raw dataset** or ** BIDS study dataset** MAY include the following key to describe provenance.
@@ -547,7 +548,7 @@ Here are the contents of the `sub-001/anat/sub-001_T1w.json` file:
547
548
}
548
549
```
549
550
550
- The provenance metadata ` GeneratedBy ` indicates that the ` sub-001/anat/sub-001_T1w.nii.gz ` file was generated by the previously described activity.
551
+ The metadata field ` GeneratedBy ` indicates that the ` sub-001/anat/sub-001_T1w.nii.gz ` file was generated by the previously described activity.
551
552
552
553
### Provenance of a BIDS study dataset
553
554
0 commit comments