package rdf

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

doc/rdf/Rdf/Webacl/index.html

Module Rdf.WebaclSource

Convenient stuff to handle webacls

Sourcetype rights
Sourceval no_right : rights
Sourceval add_read : rights -> rights
Sourceval rem_read : rights -> rights
Sourceval has_read : rights -> bool
Sourceval add_write : rights -> rights
Sourceval rem_write : rights -> rights
Sourceval has_write : rights -> bool
Sourceval add_append : rights -> rights
Sourceval rem_append : rights -> rights
Sourceval has_append : rights -> bool
Sourceval add_control : rights -> rights
Sourceval rem_control : rights -> rights
Sourceval has_control : rights -> bool
Sourceval all_rights : rights
Sourceval add_rights_of_modes : rights -> Iri.t list -> rights
Sourceval modes_of_rights : rights -> Iri.t list
Sourceval rights_to_string : rights -> string