mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-14 10:44:28 +00:00
25 lines
647 B
YAML
25 lines
647 B
YAML
|
name: core.nwb.ogen.include
|
||
|
id: core.nwb.ogen.include
|
||
|
imports:
|
||
|
- core.nwb.base
|
||
|
- core.nwb.device
|
||
|
- nwb.language
|
||
|
- core.nwb.ogen.include
|
||
|
- core.nwb.ogen
|
||
|
default_prefix: core.nwb.ogen.include/
|
||
|
classes:
|
||
|
OptogeneticSeries__data:
|
||
|
name: OptogeneticSeries__data
|
||
|
description: Applied power for optogenetic stimulus, in watts.
|
||
|
attributes:
|
||
|
unit:
|
||
|
name: unit
|
||
|
description: Unit of measurement for data, which is fixed to 'watts'.
|
||
|
range: text
|
||
|
data:
|
||
|
name: data
|
||
|
description: Applied power for optogenetic stimulus, in watts.
|
||
|
multivalued: true
|
||
|
range: numeric
|
||
|
required: true
|