nwb-linkml/docs/intro/nwb.md

25 lines
336 B
Markdown
Raw Normal View History

2023-10-18 08:15:23 +00:00
# NWB Background
## Components
NWB is
- nwb schema language
- core schema + extensions
- hdmf + hdmf common
- pynwb
## NWB Schema Language
### Design
### Types
## Core Schema
### Special Cases
- `NWBFile` defines the storage layout
- `hdmf-common` defines the base data types, which effectively are all special cases
2023-10-18 08:15:23 +00:00
## PyNWB