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