Commit fbbfbf2
committed
feat(channel): add graph-rooted model decorator
Mark the Channel model with `@Model({ name: 'Channel', graph: true })`
so each channel instance's triples are stored in an isolated named graph
within the perspective's Oxigraph store.
This depends on the named graphs feature in @coasys/ad4m (the
feat/subject-class-named-graphs branch).1 parent 460287c commit fbbfbf2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments