diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2021-01-27 11:17:09 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2021-01-27 11:17:13 +0000 |
| commit | a08dbede23af9c978acec3b3d864e48f7999741b (patch) | |
| tree | 0531398c36bfcb75543d572870ca5f065c12ae3d /src/graph.json | |
| parent | cleanup index.js (diff) | |
| download | fedidag-a08dbede23af9c978acec3b3d864e48f7999741b.tar.gz fedidag-a08dbede23af9c978acec3b3d864e48f7999741b.zip | |
use jsonld framing, add discussion title
Diffstat (limited to 'src/graph.json')
| -rw-r--r-- | src/graph.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/graph.json b/src/graph.json index dab6b4e..5c3fcbf 100644 --- a/src/graph.json +++ b/src/graph.json @@ -1,6 +1,9 @@ { "@context": "https://www.w3.org/ns/activitystreams", - "@graph": [ + "id": "https://dag.s-ol.nu/discussions/1", + "type": "Document", + "name": "DiscDAG's Future", + "items": [ { "id": "https://dag.s-ol.nu/users/ColinWright/notes/20200510151146a", "type": "Note", |
