package rdf

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/rdf/Rdf/Pim/index.html

Module Rdf.PimSource

Elements of http://www.w3.org/ns/pim/space#

Sourceval pim : Iri.t

http://www.w3.org/ns/pim/space#

Sourceval pim_ : string -> Iri.t
Sourceval c_ConfigurationFile : Iri.t
Sourceval c_ControlledStorage : Iri.t

A storage is a space of URIs in which you can individually control for each resource who has access to it.

Sourceval c_MasterWorkspace : Iri.t

This is a workspace for storing the information about the other workspaces. As a user, you normally don't have to worry about it.

Sourceval c_PersonalStorage : Iri.t

A personal storage is a space of URIs in which you and only you have access to data, you cannot give access to anyone else.

Sourceval c_PreferencesWorkspace : Iri.t

AAceess may not be open to the public. Contains preferences resources

Sourceval c_PrivateWorkspace : Iri.t

Access only by the you, the user.

Sourceval c_PublicStorage : Iri.t

A public storage is a space of URIs in which you have access to data, and all data is accessible to anyone without control.

Sourceval c_PublicWorkspace : Iri.t

Aceess is open to the public. Anything in a public workspace can be accesed by anyone.

Sourceval c_SharedWorkspace : Iri.t

Access is to some but not all people.

Sourceval c_Storage : Iri.t

A storage is a space of URIs in which you have access to data.

Sourceval c_Workspace : Iri.t

Workspaces are place where data is stored, and associated polices of privacy. A given application typically stores information in several different workspaces, some being user private, some shared, and some public.

Sourceval masterWorkspace : Iri.t
Sourceval preferencesFile : Iri.t
Sourceval storage : Iri.t

The storage in which this workspace is

Sourceval uriPrefix : Iri.t

URIs which start with this string are in this workspace or storage. This may be used for constructing URIs for new storage resources.

Sourceval workspace : Iri.t
Sourcemodule Open : sig ... end
Sourceclass from : ?sub:Term.term -> Graph.graph -> object ... end
OCaml

Innovation. Community. Security.