BlankNodeBuilder
Extends

Description

Builder for construct a inline blank node property list.

BlankNodeBuilder

Description

Constant with utils for BlankNodeBuilder

Methods

createFrom<C extends Container<BlankNodePropertyToken>, O extends object>( container: C, object: O ): O & BlankNodeBuilder

Factory function that allows to crete a BlankNodeBuilder from the object provided.

Parameters

NameTypeDescription
C

The related container with the data for the BlankNodeBuilder statement.

O

The base base from where to create the BlankNodeBuilder statement.

Returns

The BlankNodeBuilder statement created from the object provided.