mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
sneakers-the-rat
4faaa8efe8
or at least all the semantics are present. it's not pretty by any stretch of the imagination
22 lines
642 B
YAML
22 lines
642 B
YAML
name: core.nwb.device
|
|
id: core.nwb.device
|
|
imports:
|
|
- core.nwb.base
|
|
- nwb.language
|
|
default_prefix: core.nwb.device/
|
|
classes:
|
|
Device:
|
|
name: Device
|
|
description: Metadata about a data acquisition device, e.g., recording system,
|
|
electrode, microscope.
|
|
is_a: NWBContainer
|
|
attributes:
|
|
description:
|
|
name: description
|
|
description: Description of the device (e.g., model, firmware version, processing
|
|
software version, etc.) as free-form text.
|
|
range: text
|
|
manufacturer:
|
|
name: manufacturer
|
|
description: The name of the manufacturer of the device.
|
|
range: text
|