rdf
Native OCaml implementation of RDF Graphs and Sparql 1.1 Query.
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 22 Mar 2016
- Authors
- Maintainers
Sources
Dependencies
calendar
>= "2.03.2"
uri
>= "1.9.1"
iri
>= "0.2.0"
yojson
>= "1.1.8"
pcre
>= "7.0.2"
cryptokit
>= "1.7"
uuidm
>= "0.9.5"
menhir
>= "20151112"
sedlex
>= "1.99.2"
xmlm
>= "1.1.1" & != "1.3.0"
ocaml
>= "4.02.2" & < "4.03.0"
Reverse Dependencies
Conflicts