Skip to content

Commit 3ff60df

Browse files
committed
Removing provenance metadata
1 parent 7dd01e6 commit 3ff60df

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/modality-agnostic-files/provenance.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For the most part, this metadata consists of **provenance records** of 4 types:
7171

7272
Provenance records are described as JSON objects in BIDS. They are stored inside **provenance files** (see [Provenance files](#provenance-files)).
7373

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:
7575

7676
- sidecar JSON files (see [Provenance of a BIDS file](#provenance-of-a-bids-file));
7777
- `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
317317

318318
## Provenance of a BIDS file
319319

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.
321321

322322
Any sidecar JSON file MAY include the following keys:
323323

@@ -341,7 +341,7 @@ and a guide for using macros can be found at
341341

342342
`SidecarGeneratedBy` MUST explicitly include all activities that modified the sidecar JSON, even if some are already listed in `GeneratedBy`.
343343

344-
!!! example "Example of provenance metadata in a sidecar JSON file"
344+
!!! example "Example of metadata in a sidecar JSON file"
345345
```JSON
346346
{
347347
"GeneratedBy": "bids::prov#conversion-00f3a18f",
@@ -358,7 +358,8 @@ and a guide for using macros can be found at
358358

359359
## Provenance of a BIDS dataset
360360

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+
362363
This metadata describes the provenance of the whole dataset.
363364

364365
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:
547548
}
548549
```
549550

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.
551552

552553
### Provenance of a BIDS study dataset
553554

0 commit comments

Comments
 (0)