From d62c51c4e599eb329870b8feaf7e9948af795c76 Mon Sep 17 00:00:00 2001 From: Rosano Date: Thu, 30 Nov 2023 12:03:34 -0300 Subject: [PATCH 1/2] Fix layout typo --- bookmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookmark.md b/bookmark.md index 4a8a5eb..b354aef 100644 --- a/bookmark.md +++ b/bookmark.md @@ -36,7 +36,7 @@ There are two ways to link to the creator of a bookmark: * ` .` * ` .` -# Primary Key (optional) +## Primary Key (optional) Some apps add a unique identifier separate from the subject URI, like: * ` "b93d9944-d54d-42f6-a39b-6ea3f9217763" .` * There is also the use of in [mark-book](https://github.com/mark-book/markbook/blob/123fadd211d9a42c43e2d9a5e7eeba81bb6b3fd6/bin/reddit.js#L32) but we're not entirely sure how that works. From a479a7b74aa657348a79c645b6dcc1c0d1de5d78 Mon Sep 17 00:00:00 2001 From: Rosano Date: Thu, 30 Nov 2023 12:05:46 -0300 Subject: [PATCH 2/2] Move properties to h3 --- bookmark.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bookmark.md b/bookmark.md index b354aef..898fbee 100644 --- a/bookmark.md +++ b/bookmark.md @@ -3,17 +3,17 @@ ## RDF Class There are several formats for bookmarks. All of them (so far) use `http://www.w3.org/2002/01/bookmark#Bookmark` as the RDF class. -## Link +### Link The link a bookmarks points to can be stored in a number of ways: * ` ` * ` "http://example.com"` -## Label +### Label The label of the bookmark can also be stored in a number of ways: * ` "Example Website"` * ` "Example Website"` -## Topic (optional) +### Topic (optional) Apart from each having their own label, bookmarks can be organised by topic. There are a number of ways to store those: * ` "Birds"` ([Reza Soltani's Bookmarks app](https://github.com/soltanireza65/soukai-solid-app) use this) * ` ` @@ -28,15 +28,15 @@ In the latter case, the topic would be a `bookmark#Topic`, see [Jeff Zucker's do a bk:topic ; bk:subTopicOf . ``` -## Created (optional) +### Created (optional) * ` "2023-11-21T14:16:16Z"^^ .` -## Creator (optional) +### Creator (optional) There are two ways to link to the creator of a bookmark: * ` .` * ` .` -## Primary Key (optional) +### Primary Key (optional) Some apps add a unique identifier separate from the subject URI, like: * ` "b93d9944-d54d-42f6-a39b-6ea3f9217763" .` * There is also the use of in [mark-book](https://github.com/mark-book/markbook/blob/123fadd211d9a42c43e2d9a5e7eeba81bb6b3fd6/bin/reddit.js#L32) but we're not entirely sure how that works.