package rdf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Solid.OpenSource

Sourceval solid_c_Account : Iri.t

A Solid account.

Sourceval solid_c_Inbox : Iri.t

A resource containing notifications.

Sourceval solid_c_Notification : Iri.t

A notification resource.

Sourceval 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.

Sourceval 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.

Sourceval solid_account : Iri.t

A solid account belonging to an Agent.

Sourceval solid_inbox : Iri.t

Inbox resource for notifications.

Sourceval solid_notification : Iri.t

Notification resource for an inbox.

Sourceval solid_read : Iri.t

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

Sourceval solid_timeline : Iri.t

Timeline for a given resource.

Sourceval solid_typeIndex : Iri.t

Points to a TypeIndex resource.

OCaml

Innovation. Community. Security.