package rdf

  1. Overview
  2. No Docs
Native OCaml implementation of RDF Graphs and Sparql 1.1 Query.

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-rdf-0.10.0.tar.gz
md5=9fad8205b792f3643382454d5637acb5

Description

Implemented features

  • Three storages available: in memory, in a MySQL or in a Postgresql database,
  • Ability to define your own storages,
  • Transactions,
  • Importing from and exporting to RDF/XML and Turtle formats,
  • Executing Sparql 1.1 queries,
  • HTTP binding of the Sparql protocol, using Lwt.

Dependencies (12)

  1. calendar >= "2.03.2"
  2. uri >= "1.9.1"
  3. iri >= "0.2.0"
  4. yojson >= "1.1.8"
  5. pcre >= "7.0.2"
  6. cryptokit >= "1.7"
  7. uuidm >= "0.9.5"
  8. menhir >= "20151112"
  9. sedlex >= "1.99.2"
  10. xmlm >= "1.1.1" & != "1.3.0"
  11. ocamlfind
  12. ocaml >= "4.02.2" & < "4.03.0"

Dev Dependencies

None

Used by (2)

  1. genet >= "0.5"
  2. stog-rdf < "0.10.0" | >= "0.16.1"

Conflicts (3)

  1. mysql < "1.1.1"
  2. lwt < "2.4.5"
  3. cohttp < "0.11.2"