mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-14 18:54:28 +00:00
15 lines
479 B
YAML
15 lines
479 B
YAML
|
groups:
|
||
|
- neurodata_type_def: Device
|
||
|
neurodata_type_inc: NWBContainer
|
||
|
doc: Metadata about a data acquisition device, e.g., recording system, electrode, microscope.
|
||
|
attributes:
|
||
|
- name: description
|
||
|
dtype: text
|
||
|
doc: Description of the device (e.g., model, firmware version, processing software version, etc.)
|
||
|
as free-form text.
|
||
|
required: false
|
||
|
- name: manufacturer
|
||
|
dtype: text
|
||
|
doc: The name of the manufacturer of the device.
|
||
|
required: false
|