Solid Bookmark app #64
tgra
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
Hi Tanya,
I am traveling and won't have time to review your app before I return in
early May. I wanted to invite you to come to the SolidOS matrix chatroom
https://matrix.to/#/#solid_solidos:gitter.im and our our weekly meetings
https://solidos.solidcommunity.net/Team/team%20meetings/schedule.html.
Among other activity in the group : TimBL has been revising the ui-forms (
SolidOS/solid-ui#743) and I am about to release a
completely updated set of web-components using additional ui ontology and
forms. It would be great to talk with you about your use of the ontology.
…--
Jeff
On Thu, Apr 23, 2026 at 6:53 AM Tanya Gray ***@***.***> wrote:
@jeswr <https://github.com/jeswr> @jeff-zucker
<https://github.com/jeff-zucker> @langsamu <https://github.com/langsamu>
I would like to share with you a newly-minted Solid bookmark app
https://solid-bookmarks.vercel.app/
It's a proof of concept that demonstrates the combined use of:
- this repo's bookmark shape file
https://github.com/solid/shapes/blob/main/shapes/bookmark.ttl,
- the shacl-converter tool
***@***.***/shacl-converter that converts
these shapes - published at @solid-data/models
***@***.***/models> ,
- rdfjs-wrapper ***@***.***/wrapper,
- https://github.com/solid/solid-next-wrapper-demo
example use:
import { BookmarkDataset } from ***@***.***/models";
import { getPodBase } from "./app/lib/solid/pod";
export async function fetchBookmarkDataset(): Promise<BookmarkDataset | null> {
const session = getDefaultSession();
The BookmarkAnnotea shape is with reference to the Annotea bookmark schema
https://www.w3.org/2003/07/Annotea/BookmarkSchema-20030707, further to
its use in
https://github.com/SolidOS/solid-web-components/blob/main/documentation/data/dashboard-forms.ttl
.
Ref'd @jeff-zucker <https://github.com/jeff-zucker> as the bookmark shape
originates with your commit to this file
https://github.com/SolidOS/solid-web-components/blob/main/documentation/data/dashboard-forms.ttl
I think it's particularly interesting with respect to data and app
interoperability given that the shapes are based on the existing community
standard, Annotea bookmark schema.
—
Reply to this email directly, view it on GitHub
<#64?email_source=notifications&email_token=AKVJCJBAQ7JGBSITCTBU7234XIN7FA5CNFSNUABAM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63RPHE4TGNZQGEZ2M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKVJCJHGLO4YZC3BKNEJLC34XIN7FAVCNFSM6AAAAACYD4NDBSVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZZHEZTOMBRGM>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AKVJCJBGL6SCMSDB2VYIJFL4XIN7FA5CNFSNUABAM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63RPHE4TGNZQGEZ2M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJKTGN5XXIZLSL5UW64Y>
and Android
<https://github.com/notifications/mobile/android/AKVJCJG4DCYC6ZZGBAGMNWL4XIN7FA5CNFSNUABAM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63RPHE4TGNZQGEZ2M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLTGN5XXIZLSL5QW4ZDSN5UWI>.
Download it today!
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@jeswr @jeff-zucker @langsamu
I would like to share with you a newly-minted Solid bookmark app https://solid-bookmarks.vercel.app/
It's a proof of concept that demonstrates the combined use of:
example use:
The BookmarkAnnotea shape is with reference to the Annotea bookmark schema https://www.w3.org/2003/07/Annotea/BookmarkSchema-20030707, further to its use in https://github.com/SolidOS/solid-web-components/blob/main/documentation/data/dashboard-forms.ttl.
Ref'd @jeff-zucker as the bookmark shape originates with your commit to this file https://github.com/SolidOS/solid-web-components/blob/main/documentation/data/dashboard-forms.ttl
I think it's particularly interesting with respect to data and app interoperability given that the shapes are based on the existing community standard, Annotea bookmark schema.
Beta Was this translation helpful? Give feedback.
All reactions