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.11.0.tar.gz
md5=0b2e4608bfd2db56294b3a76fb5fe5e9

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 (14)

  1. jsonm >= "1.0.0"
  2. uutf >= "1.0.0"
  3. calendar >= "2.03.2"
  4. uri >= "1.9.1"
  5. iri >= "0.4.0"
  6. yojson >= "1.1.8"
  7. pcre >= "7.0.2"
  8. cryptokit >= "1.7"
  9. uuidm >= "0.9.6"
  10. menhir >= "20151112"
  11. sedlex >= "1.99.2" & < "2.0"
  12. xmlm >= "1.2.0"
  13. ocamlfind
  14. ocaml >= "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"