package rdf

  1. Overview
  2. Docs
OCaml library to manipulate RDF graphs; implements SPARQL

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-rdf-1.1.0.tar.bz2
md5=fdca8ab06da34d9d76fe273f654ec6a1
sha512=fff3ad6cb5978e43ac3c509cc25a01d16be6e21b04df607e0595ec0e7226ba7b6e4e2ec86bbeae4aa3d6a181fa399c7c00a4b1c788ddc98486f5c8badf8867f7

doc/rdf/Rdf/Sparql_http/index.html

Module Rdf.Sparql_httpSource

HTTP bindings for Sparql protocol.

http://www.w3.org/TR/rdf-sparql-protocol/#query-bindings-http

Using http://www.w3.org/2005/sparql-results# as reference for representation of Sparql results.

This module provides a functor to create a HTTP binding. It requires a module able to send GET and POST requests and handle the response. The encoding and decoding of the Sparql protocol into request contents is done by the functor.

Sourceexception Unsupported_content_type of string

content-type

Sourceexception Invalid_response of string * string

error * body

Sourcemodule type P = sig ... end

The type of the module implementing HTTP requests.

Sourcemodule type S = sig ... end

The signature of the resulting module when buildting the binding.

OCaml

Innovation. Community. Security.