nwb-linkml/nwb_linkml/schema/core.nwb.device.yaml
sneakers-the-rat 4faaa8efe8 I believe that's a full translation
or at least all the semantics are present. it's not pretty by any stretch of the imagination
2023-08-25 00:22:47 -07:00

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