package rdf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Pim.OpenSource

Sourceval pim_c_ConfigurationFile : Iri.t
Sourceval pim_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 pim_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 pim_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 pim_c_PreferencesWorkspace : Iri.t

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

Sourceval pim_c_PrivateWorkspace : Iri.t

Access only by the you, the user.

Sourceval pim_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 pim_c_PublicWorkspace : Iri.t

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

Sourceval pim_c_SharedWorkspace : Iri.t

Access is to some but not all people.

Sourceval pim_c_Storage : Iri.t

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

Sourceval pim_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 pim_masterWorkspace : Iri.t
Sourceval pim_preferencesFile : Iri.t
Sourceval pim_storage : Iri.t

The storage in which this workspace is

Sourceval pim_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 pim_workspace : Iri.t
OCaml

Innovation. Community. Security.