package ldp

  1. Overview
  2. Docs
Library to build LDP applications

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/index.html

ldp

Linked Data Platform (LDP) defines a set of rules for HTTP operations on web resources, some based on RDF, to provide an architecture for read-write Linked Data on the web.

OCaml-ldp is a library to develop applications using and applying these rules. It uses Rdf for semantic graphs.

HTTP operations are based on an abstraction of the underlying way to perform HTTPs queries. The packages Ldp_curl and Ldp_tls provide implementations of this abstraction, respectively using Curl and Cohttp+Tls.

API

OCaml

Innovation. Community. Security.

On This Page
  1. API