package rdf

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-rdf-0.13.0.tar.gz
md5=98a004fb30bb175b9b50cbe99f48f15e
sha512=ffc1a0e67683773294d73d0dfa6aa32a046e5bcdc54c9879c16fd375a0d8269048a5600f91dd9af7af981214d1704fb86ce8713cfeba042d11ebae5457ed2ee5

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
OCaml

Innovation. Community. Security.