package solid

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

Module Solid.ProfileSource

Handling profile information.

Sourcetype profile = Rdf.Graph.graph

A profile is a RDF graph.

Sourcetype workspace = {
  1. ws_title : string;
  2. ws_iri : Iri.t;
  3. ws_triples : Rdf.Term.triple list;
}

A profile defines workspaces, each defines by a title. Here we also store IRI of the workspace and all triples whose subject if the workspace IRI.

Sourcemodule type S = sig ... end

Functions to query a profile.

Creating functions to query a profile from a HTTP module.

OCaml

Innovation. Community. Security.