@@ -15,9 +15,9 @@ REQUIRED, RECOMMENDED, and OPTIONAL.
1515The guiding principles for when particular data is placed under a given requirement level
1616can be loosely described as below:
1717
18- * REQUIRED: Data cannot be be interpreted without this information (or the ambiguity is unacceptably high)
19- * RECOMMENDED: Interpretation/utility would be dramatically improved with this information
20- * OPTIONAL: Users and/or tools might find it useful to have this information
18+ - REQUIRED: Data cannot be be interpreted without this information (or the ambiguity is unacceptably high)
19+ - RECOMMENDED: Interpretation/utility would be dramatically improved with this information
20+ - OPTIONAL: Users and/or tools might find it useful to have this information
2121
2222Throughout this specification we use a list of terms and abbreviations.
2323To avoid misunderstanding we clarify them here.
@@ -484,6 +484,7 @@ with two exceptions:
4844841. [compressed tabular files](#compressed-tabular-files),
485485 for which column names are defined in a sidecar metadata
486486 [JSON object](https://www.json.org/json-en.html) described below; and
487+
4874881. [motion recording data](modality-specific-files/motion.md),
488489 which use plain-text TSV and columns are defined as described
489490 in its corresponding section of the specifications.
@@ -606,8 +607,10 @@ Rules for formatting plain-text tabular files apply to TSVGZ files with three ex
606607
6076081 . The contents of TSVGZ files MUST be compressed with
608609 [ gzip] ( https://datatracker.ietf.org/doc/html/rfc1952 ) .
610+
6096111 . Compressed tabular files MUST NOT contain a header in the first row
610612 indicating the column names.
613+
6116141 . TSVGZ files MUST have an associated JSON file that defines the columns in the tabular file.
612615
613616!!! warning "Attention"
@@ -889,7 +892,7 @@ have the form `<scheme>:[//<authority>]<path>[?<query>][#<fragment>]`, as specif
889892in [ RFC 3986] ( https://tools.ietf.org/html/rfc3986 ) .
890893This applies to URLs and other common URIs, including Digital Object Identifiers (DOIs),
891894which may be fully specified as ` doi:<path> ` ,
892- for example, [ doi:10.5281/zenodo.3686061 ] ( https://doi.org/10.5281/zenodo.3686061 ) .
895+ for example, [ doi:10.5281/zenodo.10175845 ] ( https://doi.org/10.5281/zenodo.10175845 ) .
893896A given resource may have multiple URIs.
894897When selecting URIs to add to dataset metadata, it is important to consider
895898specificity and persistence.
0 commit comments