package rdf

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

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.