package solid

  1. Overview
  2. Docs
Library to build SOLID applications

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocaml-ldp-0.2.0.tar.gz
md5=7f82ccbdcb07a75f6d2bb7ca226d02df
sha512=42f8e53d6634de4b19ac5249fcd8e3d2bde13de7a3963e6821eae9e7b46ff914458d3bfde201352fd18b6de14bb276705561d8fd09a09ddd16f001d0f25cf209

doc/solid/Solid/Profile/index.html

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.