From a08dbede23af9c978acec3b3d864e48f7999741b Mon Sep 17 00:00:00 2001 From: s-ol Date: Wed, 27 Jan 2021 12:17:09 +0100 Subject: use jsonld framing, add discussion title --- src/graph.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/graph.json') 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", -- cgit v1.2.3