Author
|
zPlus <zplus@peers.community>
2024-11-23 12:03:48
|
Committer
|
zPlus <zplus@peers.community>
2024-11-23 12:03:48
|
Commit
|
4921bd5
(patch)
|
Tree
|
55dd55b
|
Parent(s)
|
|
Add node for Mimi and Eunice comics.
commits diff:
6d35a89..4921bd5
1 file changed,
10 insertions,
0 deletions
—
download
Diffstat
Diff options
+10/-0
A nodes/mimi_and_eunice.jsonld
index
0000000..c9f5c56
|
old size: 0B
-
new size: 247B
|
new file mode: -rw-r--r--
|
|
1
|
+ |
{
|
|
2
|
+ |
"@context": {
|
|
3
|
+ |
"comicstrip": "dokk:vocab:comicstrip:"
|
|
4
|
+ |
},
|
|
5
|
+ |
|
|
6
|
+ |
"@id": "dokk:mimi_and_eunice",
|
|
7
|
+ |
"@type": "comicstrip:ComicStrip",
|
|
8
|
+ |
"comicstrip:title": "Mimi and Eunice",
|
|
9
|
+ |
"comicstrip:website": "https://mimiandeunice.com"
|
|
10
|
+ |
}
|