@@ -16,10 +16,10 @@ external **ontology**, **registry**, or **atlas**; for example linking the speci
1616machine-readable, and interoperable, enabling tools to group, search, and compare data across
1717files and labs because everyone points at the same canonical identifier.
1818
19- In NWB, these links are stored using **HERD ** (HDMF External Resources Data Structure). HERD is a
20- dedicated data structure for attaching external references to existing values in a file.
21- HERD stores for each annotation, the term as it appears in your file, the location where it is used,
22- along with a compact identifier (``entity_id ``) and a resolvable URL (``entity_uri ``) for the
19+ In NWB, these links are stored using **HERD ** (HDMF External Resources Data Structure). HERD is a
20+ dedicated data structure for attaching external references to existing values in a file.
21+ HERD stores, for each annotation, the term as it appears in your file and the location where it is used,
22+ along with a compact identifier (``entity_id ``) and a resolvable URL (``entity_uri ``) for the
2323external entry.
2424
2525To simplify the use of external resources, **TermSets ** defined via LinkML can be used to
@@ -31,11 +31,11 @@ and automatically populate HERD with the corresponding references.
3131How to add external resources to an NWB file
3232--------------------------------------------
3333
34- **PyNWB tutorials **: The following tutorials provide a practical guide to using HERD and TermSet in PyNWB:
34+ **PyNWB tutorials **: The following tutorials provide a practical guide to using HERD and TermSets in PyNWB:
3535
3636* :pynwb-docs: `Linking to External Resources <tutorials/general/plot_external_resources.html> `:
3737 Learn how to use HERD to annotate a single NWB file with external resources in PyNWB.
38- * :pynwb-docs: `Annotating Multiple Files <https://pynwb.readthedocs.io/en/stable/ tutorials/general/resources_streaming.html> `:
38+ * :pynwb-docs: `Annotating Multiple Files <tutorials/general/resources_streaming.html> `:
3939 Learn how to use HERD to annotate multiple remote NWB files using streaming to avoid downloading them all.
4040* :pynwb-docs: `TermSet for Validation <tutorials/general/plot_configurator.html> `: Learn how to configure PyNWB
4141 to automatically use pre-configured TermSets to validate terms and automatically populate HERD.
0 commit comments