mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
52 lines
1.4 KiB
YAML
52 lines
1.4 KiB
YAML
|
name: core.nwb.behavior.include
|
||
|
id: core.nwb.behavior.include
|
||
|
imports:
|
||
|
- core.nwb.base
|
||
|
- core.nwb.misc
|
||
|
- nwb.language
|
||
|
- core.nwb.behavior.include
|
||
|
- core.nwb.behavior
|
||
|
default_prefix: core.nwb.behavior.include/
|
||
|
classes:
|
||
|
SpatialSeries__data:
|
||
|
name: SpatialSeries__data
|
||
|
description: 1-D or 2-D array storing position or direction relative to some reference
|
||
|
frame.
|
||
|
attributes:
|
||
|
unit:
|
||
|
name: unit
|
||
|
description: Base unit of measurement for working with the data. The default
|
||
|
value is 'meters'. Actual stored values are not necessarily stored in these
|
||
|
units. To access the data in these units, multiply 'data' by 'conversion'
|
||
|
and add 'offset'.
|
||
|
range: text
|
||
|
array:
|
||
|
name: array
|
||
|
range: SpatialSeries__data__Array
|
||
|
SpatialSeries__data__Array:
|
||
|
name: SpatialSeries__data__Array
|
||
|
is_a: Arraylike
|
||
|
attributes:
|
||
|
num_times:
|
||
|
name: num_times
|
||
|
range: numeric
|
||
|
required: true
|
||
|
x:
|
||
|
name: x
|
||
|
range: numeric
|
||
|
required: false
|
||
|
minimum_cardinality: 1
|
||
|
maximum_cardinality: 1
|
||
|
x,y:
|
||
|
name: x,y
|
||
|
range: numeric
|
||
|
required: false
|
||
|
minimum_cardinality: 2
|
||
|
maximum_cardinality: 2
|
||
|
x,y,z:
|
||
|
name: x,y,z
|
||
|
range: numeric
|
||
|
required: false
|
||
|
minimum_cardinality: 3
|
||
|
maximum_cardinality: 3
|