mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +00:00
Some headers to outline next sections
This commit is contained in:
parent
af5b947d12
commit
a1d2924fd3
3 changed files with 45 additions and 2 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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.
|
Loading…
Reference in a new issue