Class StaticStorageDescriber

Adds a fixed set of triples to the storage description resource, with the resource identifier as subject.

This can be used to add descriptions that a storage always needs to have, such as the <> a pim:Storage triple.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

terms: ReadonlyMap<NamedNode<string>, Quad_Object[]>

Methods

  • Checks if the input can be handled by this class. If it cannot handle the input, rejects with an error explaining why.

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.