From 4921bd53b90316716fece65144b2874ef909819c Mon Sep 17 00:00:00 2001 From: zPlus Date: Sat, 23 Nov 2024 13:03:48 +0100 Subject: [PATCH] Add node for Mimi and Eunice comics. --- nodes/mimi_and_eunice.jsonld | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nodes/mimi_and_eunice.jsonld diff --git a/nodes/mimi_and_eunice.jsonld b/nodes/mimi_and_eunice.jsonld new file mode 100644 index 0000000..c9f5c56 --- /dev/null +++ b/nodes/mimi_and_eunice.jsonld @@ -0,0 +1,10 @@ +{ + "@context": { + "comicstrip": "dokk:vocab:comicstrip:" + }, + + "@id": "dokk:mimi_and_eunice", + "@type": "comicstrip:ComicStrip", + "comicstrip:title": "Mimi and Eunice", + "comicstrip:website": "https://mimiandeunice.com" +}