package rdf

  1. Overview
  2. Docs
val solid_c_Account : Iri.t

A Solid account.

val solid_c_Inbox : Iri.t

A resource containing notifications.

val solid_c_Notification : Iri.t

A notification resource.

val solid_c_Timeline : Iri.t

A resource containing time ordered items and sub-containers. Sub-containers may be desirable in file based systems to split the timeline into logical components e.g. /yyyy-mm-dd/ as used in ISO 8061.

val solid_c_TypeIndex : Iri.t

A index of type registries for resources. Applications can register the RDF type they use and list them in the index resource.

val solid_account : Iri.t

A solid account belonging to an Agent.

val solid_inbox : Iri.t

Inbox resource for notifications.

val solid_notification : Iri.t

Notification resource for an inbox.

val solid_read : Iri.t

Indicates if a message has been read or not. This property should have a boolean datatype.

val solid_timeline : Iri.t

Timeline for a given resource.

val solid_typeIndex : Iri.t

Points to a TypeIndex resource.