Workspace constant

IriTerm const Workspace

IRI for pim:Workspace

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.

Implementation

static const Workspace = IriTerm.prevalidated(
  'http://www.w3.org/ns/pim/space#Workspace',
);