BookmarkSchema: Constructor<{
    created?: Date;
    creator?: any;
    id: string;
    link: any;
    title: string;
    topic?: any;
    updated?: Date;
}> & Constructor<SolidModel> & typeof SolidModel = ...

Defines the Solid Model schema for Bookmarks. Includes fields for topic, label, link, createdAt, and updatedAt. Sets the rdf contexts and rdfs classes.

Generated using TypeDoc