package rdf

  1. Overview
  2. Docs

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

val pim : Iri.t

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

val pim_ : string -> Iri.t
val c_ConfigurationFile : Iri.t
val 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.

val 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.

val 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.

val c_PreferencesWorkspace : Iri.t

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

val c_PrivateWorkspace : Iri.t

Access only by the you, the user.

val 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.

val c_PublicWorkspace : Iri.t

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

val c_SharedWorkspace : Iri.t

Access is to some but not all people.

val c_Storage : Iri.t

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

val 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.

val masterWorkspace : Iri.t
val preferencesFile : Iri.t
val storage : Iri.t

The storage in which this workspace is

val 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.

val workspace : Iri.t
module Open : sig ... end
class from : ?sub:Term.term -> Graph.graph -> object ... end