Commit 47d2a3f
Add support for extension slots (#375)
This commit updates the SSSOM model to allow for _defined extensions_ as
proposed in #328.
It also updates the description of the data model to describe the use of
both defined and undefined extension, and the specification of the
SSSOM/TSV format to explain how SSSOM/TSV parsers and writers should
deal with such extensions.
Overall, this is exactly what was proposed in [this
comment](#328 (comment))
in #328, except that here we need to split the specification in two
parts (one about extensions in general, independently of the
serialisation format, and one about the SSSOM/TSV serialisation of
extensions), while the initial proposition was in a single block.
Co-authored-by: Nico Matentzoglu <[email protected]>1 parent 66d32ad commit 47d2a3f
File tree
19 files changed
+4170
-1055
lines changed- examples/schema
- project
- excel
- graphql
- jsonld
- jsonschema
- prefixmap
- protobuf
- shacl
- shex
- sqlschema
- src
- docs
- sssom_schema
- context
- datamodel
- schema
19 files changed
+4170
-1055
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
1 | 49 | | |
2 | 50 | | |
3 | 51 | | |
| |||
88 | 136 | | |
89 | 137 | | |
90 | 138 | | |
| 139 | + | |
91 | 140 | | |
92 | 141 | | |
93 | 142 | | |
| |||
100 | 149 | | |
101 | 150 | | |
102 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
0 commit comments