package ldp

  1. Overview
  2. Docs
Library to build LDP applications

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-ldp-0.5.0.tar.gz
md5=fee838e51dd241528ad271c6ef56345a
sha512=cbb718fb10fbc12c3b2f38a57d87e6af13e108699bf5a812cc490ed3397ed9c0f5d2793b5848c7e6d75a47dd10cfa87ba8bacc119f01733f22cc116ea045b27f

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