mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
59 lines
1.6 KiB
YAML
59 lines
1.6 KiB
YAML
name: core.nwb.ogen
|
|
id: core.nwb.ogen
|
|
imports:
|
|
- core.nwb.base
|
|
- core.nwb.device
|
|
- nwb.language
|
|
- core.nwb.ogen
|
|
prefixes:
|
|
core.nwb.ogen:
|
|
prefix_prefix: core.nwb.ogen
|
|
prefix_reference: https://example.com/core.nwb.ogen/
|
|
default_prefix: core.nwb.ogen
|
|
classes:
|
|
OptogeneticSeries:
|
|
name: OptogeneticSeries
|
|
description: An optogenetic stimulus.
|
|
is_a: TimeSeries
|
|
attributes:
|
|
name:
|
|
name: name
|
|
range: string
|
|
required: true
|
|
data:
|
|
name: data
|
|
description: Applied power for optogenetic stimulus, in watts.
|
|
multivalued: true
|
|
range: numeric
|
|
required: true
|
|
tree_root: true
|
|
OptogeneticStimulusSite:
|
|
name: OptogeneticStimulusSite
|
|
description: A site of optogenetic stimulation.
|
|
is_a: NWBContainer
|
|
attributes:
|
|
name:
|
|
name: name
|
|
range: string
|
|
required: true
|
|
description:
|
|
name: description
|
|
description: Description of stimulation site.
|
|
multivalued: false
|
|
range: text
|
|
required: true
|
|
excitation_lambda:
|
|
name: excitation_lambda
|
|
description: Excitation wavelength, in nm.
|
|
multivalued: false
|
|
range: float32
|
|
required: true
|
|
location:
|
|
name: location
|
|
description: Location of the stimulation site. Specify the area, layer, comments
|
|
on estimation of area/layer, stereotaxic coordinates if in vivo, etc. Use
|
|
standard atlas names for anatomical regions when possible.
|
|
multivalued: false
|
|
range: text
|
|
required: true
|
|
tree_root: true
|