package rdf

  1. Overview
  2. Docs
val pim_c_ConfigurationFile : Iri.t
val 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.

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

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

val pim_c_PreferencesWorkspace : Iri.t

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

val pim_c_PrivateWorkspace : Iri.t

Access only by the you, the user.

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

val pim_c_PublicWorkspace : Iri.t

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

val pim_c_SharedWorkspace : Iri.t

Access is to some but not all people.

val pim_c_Storage : Iri.t

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

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

val pim_masterWorkspace : Iri.t
val pim_preferencesFile : Iri.t
val pim_storage : Iri.t

The storage in which this workspace is

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

val pim_workspace : Iri.t