Some headers to outline next sections

This commit is contained in:
sneakers-the-rat 2023-10-18 01:15:23 -07:00
parent af5b947d12
commit a1d2924fd3
3 changed files with 45 additions and 2 deletions

View file

@ -1 +1,20 @@
# NWB Background
# NWB Background
## Components
NWB is
- nwb schema language
- core schema + extensions
- hdmf + hdmf common
- pynwb
## NWB Schema Language
### Design
### Types
## Core Schema
## PyNWB

View file

@ -3,6 +3,10 @@
If [pynwb](https://pynwb.readthedocs.io/en/stable/) already exists,
why `nwb_linkml`?
## A Stepping Stone...
(word on how and why we are focusing on NWB as part of a larger project)
## Interoperable Schema Language
**We want to make NWB a seed format in an interoperable, peer-to-peer

View file

@ -1 +1,21 @@
# Translation Strategy
# Translation Strategy
## NWB to LinkML
### Structure
### Names
### Arrays
## LinkML to Pydantic
### Types
### Metadata
### Arrays
## LinkML to Everything
How to generalize to linked data triplets.